01/23/2013 at 8:17 am
#249626
Keymaster
Not that certain, the issue would be caused by Connections. You’s have to verify by deactivating Connections.
The one thing I do see, which is likely being done by the theme, is that the jQuery bundled with WordPress is not being used. That, in general, is not good practice as it tends to break things for plugins. In this case jQuery 1.9 is being used, many libraries are not yet compatible with 1.9 yet. For example it is causing an error for the tool tip JavaScript the theme is using and the category select JavaScript Connections is using. My suggestion would be to make sure the version of jQuery bundled with WordPress is used.