What is the correct format of color images for atributes
-
What is the correct format for color images in atributes?
Some colors on filters are cutted like its shown on the attachment.
Attachments:
You must be
logged in to view attached files.
Hello,
Please try to upload much bigger size of the image on the swatches, if it does not solve the issue, deactivate all the plugins not related to the theme and switch the parent theme, check the issue, if the problem remains, leave the plugins not activated and provide the site admin access to the private area.
Best Regards
The component that you create isn’t prepared to work well with images, however, I found the ID of the layer for filter colors and I put a background repeat.. With this, all background shows the correct color through an image.
Example:
/*repeat image for colors atributes in filters*/
#woodmart-woocommerce-layered-nav-3 li.with-swatch-image .filter-swatch span {
background-repeat: repeat;
}
Hello,
That is great, you have solved the problem. If you have any questions please feel free to contact us.
Best Regards