Product gallery / images missing (if using add_theme_support)
-
If I add add_theme_support( ‘woocommerce’ ); (which I’d need for various reasons) the product image gallery breaks. The whole image chunk of HTML is just gone from the product page. If I comment it out the galleries and images work perfectly fine.
I’ve tried to add
add_theme_support( ‘wc-product-gallery-zoom’ );
add_theme_support( ‘wc-product-gallery-lightbox’ );
add_theme_support( ‘wc-product-gallery-slider’ );But it does not help. Any clue what this is about?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Product gallery / images missing (if using add_theme_support)’ is closed to new replies.