I recently updated my site to wordpress 3.2.1 automatically.
Now I tried to manage my sidebar widgets, and noticed I can no longer drag and drop the widgets around. If I look into my browser-console, I notice that the page is unable to load jQuery. Weird: it appends my root-url to the jquery-url, like so:
<script type="text/javascript" src="http://meanderend.dixis.com//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js?ver=3.2.1"></script>
So it is normal that it is not found. How can I
fix this. Is there something wrong in my configuration? Or is this a bug? Then it should be general, for everybody, no?
Your theme may be written badly and replace the correct jQuery. Switch to TwentyEleven to check for this. If this doesnât help, turn off all plugins and re-enable them step by step.
A common cause of this problem (still occurs in 3.3.1 by the way…) is a plugin conflict. We have seen this behavior with both the White Label CMS plugin as well as a combination of Event Espresso and Easy Toolbox.
A couple suggestions have resolved for some …
However, neither of those are a sure bet — just less painful than the common plugin conflict issue. Two approaches to tracking down the conflict … disable one at a time and check the widgets, or disable them all and turn back on one at a time. Either way, helps to have a pair of browsers or at least a pair of browsers tabs in play to minimize the needed clicks.