Slider Not Showing - Litespeed Cache
Hi,
On a site we're working on the slider is showing on the backend but doesn't show on the front end when not logged in. When the slider setting is turned off it shows fine.
Looking at the stylesheet there seems to be a display: none; setting showing which is applied to sliders and seems to be connected to Litespeed Cache. Can you help with this please?
To demonstrate:
.brz .brz-section .brz-slick-slider {
display: none;
}
Thanks,
Eilidh
-
Hi Eilidh,
Thank you for reaching out to us.
Could you please provide us with the URL of your site so we can inspect it?
In the meantime, please try adding the following CSS and see if it resolves the issue:
.brz .brz-section .brz-slick-slider {
display: block;
}
Best regards,
Ariel H.0 -
Hi Ariel,
Thanks very much for this. We appear to be having multiple issues due to Litespeed Cache but will try and address this in the first instance with them.
This is very helpful though.
Thank you,
Eilidh
0
Please sign in to leave a comment.
Comments
2 comments