Restoring WooCommerce image/gallery functionality


Hi Carl,

If you want to have default functionality of WooCommerce slider, zoom and lightbox you need to add the following code in your functions.php:

add_theme_support( 'wc-product-gallery-zoom' );
add_theme_support( 'wc-product-gallery-lightbox' );
add_theme_support( 'wc-product-gallery-slider' );

Write a reply

Login or register to write a reply, it's free!