Missing product image gallery functionality with WooCommerce
-
Hello
I am using Bento with the expansion pack with the latest version of WooCommerce.For my WooCommerce product pages the image gallery functionality is missing. When I look at the WooCommerce> Settings> Products> Display> Product Images the ‘Product Image Gallery Enable lightbox for product images’ is missing entirely. According to WooCommerce, the theme needs to declare support for the new gallery functionality using the following code:
add_theme_support( ‘wc-product-gallery-zoom’ );
add_theme_support( ‘wc-product-gallery-lightbox’ );
add_theme_support( ‘wc-product-gallery-slider’ );If this is the case, where do I put this code? Do I also need to upload and activate the additional plugins? (Flexislider, Photowipe and JQuery Zoom) I’ve tried adding the code to my custom CSS but this doesn’t appear to be working. If this is included in a theme update, please advise when it will be available. Any help would be greatly appreciated. Thanks very much!
- The topic ‘Missing product image gallery functionality with WooCommerce’ is closed to new replies.