• Resolved laikinas

    (@laikinas)


    Hi there,

    I have an issue. I updated the woocommere plugin to the newest version. I added the below code to functions.php since I do not need any of those features. As soon as I disable gallery-slider, all the images are not being shown as thumbnails anymore and all of them go as each per row. This is really unacceptable. How can I change that?

    If I keep the gallery-slider feature, images are being shown in the old order as a big feature image above and small thumbnails below but then I can’t click on each image and get the lightbox. I need the lightbox of each image as previous since there are many pictures for each product.

    remove_theme_support( ‘wc-product-gallery-zoom’ );
    remove_theme_support( ‘wc-product-gallery-lightbox’ );
    remove_theme_support( ‘wc-product-gallery-slider’ );

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

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Woocommerce product image display’ is closed to new replies.