Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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?

    #1350836

    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.

    #1350838

    The login credentials are in the private area ;-) So I have to wait.

    #1350915

    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

    #1350933

    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.

    • This reply was modified 2 years, 6 months ago by donillo.
    #1350968

    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

    #1351122

    It worked via theme option. Many thanks!

    #1351154

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Get rid of woocommerce lightbox’ is closed to new replies.