Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
jmancinidesign
tagDiv Member

You are correct, added

add_action( ‘after_setup_theme’, ‘yourtheme_setup’ );

function yourtheme_setup() {
add_theme_support( ‘wc-product-gallery-zoom’ );
add_theme_support( ‘wc-product-gallery-lightbox’ );
add_theme_support( ‘wc-product-gallery-slider’ );
}

to Funtions.php and it is working.

Thanks!

jmancinidesign
tagDiv Member

Please close. Solved.

Viewing 2 posts - 1 through 2 (of 2 total)