Product Labels Disappear on Product Carousel
-
Hello,
I have just updated Woodmart from 7.3.2 to your latest version 7.4.2, when using the pagination control for the product carousels the product labels disappear. I have disabled all non essential plugins to see if there is any conflict but the problem is still happening.
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
We checked your website but don’t see any issues with the carousel. Here is a video https://monosnap.com/file/7Tpwks50QkyLcM9czGolBO0kSbiPhQ
Kind Regards
Hi,
Thanks for your reply, I have just checked on chrome and you are right it is displaying properly. However on safari the product labels are disappearing.
I have attached a screen recording
Thanks,
Attachments:
You must be
logged in to view attached files.
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.product-labels {
transform: translateZ(0);
}
That has worked!
Thanks for your help.
Great, you are welcome! Feel free to contact us if you have any further questions.
The topic ‘Product Labels Disappear on Product Carousel’ is closed to new replies.