Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #393169

    how can i make the captions inside the fullscreen slider scroll together with the content below??
    now it is shifted (paralax) but i dont want this ?
    please help

    #393363

    Hi vidilo!

    What we can do is remove the CSS animations so instead of fading in it just displays with no movement. Would you like to try that?

    Best regards,
    Elliott

    #396812
    This reply has been marked as private.
    #397042

    Hey!

    Alrighty, add this to your custom CSS.

    .avia-caption-title, .avia-caption-content, .avia-slideshow-button {
      animation: 0s ease 0s normal none 1 running none !important;
      visibility: visible !important;
    }

    Cheers!
    Elliott

    #397513

    thx but unfortunately it doesnt fix the problem.

    When i select the option “Use first slides caption as permanent caption” in the Fullscreenslider options tab
    it does exactly what i want it to do , bu then only one caption is shown.

    What i need is the behaviour of that (it sticks to its div container)
    but with all slides intact!

    • This reply was modified 10 years, 5 months ago by vidilo.
    #397533

    problem solved. i used the normal slider instead of the fullscreen slider.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Fixed Captions in Fullscreenslider’ is closed to new replies.