Plugin breaks theme
-
= I installed Meteor Slides, and now my theme or plugin’s jQuery goodies are broken! =
Your theme or plugin is probably loading an extra copy of jQuery from the theme or plugin, or a third party server. This is unnecessary because WordPress already uses jQuery and it is included in the WordPress install. Meteor Slides loads the version that is within WordPress, to fix this, change your theme or plugin to use the copy of jQuery that comes with WordPress, like this <?php wp_enqueue_script(“jquery”); ?>.
Which file, and where, does this code go?
Also, I tried removing the jquery register and queue script from my theme’s Functions.php, and it didn’t work (theme was still broken).
I really want to get Meteor Slides working – I’ve tried DOZENS of slideshows, and this is by far the best,
Cheers
Paul
The topic ‘Plugin breaks theme’ is closed to new replies.