E.T.
E.T.

Reputation: 13

Wordpress woocommerce lightbox popup doesn't work

I have a woocommerce shop website and in the single product page i have this issue about clicking on the main image. The site redirects me to a page with the image link instead of showing the lightbox.

Upvotes: 1

Views: 3855

Answers (1)

Shahbaz Ahmed
Shahbaz Ahmed

Reputation: 350

It is since Woocommerce 3.0, I think they changed the way to zoom image. I fixed the issue by adding add_theme_support('wc-product-gallery-lightbox') line in main functions.php file of the theme.

Upvotes: 5

Related Questions