Hello,
Try to add the below code to the functuons.php file of the child theme and see it works or not.
add_theme_support( 'wc-product-gallery-lightbox' );
Since it is related to woocommerce, please try to contact their support for this. Maybe they know the exact answer for it.
Didn’t work for some reason.
WooCommerce says Lightbox support is via the Theme Product settings now…..
WooCommerce says Lightbox support is via the Theme Product settings now…..
I didn’t understand it. Can you please explain it more?
Try this one for enabling the gallery lightbox supprot.
function enable_gallery_lightbox_support() {
add_theme_support( 'wc-product-gallery-lightbox' );
}
add_action( 'after_setup_theme', 'enable_gallery_lightbox_support', 100 );
Hello, unfortunately, I couldn’t find a solution to this issue at present but I’ll surely look into this find a fix for it.
Thx. It’s on staging but if you want access email me directly – tom@gerberconsultants.com and I can set you up
Hello,
Sharing email and asking for login details is against the forum guidelines. Hope you understand it.
Ok. Np. Just thought it would help find the issue quicker.