theshae
Forum Replies Created
-
JJCoder, is there a way to have the image fade out completely before the next image begins to fade in?
This could be a solution overlapping of different sized images. Maybe a delay of some sort. the
afterChange='function() { jQuery("#page-slider").css("background-image", "none"); }'
workaround would not work for me.I dont know jquery well enough to do this, but I think it would be a great solution.
Let me know what you think.
Forum: Hacks
In reply to: how to add sub-menu in the sidebar admin profile menu for simple usersAhhh, got it. Thanks for the help!
This is the code I used:
add_action( 'admin_menu' , 'admin_menu_new_items' ); function admin_menu_new_items() { global $submenu; $submenu['profile.php'][500] = array( 'Return to HomePage', 'read' , 'https://www.utilityupgradeproject.com' ); }
Forum: Hacks
In reply to: how to add sub-menu in the sidebar admin profile menu for simple usersI am trying to add a submenu item to the profiles menu that links to an external link. I am able to get it to work under a menu like users. Here is the code I am using:
add_action( 'admin_menu' , 'admin_menu_new_items' ); function admin_menu_new_items() { global $submenu; $submenu['users.php'][500] = array( 'Return to HomePage', 'manage_options' , 'https://www.utilityupgradeproject.com' ); }
changing ‘users.php’ to ‘profile.php’ does not work.
Any ideas?
Does anybody have this feature working, that could share there setting with me PLEASE!
I have been searching for a long time on how to fix this.
The progress bar appears but hangs at 0% and no error is popping up.
Forum: Plugins
In reply to: [Plugin: Google Doc Embedder] Any idea why this isnt working for me?Ok, sorry didn’t realize it was public. Its working now.
Does it allways prompt you to log into a google account before you can view the document?
Forum: Plugins
In reply to: [Plugin: Google Doc Embedder] Any idea why this isnt working for me?Hello, I tried to download v 1.8 but it said it was not available. Would you mind re-uploading it?
Forum: Plugins
In reply to: [Plugin: Google Doc Embedder] Any idea why this isnt working for me?email sent. thanks for your help
Forum: Plugins
In reply to: [Plugin: Google Doc Embedder] Any idea why this isnt working for me?Hmmm, I tried it on another install of wordpress on the same server and didnt work there either.
Any idea where i should start looking?
Forum: Fixing WordPress
In reply to: [Plugin: Rotating Posts] Errors?I want to have the Rotating Post show twice on one page, but I want each one to show a different category.
Does anyone know if this is possible? Any ideas?
Also, does anyone know how to add some animated transition between the posts. Like a fade in fade out or slide up or slide down?