[Plugin: Meteor Slides] JQuery conflict
-
Hi,
My problem is that “I installed Meteor Slides, and now my theme’s jQuery goodies are broken!”. In the read-me file it says that the reason may be because of an extra copy of Jquery.
How can I be sure that this is the case, and how can I fix this?This seems to be the part of the code in my theme that deals with it:
wp_deregister_script( 'jquery' ); wp_register_script( 'jquery', get_bloginfo('stylesheet_directory').'/libs/jquery-1.6.1.min.js' ); wp_enqueue_script( 'jquery' ); wp_enqueue_script( 'jquery_masonry', get_bloginfo('stylesheet_directory').'/libs/jquery.masonry.min.js' ); wp_enqueue_script( 'jquery_ui', get_bloginfo('stylesheet_directory').'/libs/jquery-ui.custom.min.js' );
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: Meteor Slides] JQuery conflict’ is closed to new replies.