• Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #24653 - The thumbnails in the product don't work as they should

It does not let you switch between the predefined layouts and the sub image option, both appear at the same time.

Attachments:

Capturaaa.JPG (24.9 KiB)

Comments

Fred 15 May 2023, 18:53

Hi, Pedro Vives Aguilar.
Can you please give me a link to a page where I can see the issue?

Pedro Vives Aguilar 15 May 2023, 18:55

https://newdesigndistrikt.frectaris.com/de/ Right now there are no products because we had to remove them, but it seems to be the same error that happened in Ticket #24621 - Product Miniature problem.

Fred 15 May 2023, 19:02

Your website is not loading for me.
Try following CSS fix:

.product-thumbnail a img:not(:first-child)
Pedro Vives Aguilar 16 May 2023, 08:38

Thanks!! But it is not working for me. Is it possible that the answer is not complete?
You can check now on https://newdesigndistrikt.frectaris.com/de/3-sofas

Fred 16 May 2023, 09:15

I don’t know why, but your website is not loading for me.
Please try this updated code, this one 100% work, tested out locally

.product-thumbnail .subimage-true > img:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}
Fred 16 May 2023, 09:16

And remove previous one

Pedro Vives Aguilar 16 May 2023, 09:36

Yes, it works perfectly, thank you very much!

Fred 16 May 2023, 18:52

You are welcome!