• Resolved ioiiooio

    (@ioiiooio)


    When a user opens and closes the lightbox the hover zoom, and lightbox trigger stops working.

    Steps to reproduce:

    1) Hover image – zoom works as expected
    2) Click image to open lightbox
    3) Close lightbox
    4) Hover image – zoom doesn’t work
    5) Click image – lightbox doesn’t open

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Diana Burduja

    (@diana_burduja)

    There is a CSS rule added in the Storefront Greenhome theme which cancels all the mouse events on the image. But you can override it by adding the following CSS rule to your website:

    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image, .storefront-full-width-content.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image--placeholder {
        pointer-events: auto !important;
    }

    You can use the “WP Admin -> Appearance -> Customize -> Additional CSS” page to add the CSS rule.

    Thread Starter ioiiooio

    (@ioiiooio)

    Thanks that solved it!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stops working after lightbox is opened’ is closed to new replies.