fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Urna theme – Displayed twice in Product Archive + Single Product doesn’t load properly

Albert Moritz

Hello,

 

Whenever I activate Variation Swatches, my theme looks like this:

Screenshot 2022-08-03 at 16.32.50.png

instead of this:

 

Screenshot 2022-08-03 at 16.32.15.png

 

Also, the swatches are displayed twice here, they should be displayed just at the bottom:

Screenshot 2022-08-03 at 16.34.11.png

 

And finally,

How can I hide the “tick” from the selected Variation? I don’t like it or would at least like to have it fully transparent.

Is that possible?

 

Thank you!

Best

Albert

Albert Moritz

Also, one last add-on: How can I limit the number of swatches on the product archive page? I just want to display 8-10 maximum.

 

Thank you!

Albert Moritz

The first issue with the page that is not loaded properly might have something to do with the Wishlist functionality. When I don’t have Items in my wishlist, it seems to work

Albert Moritz

Also, the hover effect on the product archive page doesn’t work – It does not change the preview picture:

Hakik Zaman

Hi Albert,

Thanks for getting back to us.

How can I hide the “tick” from the selected Variation?

Please add the below CSS at Appearance > Customize > Additional CSS

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
    background-image: none;
}

How can I limit the number of swatches on the product archive page?

Please check our documentation, I hope you can do it yourself.

Also, the hover effect on the product archive page doesn’t work – It does not change the preview picture

Please check this screencast to resolve the issue you mentioned.

Thank You