Home Forums WoodMart support forum Product Gallery Photoswipe Issue

Product Gallery Photoswipe Issue

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #685237

    DJLS1997
    Participant

    Hi,

    We have a website https://muaprostore.com
    We enabled PhotoSwipe in the Single Product gallery in the theme settings, but it’s not working — the gallery images are not clickable at all.

    We also noticed some random boxes showing above the footer on single product pages, so we added custom CSS to hide them:

    /* Hide the PhotoSwipe root until the gallery actually opens */
    .pswp[aria-hidden=”true”] {
    display: none !important;
    visibility: hidden !important;
    }

    /* Optional: belt-and-suspenders in case aria-hidden is missing */
    .pswp:not(.pswp–open) {
    display: none !important;
    visibility: hidden !important;
    }

    /* When it opens, PhotoSwipe sets inline styles / classes and it will show */
    How can we fix this issue so that the gallery images are clickable and PhotoSwipe works correctly?

    #685375

    DJLS1997
    Participant

    KIND REMINDER

    #685393

    Artem Temos
    Keymaster

    Hello,

    Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?

    Thank you in advance

Viewing 3 posts - 1 through 3 (of 3 total)