11/17/2016 at 9:04 am
#400175
Keymaster
@ Richard
The plugin was very likely causing a fatal javascript error on your site which would break all javascript loaded after the error not to run. This is just about always the cause when this is reported.
You can see if this was the cause for you too by reactivating the plugin, opening the page in Chrome, hit the F12 key and then clicking the Console tab.
Chrome will list all rendering issues including javascript errors and notices. Look for an error that says something is undefined. That’s usually the fatal error that cause stuff to stop working.
Hope that helps!
