Home Forums WoodMart support forum Attribute swatches with images from product variations

Attribute swatches with images from product variations

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #35694

    Andrew Forest
    Participant

    Hello there! πŸ™‚

    Is there a way to disable attribute swatches from shop pages, but display them on product pages? If I disable them from Theme Settings->Shop->Attribute swatches, it also disables image variations on the product page. It only shows colored circles.

    Thank you!

    #35697

    Artem Temos
    Keymaster

    Hi,

    Actually, it shouldn’t disable variations images on the product page. Try to disable it now and provide us your admin access and link to the product where can we see it?

    Regards

    #35702

    Andrew Forest
    Participant

    It’s enabled now. Please check the details below. Thank you!

    #35703

    Andrew Forest
    Participant

    I forgot. Please use the password below for the website itself.

    #35714

    Artem Temos
    Keymaster

    Simply put the following CSS code to the Custom CSS section to hide swatches on the shop page

    .swatches-on-grid {
    	display: none;
    }
    
    
    #35728

    Andrew Forest
    Participant

    Just as I expected, it worked perfectly. πŸ˜€ Would you please take a look at the private content?

    #35746

    Artem Temos
    Keymaster

    Maybe it would be better to place your text with the following CSS code

    .single-product-page .woocommerce-product-rating:before {
        content:β€œOpinia clientilor:β€œ;
        display:block;
        margin-bottom:5px;
    }
    #35931

    Andrew Forest
    Participant

    Oh. Yea. Thanks πŸ˜€ …
    Would you please, if I’m not asking for too much, take a look at these images? Thank you.

    Attachments:
    You must be logged in to view attached files.
    #35941

    Artem Temos
    Keymaster

    Sorry, but it requires extra code customization to achieve this and it is out of our theme support scope.

    Regards

    #35957

    Andrew Forest
    Participant

    πŸ™‚

    #35967

    Artem Temos
    Keymaster

    Sorry, but we are not available for extra work since we have a lot of work with theme updates πŸ™‚

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