Tagged: jQuery
Hi Support-Team,
It was a great job to create this Theme, i love it!
But I have a problem with jQuery. My client use a Booking system that loads jQuery 1.3.2 and when I insert the code in the header, all the galleries doesn’t work, I think this happens because the galleries use jQuery 1.11. Searching the web I found some solutions using jQuery “no conflict” but I don’t know how to implement this solution in my case.
Thanks in advance for your help!.
Cheers
Carlos
Hey Helchar!
Enfold already uses the jQuery noconflict mode. You don’t need to modify the theme files. The main problem is though that you can’t easily use two different jquery versions on the same website. Our theme relies on the standard wordpress jquery version which is 1.11.x and it definitely won’t work with the (very outdated) 1.3.2 version. You can try to initialize your old jquery script first and to store it into a variable (i. e. like http://stackoverflow.com/a/17407562 ) but then you also need to modify your calendar script to use the right jquery variable which contains the outdated jquery code, etc. If you’re not sure how to do this please hire a developer who can dig into the code and modify it for you.
Cheers!
Peter