• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 14.09.22, 06:37
  • Opened by: juan cantu
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #23754 - Texture Icon are not showing properly :c

I dont know why but in the filters the texture icon is not showing :c all the colors are shown except for textures

screenshot taken from https://interiumconcept.com/12-pisos-y-recubrimientos

Attachments:

Capture.JPG (12.5 KiB)

Comments

Fred 14 Sep 2022, 20:54

Hi, juan cantu.
Are you sure you have configured everything correctly. We never had problems with textures.
Please show me at a screenshot where exactly the problem is

juan cantu 14 Sep 2022, 21:12

I did already is the capture, the bottom left is “empty” doesn’t show anything.

Weird thing is that it does show the products, but doesn’t show properly the image (i don’t know if its a CSS error? )

Fred 14 Sep 2022, 21:35

maybe that’s because it’s just white? We can add a border there to make it visible better.

juan cantu 14 Sep 2022, 23:27

Noo i though the same at first but look this is another screenshot with the actual texture in the product card

Attachments:

Capture.JPG (20 KiB)
Fred 15 Sep 2022, 19:39

Yes, you are right.
Add this CSS fix:

#search_filters .facet .pkcolor.pkradio > li .color-tooltip {
    background-size: cover;
}