Images won't change when already active
-
Hi 🙂 When I try changing images via the swatches, and choose the color that is already shown in the grid view – the loader appears and doesn’t stop until ich switch to another color?
Hello,
Could you please send us a link where we can see the problem? We just tested it with Star Rash Vest Junior S/S
products and works correctly.
Regards
If you try looking at kites ( http://boardsupply.wpengine.com/produkt-kategori/water/kitesurfing/kites/ ) and choose NV8 and click lime (color) it get’s stuck with the loader image, since the lime picture already is active. I am using Safari 10.0.1
Screenshot: https://www.dropbox.com/s/ak2393h0wt60dc4/Sk%C3%A6rmbillede%202016-11-03%2011.18.21.png?dl=0
Thank you for the explanation.
We see that it is a problem in Safari browser and it may require some additional investigation. We will try to fix it in our next update. You can temporary hide this loader with the following CSS code
.product-grid-item.loading-image .product-element-top:after {
opacity: 0;
visibility: hidden;
}
.product-grid-item.loading-image .product-element-top>a {
opacity: 1;
}
Thank you for your report 🙂 We have to fix it in our updates 🙂