• Resolved skitpappa121

    (@skitpappa121)


    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]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author bqworks

    (@bqworks)

    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

    Thread Starter skitpappa121

    (@skitpappa121)

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

    /Lars A

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.