[Plugin: TBTestimonials] jQuery Conflict with other plugins
-
I found that when enabling the widget in TBTestimonials to display testimonials, it was conflicting with the Slider Pro plugin and causing my slider to not load.
so in tb-testimonials.php I commented out line 705:
//wp_register_script( 'jquery-footer', "https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js", false, '1.4.2', $this->load_js_in_footer ? 1 : 0 );
And added this:
wp_enqueue_script('jquery');
This allowed my slider to properly load, but then TBTestimonials no longer rotated the testimonials – it just showed the loading graphic, but never loads a second testimonial.
So that solution breaks TBTestimonials…I believe that the solution is for TBTestimonials to use the most current version of jQuery? It is now currently using version 1.4.2 from Google, and that is a very old version.
Can this be fixed to use the latest version of jQuery from WordPress please?
Thanks!
https://www.ads-software.com/extend/plugins/tb-testimonials/
- The topic ‘[Plugin: TBTestimonials] jQuery Conflict with other plugins’ is closed to new replies.