WooCommerce 3.0.0 – Single Product page – Image not showing
-
I just updated to WooCommerce 3.0.0 and the product image on the Single Product page isn’t showing anymore. I tried adding these 3 snippets of code to my functions.php but that did not resolve it:
add_theme_support( ‘wc-product-gallery-zoom’ );
add_theme_support( ‘wc-product-gallery-lightbox’ );
add_theme_support( ‘wc-product-gallery-slider’ );What am I missing??
All other thumbnail images are showing up. Please help!
- The topic ‘WooCommerce 3.0.0 – Single Product page – Image not showing’ is closed to new replies.