- This topic has 3 replies, 2 voices, and was last updated 12 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › wp ultimate lightbox – jQuery conflicts prevent other scripts from loading
hi,
I have bought your plugin (WP Lightbox Ultimate) for my site italiancornerstore.com/post/.
First of all, wonderful plugin i shud say..
Now i have another plugin, ‘widget area scroller’ which uses jquery.tools.min.js. so this conflicts with your jquery.tools.min.js.
I read your article about the subject topic and it says about using wp_enqueue_script to avoid. I checked the script and it sure does use this wp_enqueue_script function to add its jquery.
wp_enqueue_script( ‘area-scroller’, plugins_url( ‘js/scroller.js’, __FILE__), array( ‘jquery’ ), ‘0.1’, true );
wp_enqueue_script( ‘area-scroller’, plugins_url( ‘js/jquery.tools.min.js’, __FILE__), array( ‘jquery’ ), ‘1.2.7’, true );
Checked another link where some1 posted a video. tries his method as well but still doesnt work.
When i comment these lines, your plugin works fine but the scroller stops even though there is a reference of jquery.tools.min.js in your script as well.
can you plz let me know a good solution for this.
hi
plz refer to this link below. there is both the plugins..
http://www.italiancornerstore.com/post/culture/culture-second-post
Hi, There are two version of jQuery tools on that page. The one that’s coming from Lightbox Ultimate is of version 1.2.3. The other one is of version 1.1.2 (pretty old). I’m not sure if your widget scroller has any compatibility issue that it will only work with 1.1.2. But you can try commenting out one to see what happens. Do you have any option to turn off the jquery tools from your widget scroller?
thanks the issue has been sorted. i updates my other plugin to the latest.. though the original author didnt have latest version, had to do it myself.