I´m using enfold with woocommerce and want to get rid of the lightbox, cause I´m using the WooCommerce Product Image Zoom from motifcreatives.
But all of the webhooks I found don´t work.
Any ideas what to do?
The most efficient way to help is to be able to inspect the real website. If you don’t want to make the link public, you can place it in the Private Content area. But then you have to wait for the help of the mods.
The login credentials are in the private area ;-) So I have to wait.
Hi,
I believe that I answered this in another thread you have: how can I disable the lightbox functionality
by default, the gallery lightbox can be removed by changing the Product gallery to WooCommerce 3.0 product gallery instead of Default enfold product gallery at Enfold Theme Options ▸ Shop Options ▸ Product gallery
Please give this a try.
Best regards,
Mike
I changed to woocommerce 3.0 product gallery already… But it dows not work.
If i click on a picture in the bottom picture gallery the lightbox appears.
Hi,
If you have the theme option Product gallery set to WooCommerce 3.0 product gallery right now then your plugin Motif Product Image Zoom has replaced the Product gallery because the source code doesn’t match the our theme.
You can try disabling the lightbox for the theme at Enfold Theme Options ▸ Lightbox Modal Window
or try adding this code to the end of your functions.php file in Appearance ▸ Editor:
function custom_noLightbox_script() { ?>
<script>
(function($){
$("#thumbnail-slider a.thumb").addClass("noLightbox").removeClass("lightbox-added");
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'custom_noLightbox_script');
Best regards,
Mike
It worked via theme option. Many thanks!
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike