Hi Tobias,
Thanks for reaching out to us.
Our Zoom & Popup will not work if your theme removes the following supports:
add_theme_support( 'wc-product-gallery-zoom' );
add_theme_support( 'wc-product-gallery-lightbox' );
So, your theme must have the above supports to get them into work.
If you have a child theme, please add the above support like the following:
add_action( 'after_setup_theme', function(){
add_theme_support( 'wc-product-gallery-zoom' );
add_theme_support( 'wc-product-gallery-lightbox' );
}, 99 );
Then try again.
Thank You
Zoom and popup not working with Woodmart
Tobias Purro
Hi,
Zoom and popup not working with Woodmart whereas it’s a famous template so I don’t understand
Thanks for your feedback