-
AuthorPosts
-
May 6, 2022 at 4:17 pm #1350815
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?May 7, 2022 at 7:06 am #1350836The 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.
May 7, 2022 at 8:07 am #1350838The login credentials are in the private area ;-) So I have to wait.
May 8, 2022 at 1:40 am #1350915Hi,
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,
MikeMay 8, 2022 at 10:42 am #1350933I 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.-
This reply was modified 3 years, 5 months ago by
donillo.
May 8, 2022 at 9:16 pm #1350968Hi,
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,
MikeMay 10, 2022 at 9:31 am #1351122It worked via theme option. Many thanks!
May 10, 2022 at 1:07 pm #1351154Hi,
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 -
This reply was modified 3 years, 5 months ago by
-
AuthorPosts
- The topic ‘Get rid of woocommerce lightbox’ is closed to new replies.
