Hello.
I have installed on my website plug “Yith WooCommerce Waiting List”, however when activated, it conflicts with the theme.
The product page is not loaded correctly, and from the Object Inspector browser, the following error appears: Uncaught TypeError: jQuery (…) swinxyzoom is not a function. — mysite.com/: 294.
In line 294 of code, is:
<script type="text/javascript">if(jQuery(window).width()>768){jQuery(document).ready(function(){jQuery('.main-image-slider .main-image').swinxyzoom({mode:'window',controls:false,size:'100%',dock:{position:'right'}});});}else{jQuery('.main-image-slider a').click(function(e){e.preventDefault();});}</script>
This bug has already been reported? Is there a fix?
Thanks!