I’m not very technical in nature so if I describe this wrong sorry.
The developer who created my site used a lot of javascript, and in order to use that they need to have a function to call in the different scripts to be used. For some reason, I had three separate lines of code that did the following:
1. Removed universal javascript library
2. Installed functions from an old javascript library
3. Installed the universal library that was already in place (that was removed in step 1).
All I did was remove steps 1 and 2, so that the only library installed was the universal one (as used by wordpress). I was obviously worried that by doing that it would screw up some other pages/functions, but it has had no effect on anything else.
In short, it was a javascript error completely outside of the control of the plugin. Hope this helps.