Woocommerce Lightbox unable to slide between images

Posted in: Newspaper
Post count: 16

I installed the Woocommerce version 3.6.4 Plugin. The first thing I noticed when created a Product is there is no option for a lightbox. All of the images are loaded on the page and it looks messy.

I did some searches on this site and I tried to edit the Functions.php file with this code:
add_action( ‘after_setup_theme’, ‘yourtheme_setup’ );

function yourtheme_setup() {
add_theme_support( ‘wc-product-gallery-zoom’ );
add_theme_support( ‘wc-product-gallery-lightbox’ );
add_theme_support( ‘wc-product-gallery-slider’ );
}

That did not work. I still have no lightbox or slider

So I also purchased and installed Woocommerce Image Zoom Pro and Woocommerce Lightbox Pro. This allows me to have the general look I want and a lightbox function.

The only problem I have now is the Lightbox will not slide between the gallery images. I noticed that this same problem happens without the plugins. Do you have any thoughts on this?

Post count: 16

The developer of Image Zoom was able to add this functionality for me.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.