• Resolved akedv

    (@ak71)


    Hello,

    can you help me with this please? All images on the website open in the foo lightbox just fine except the wooocommerce gallery images, why’s that?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @ak71,

    Support for WooCommerce images is a feature included in our Pro version of the FooBox lightbox plugin – it’s not available in the free version.

    You can see the feature comparison between our Free and Pro version here:

    https://fooplugins.com/foobox/foobox-free-vs-pro/

    Thread Starter akedv

    (@ak71)

    Well, that’s a basic feature, I would never pay for that extra, sorry.

    a fix for this and other plugins/themes: just add this code to your functions.php, it will enable the “new” woocommerce extended lightbox functionality

    add_action( 'after_setup_theme', 'yourtheme_setup' );
     
    function yourtheme_setup() {
    add_theme_support( 'wc-product-gallery-zoom' );
    add_theme_support( 'wc-product-gallery-lightbox' );
    add_theme_support( 'wc-product-gallery-slider' );
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce gallery images won’t open in lb’ is closed to new replies.