Mobile Hero Slider
-
Hi, I’m using the Sydney theme (free). On mobile, when the home page loads, both hero slides appear for about a few seconds stacked on top of each other before the slider initializes. Desktop works fine.
I cleared cache, disabled optimization plugins, and the issue still happens. It seems the slides become visible before the theme’s slider script starts.
I tried CSS like this, but it didn’t help:
.sydney-hero-area .header-slider .slide {
visibility: hidden;
}
.sydney-hero-area .header-slider .slide.active {
visibility: visible;
}Could you advise how to prevent the second slide from flashing on initial load?
Thx
The page I need help with: [log in to see the link]
You must be logged in to reply to this topic.
