REPOSTING
Re: Image Slider no worky – Get status bar
on: August 10, 2013, 11:27
Quote
The problem is that WordPress 3.6 uses jQuery 1.10.x.
thethe-image-slider forces the usage of jQuery 1.6.4 by unregistering the jQuery of Worpress.
The quick and dirty fix is in thethe-image-slider.php. Find the thethe_image_slider_head_scripts() function and remove the 3 first lines :
wp_deregister_script( ‘jquery’ );
wp_register_script( ‘jquery’, ‘https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js’, false, ‘1.6.4’);
wp_enqueue_script( ‘jquery’ );
Now, the slider works again when there is the admin bar.
thank you Oliver
http://thethefly.com/support/forum/?mingleforumaction=profile&id=20998