Theme loads jQuery incorrectly, plugin loses functionality
-
The plugin’s key features (i.e. search, sort alphabetically, selecting number of rows to display, etc.) do not work. All I see is the following: https://indr.org/?page_id=1871
Our current theme is WPMU-Triden, Version 2.1.5.
I have discovered that my theme is calling an old version of jQuery which is over-riding the current version (i.e. the one coupled with WordPress 3.6). I was suggested, by another plugin developer, to look in the theme’s functions.php file, where there should be a reference to an “enqueue” line where it is loading jQuery incorrectly. If I simply remove it, the plugin should work.
However, I am skeptical of this. Also, I am unsure which line they are referring to.
How can I stop my theme from calling an older version of jQuery, so that this (and future) plugins can become fully functional?
- The topic ‘Theme loads jQuery incorrectly, plugin loses functionality’ is closed to new replies.