Tagged: enfold, not working, product gallery
Hi Guys,
I have tried a few solutions i have found on the support but i couldnt find one
I saw someone gave this link to fix the problem; https://createandcode.com/broken-photo-gallery-and-lightbox-after-woocommerce-3-0-upgrade/
but it didnt work for me.
i have added the woocommerce part in the style.css from enfold and also the code 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’ );
} in my functions.php but that also did work.
What did i do wrong?
Thanks a lot!
@Angelo-ufirst as for now (Enfold up to 4.0.5) you need some extra steps and the wp-product-gallery-slider would need even more development. Take a look here.
That worked perfect for me! Thanks a lot!
Hi Angelo-ufirst,
Glad to hear that it worked :)
@mensmaximus: Thanks for providing the fix :)
Best regards,
Nikko