product gallery don’t work in modern browser
-
After adding support for the product gallery feature with code, the feature is not showing in modern browsers on macOS 10.12 and higher (Safari/Chrome/Firefox), but works in a Safari browser in OS X 10.10. No errors
add_action( 'after_setup_theme', 'theme_setup' ); function theme_setup() { add_theme_support( 'wc-product-gallery-zoom' ); add_theme_support( 'wc-product-gallery-lightbox' ); add_theme_support( 'wc-product-gallery-slider' ); }
This is a custommade theme with only templates for wc email and wc loop (add-to-cart.php and orderby.php).
The page I need help with: [log in to see the link]
- The topic ‘product gallery don’t work in modern browser’ is closed to new replies.