Home Forums WoodMart support forum Variable images block the entire image

Variable images block the entire image

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #108529

    stuart.invest
    Participant

    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?

    #108551

    Artem Temos
    Keymaster

    Hi,

    Try to disable grid attribute to be displayed on the shop page via Theme Settings -> Shop -> Attributes swatches.

    Kind Regards

    #108707

    stuart.invest
    Participant

    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?

    #108708

    Artem Temos
    Keymaster

    Yes, just disable the option we wrote you previously.

    #108721

    stuart.invest
    Participant

    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.

    #108755

    Artem Temos
    Keymaster

    Please, send us your admin access so we can check your configuration.

    #108779

    stuart.invest
    Participant

    Thanks. Log in information below in secure section.

    #108890

    Artem Temos
    Keymaster

    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

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