Wp theme Jquery conflict with plugins that use jquery
-
I have a jquery conflict with one of the websites I administrate. reffering to this link:( https://www.terraworldltd.com/pc/business/2056.html ), the product page consist of fancy zoom that when the picture is clicked on, the picture zooms out. The calling for the jquery is done on the single.php for the product. This is the code:
[Code moderated as per the Forum Rules. Please use the pastebin]
I recently installed couple of plugins that use jquery, but it does not work on the product page. When I remove:
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/library/js/jquery.js"></script>
from the code above, the plugins start to wok but the fancyzoom stops working.I have tried every solution I found on google, but none of them worked. Including the no conflict and changing ‘$’ to ‘j’ in the jquery. I really appreciate if if someone can help me.
- The topic ‘Wp theme Jquery conflict with plugins that use jquery’ is closed to new replies.