JQuery out of date
-
Plugin works great for me except for one thing:
The plugin forces its own version of jQuery to load – replacing WP’s default version. Problem is, the plugin’s version of jQuery is out of date and causes errors when using, for instance, Bootstrap.
To fix this, I commented out lines 168-170 of advanced-ajax-page-loader.php to stop the plugin from loading its own version of jQuery.
If the plugin instists on loading its own version of jQuery, it should make sure its version is not lower than the site’s currently loaded verison.
- The topic ‘JQuery out of date’ is closed to new replies.