• Updated WP and woo, and when viewing a product with multiple images, the lightbox is gone.
    when clicking an image, it just views the image without a lightbox or navigation arrows to the next image.

    Any help to resolve this would be appreciated.
    Thanks in advance.

    – Scott

Viewing 1 replies (of 1 total)
  • In case you still are trying to fix this or someone else runs into the same issue, modify modality-functions.php in your themes/modality/functions folder with the follow:

    insert the following 3 lines at line 14, after function modality_setup() {

    add_theme_support( ‘wc-product-gallery-zoom’ );
    add_theme_support( ‘wc-product-gallery-lightbox’ );
    add_theme_support( ‘wc-product-gallery-slider’ );

Viewing 1 replies (of 1 total)
  • The topic ‘Image lightbox not working with woocommerce’ is closed to new replies.