Product image lightbox popup not working after add in add_theme_support code
-
Hi there,
I am having an issue with the product image lightbox.After I updated my WooCommerce, the image lightbox disabled.
I did some research and add in the code that people recommended.
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' ); }
The code works on all the projects that I work on except for this one.
https://thomastextiles.com.au/
Can anyone please give me some suggestions of what could be the issue of this site?
For now, I have to make the image to open in new tab, so the product page can still remain open.
WooCommerce Version – 3.5.3
WordPresss Version – 5.0.3Thank you in advance.
Steve
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Product image lightbox popup not working after add in add_theme_support code’ is closed to new replies.