Home › Forums › Basel support forum › Problem with WooCommerce Video Plugins › Reply To: Problem with WooCommerce Video Plugins
August 16, 2016 at 5:24 pm
#2774
Artem Temos
Keymaster
We see two errors in your JS console. First comes from this custom JS https://gyazo.com/807c4bab5f199861caeae9d7f8c85a1f please remove it. And second about your code snippet, try to change it to this one
jQuery("body").on("click", ".current-image", function() {
jQuery(".ywcfav_has_featured").hide();
});