WP jQuery Plugins Don't Play Nice With Others
-
I need some guidance…
I have a jQuery menu, Superfish, commonly used in a lot of different WP themes. On different pages, it works just fine when I’m calling the 1.4.2 jQuery library from my header.php. However, on another page, I’m including a nice plugin called the Sponsor Flip plugin. It also requires the 1.4.2 library…however, it only seems to work when I call it through the page itself (??). It won’t work in any other way, which when of course I add a duplicate 1.4.2 script call, my superfish menu no longer works. Any other jQuery element on the page works fine (side panel slide-out):
Home – https://www.zachmcqueary.com/clients/hopeforhealth
Sponsor Flip jQuery page – https://www.zachmcqueary.com/clients/hopeforhealth/free-gifts-request/
It would seem that the superfish jQuery menu is utilizing a NoConflict() function to keep from messing with other elements, but it doesn’t seem to do any good with this Sponsor Flip plugin.Any suggestions, or ideas how to make this work? Thank you for any and all of your input ??
- The topic ‘WP jQuery Plugins Don't Play Nice With Others’ is closed to new replies.