Product Gallery Photoswipe Issue
-
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?
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