Looping function doesn’t work when i select specific images using Jquery.
-
Hi,
First of all, thank you for developing such a useful plugin.
The plugin works fine, but has a small problem for my website.
I used the below code to apply the Lightbox function only to single product images in WooCommerce page.
jQuery("img.wp-product-image.skip-lazy").addClass("fancybox").attr("data-fancybox","fancybox").getTitle(); jQuery("img.attachment-woocommerce_single.size-woocommerce_single").addClass("fancybox").attr("data-fancybox","fancybox").getTitle();
This method works fine, but the loop feature doesn’t work even if I enable Loop Galleries in options.
Could you let me know if there is a workaround?
Thank you.`
- This topic was modified 1 year, 11 months ago by .
- This topic was modified 1 year, 11 months ago by .
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Looping function doesn’t work when i select specific images using Jquery.’ is closed to new replies.