• Resolved Renz_r

    (@renz_r)


    Having issues with my product gallery. The products are all variables

    As noted in the link the images do not load like a typical gallery and just list them.

    I’ve added the following to my functions.php

    add_action( 'after_setup_theme', 'yourtheme_setup' );
     
    function yourtheme_setup() {
        add_theme_support( 'woocommerce' );
        add_theme_support( 'wc-product-gallery-zoom' );
        add_theme_support( 'wc-product-gallery-lightbox' );
        add_theme_support( 'wc-product-gallery-slider' );
    }

    plus this in the css:

    figure.woocommerce-product-gallery__wrapper {
      margin: 0;
    }

    The issue is not resolved and I’m not sure how to solve this.

    Can anyone help with this? my woocommerce theme is up to date as well.

    The theme is Eola (not my choice i inherited from another person)

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

Viewing 1 replies (of 1 total)
  • Plugin Support AW a11n

    (@slash1andy)

    Automattic Happiness Engineer

    Hey there!

    Since this is a few weeks old, and about customization, I am going to mark as resolved. A lot of people have found help in the Advanced WooCommerce group with things like this, so I would recommend checking there, or we highly recommend contacting one of the services on our Customizations page (https://woocommerce.com/customizations/)

Viewing 1 replies (of 1 total)
  • The topic ‘Gallery not working – Eola Theme Variable product’ is closed to new replies.