Hello,
I just updated my WordPress to 3.4.2 and I started having this issue where the dashboard menu doesn't "fly out" when I hover my mouse over it. I also cannot access the "Screen Options" or "Help" at the top of the page.
*stolen from other post because I have done same steps*
I DID go through the steps here: http://wordpress.org/support/topic/troubleshooting-wordpress-33-master-list. However, I don't know how to "flush any caching plugins."
-I manually reinstalled WordPress 3.4.2 from the files
-I deactivated all plugins
-I switched to the TwentyTen theme
None of this worked.
-I have contacted my host and JSON support was already included in PHP
-I have installed Hotfix 0.8 but it didn't fix my issue.
-When I go to http://your_domain.com/wp-admin/load-scripts.php?load=jquery I get a blank page.
-I am running PHP version 5.3
Another poster mentioned he had a jquery issue and when he added this it fixed his issue:
if ( jQuery("#room-availability").length > 0 ){
var dates = jQuery("#room-availability").val().split(',');
}
I added this to my functions.php, and I get an internal server error. Can anyone please advise me on how to proceed?
Thank you so much!