Conversation
supportHello, I’ve been using Slider Pro for a long time for my photo portfolios. But I’m disturbed by a strange effect that occurs every time a page is loading, when some of the captions are visible for a millisecond on the left side of the page. This happens before the page is fully loaded. I’ve ytried different methods to get rid of it, but I haven’t been able to yet. Any idea why this happens and how to get rid of it? /LarsA The page I need help with: [ log in to see the link]
Hi, Lars. Some styling is applied to those captions/layers only after the slider script is loaded and executed, which happens after some delay. You could add custom CSS to hide the captions before they’re ready. For example: .sp-no-js .sp-layer { visibility: hidden; } Best, David
Yep, that removed them! Thanks so much, your support is still absolutely brilliant! /Lars A
Hi, Lars. Some styling is applied to those captions/layers only after the slider script is loaded and executed, which happens after some delay. You could add custom CSS to hide the captions before they’re ready. For example: .sp-no-js .sp-layer { visibility: hidden; } Best, David
Yep, that removed them! Thanks so much, your support is still absolutely brilliant! /Lars A