Home › Forums › WoodMart support forum › Split: Product gallery doesn’t load › Reply To: Split: Product gallery doesn’t load
February 23, 2023 at 4:38 pm
#445765
ArfanRasool
Participant
Hi, I have narrowed it down further and noticed this is only occuring when the option “Load CSS Asynchronously” is set to on in LiteSpeed Cache.
The CSS from file theme-admin.css:
.woocommerce-product-gallery .thumbnails {
opacity: 0;
}
is then loaded and for some reason. I am mitigating this via custom CSS and setting the opacity value to 1. Would you recommend this method or is there an underlying conflict?
Thanks for your help.