Variable images block the entire image
-
I have no idea where an “&” came from in the coding but that line of code is working perfectly now.
One more follow up to the product swatch images-
See how slow this page takes to load? https://mvplegacy.com/product-category/apparel/t-shirts/
and also see how the variable images block the entire image? (Attached image)
Are the loading of all these variable images cause the slow load and if so can these variable images be removed leaving just the main image showing on the page for customers to click on the image to view the product page?
Hi,
Try to disable grid attribute to be displayed on the shop page via Theme Settings -> Shop -> Attributes swatches.
Kind Regards
So I’m wanting to keep the product variation images up on the product pages but completely remove the hover over product variations on the grid shop screen which pops up. Can I completely remove product variations (image or color swatch) from the shop pages? Just a static product for customers to click on to view the product page?
Yes, just disable the option we wrote you previously.
So when I did that it also disabled the image swatches on my product pages as well as the shop pages. They turned into just color swatches.
Please, send us your admin access so we can check your configuration.
Thanks. Log in information below in secure section.
Please, update the theme to the latest version first and then activate this attribute again. To hide it on the shop page add the following code snippet to the functions.php file in the child theme
function woodmart_swatches_list( $attribute_name = false ) {}
Regards