Solved!
The issue was WooCommerce → Settings → Default customer location → "Geolocate (with caching support)".
→ It adds ?v=... to URLs and breaks overlays.
Fix: Switch to "Geolocate (without caching)". Done. ✅
benjaminmugnier
@benjaminmugnier
Posts
-
Overlay doesn't work anymore. (After install and remove Polylang Pro + woo) -
Marquee is broken after recent updatemy bad sorry, it was the cache plugin...
-
thumb-collection & thumbnailgrid , gap in px not working correctlyhello Armin, glad to hear you ;)
Thanks, I guess it was the cache plugin indeed who was in conflict with my css because I had already put the good setting in the setting box of thumb grid project. It works well now for .thumb-collection, and I removed the custom CSS.
And for the extra padding I put this code and it works perfectly thanx !
.thumb-collection .ph { padding-bottom: 56%!important; }Cheerz
B.