Problem register jquery. Plugin doesn't work.
-
Thanks for this great plugin.
Unfortunately is not compatible with my template.
The problem is in my head section in this line
wp_deregister_script('jquery');If I delete it most plugin stop work, slideshow working perfect then.
I was trying register jquery to slideshows.phpfunction SlideshowPluginMain() { wp_deregister_script( 'jquery' ); wp_register_script( 'jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'); wp_enqueue_script( 'jquery' ); } add_action('wp_enqueue_scripts', 'SlideshowPluginMain');Plugin working after that but most plugins don’t.
How to register properly JQuery in slideshow plugin ?http://ww.wp.xz.cn/extend/plugins/slideshow-jquery-image-gallery/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Problem register jquery. Plugin doesn't work.’ is closed to new replies.