WPIntell

Source evidence

captions flash while loading

Slider Pro · support · 2024-09-23T16:27:00+00:00

mixedsentiment
lowseverity
0.56relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 33 rows with source links

15.2% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
skitpappa121 resolved
Hello, 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

Comments

2 shown
bqworks 2024-09-23T17:04:00+00:00

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

skitpappa121 2024-09-23T17:08:00+00:00

Yep, that removed them! Thanks so much, your support is still absolutely brilliant! /Lars A