Forcibly and un-optionally loading old version of jQuery, breaking rest of site
-
We note in splashgate.php, starting line #57 or thereabouts, your de-register jquery, and re-register a very old version.
This is causing other jquery-dependant functionalities to break.
We have patched our site for now, by adding a function in our functions.php to de-register your version and re-register the default.
Moving forward, we suggest that probably your code should change to (a) make this de-registration and option and/or (b) to be able to specify a jquery version and/or location to load, when required?
- The topic ‘Forcibly and un-optionally loading old version of jQuery, breaking rest of site’ is closed to new replies.