Skip Navigation

[Resolved] WooCommerce Image Gallery is not showing as a gallery

This support ticket is created 7 years ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 1 reply, has 2 voices.

Last updated by Christian Cox 7 years ago.

Assisted by: Christian Cox.

Author
Posts
#583689
2017-10-30 14_17_09-Ladies’ Tank – Fickle Pickle.png

On my site,
hidden link

You can see here, that the image gallery doesn't show an actual Gallery.
The only shortcode here is:
[wpv-woo-product-image size='shop_single' output='' enable_third_party_filters='yes' gallery_on_listings='yes']

Which is from your product, seems rather strange that it wouldn't work out of the gate here. Is there something missing? I'm not getting any errors in console either.
When you click an image, it goes directly to the image, not changing the main image.

Thoughts?

#584354

Hi, WooCommerce recently changed some core functionality for the product image gallery feature as described here:
hidden link

Sorry for the inconvenience here. If you want to restore the gallery feature, you can add the following 3 lines to your Toolset Starter Child theme's functions.php file:

add_theme_support( 'wc-product-gallery-zoom' );
add_theme_support( 'wc-product-gallery-lightbox' );
add_theme_support( 'wc-product-gallery-slider' );