Widgets Not Working
-
I’m not sure what’s going on. I know I upgraded to the latest version, and now I can’t do anything with my widgets. They’re not draggable, they won’t open up to let me edit them. When I try to drag one, it highlights everything as if I’m highlighting something. I tried on other computers and it does the same thing. So, it’s not Javascript or anything on my computer. Anyone have any idea how to fix this?
-
Add
define('CONCATENATE_SCRIPTS', false);to yourwp-config.phpfile just below thedefine('DB_HOST'line.http://codex.ww.wp.xz.cn/Editing_wp-config.php#Disable_Javascript_Concatenation
Now I can edit them, but I still can’t drag them anywhere.
Have you tried in any other browsers?
Yeah, I did. It just highlights everything. It worked fine, and I hadn’t edited them until I upgraded to the latest version of WordPress. I’m not sure if it was that or what. But, I haven’t installed any new plugins that might cause a conflict. So, I’m not sure.
It’s possible that an old plugin for theme could be conflicting.
Try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, try switching to the Twenty Ten theme to rule-out a theme-specific issue (theme functions can affect the admin panel).
I got it working again. Not sure which plugin was doing it. I deleted a few I didn’t use or need anymore. But at least it’s working again. Thanks for the help. =)
You’re welcome!
The topic ‘Widgets Not Working’ is closed to new replies.