Save Changes button in Widgets Dashboard gone screwy
-
hey people, the Save Changes button in the Widget section of my Dashboard has gone rogue.
Screenshot: http://mikelightman.com/up/Widget.png
Is there a file I can replace or a way to reset it?
thanks a lot,
MikeliteThe blog I need help with is: (visible only to logged in users)
-
The blog you specified at mikelightman.com does not appear to be hosted at WordPress.com.
This support forum is for WordPress.com hosted blogs only. If you have a self-hosted WordPress blog you need to seek help at the WordPress.org forums, not here.
If you don’t understand the difference, you may find this information helpful.
-
right, sorry bout that. Is there anything you could suggest in the meantime?
thanks a lot,
mike -
-
Paste the following code into the address bar to fix this problem:
javascript:document.getElementById(‘sidebar-info’).style.display=’none’;javascript:document.getElementById(‘current-widgets’).style.display=’none’;void(0)
* tested in Firefox
-
Sorry, the following code is a bit iffy. Here’s another solution:
javascript:document.getElementById(‘sidebar-info’).style.display=’none’;document.getElementById(‘current-widgets’).style.display=’none’;void(0);
- The topic ‘Save Changes button in Widgets Dashboard gone screwy’ is closed to new replies.