10/01/2014 at 8:53 am
#305575
Keymaster
@ Hubert
What exactly was updated? … Right now, I’ll assume just Connections…
The description of the issue is very similar to what happens when there is a fatal javascript error on the page. When that happens, all javascript after the error can not run.
Fatal javascript errors are nearly always caused by the theme or another plugin. Here’s how to tell…
Open the page in Chrome, hit the F12 key and click the Console tab. All javascript errors will be listed here. Generally the fatal error will be one that say something is undefined. If you mouseover the filename to the far right of the error message the file path will be shown. Most of the time you can figure out the plugin causing the error by that file path.
Hope that helps, let me know.