Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1352908

    Liebes Enfold Team

    Ich würde gerne die Einblende-Zeit des Beschreibungstextes im Vollbild-Slider ändern können.

    Wenn´s geht würde ich gerne, das er langsamer hochkommt und eine längere Einblende-Zeit hat.

    Würde mich freuen wenn das irgendwie funktioniert.

    Beste Grüße
    Bernhard Dulle

    #1352915

    Hey Bernhard,

    Thank you for the inquiry.

    The slider is not loading at all when we checked the site. Did you modify the slider scripts? Please make sure to update the theme to version 4.9.2.3, then post the login details in the private field.

    To adjust the duration of the caption animation, try to use this css code.

    avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title {
        visibility: visible;
        -webkit-animation: caption-left 3s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
        animation: caption-left 3s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
    }
    
    .avia_transform .av_slideshow_full .active-slide .avia-caption-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content {
        visibility: visible;
        -webkit-animation: caption-right  3s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
        animation: caption-right  3s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
    }

    Best regards,
    Ismael

    #1352925

    Hey Ismael

    thanks for your quick response.
    I have the Version 4.9.2.3.
    I purchased it on monday.

    I didn`t modify any scripts on the full with slider.
    I dont know why you can´t see the slider…?

    But I would like to work with the Layer Slider now.
    Because I also want to zoom the Background Image.

    And with the Layer Slider it is also possible to animate the Text Block the way I like it.
    Thanks anyway for the tips an Qick CSS for my first inquiry.
    Sorry for the circumstances
    —————————————————————————-
    But I have another question now regarding the Layer Slider
    (I very much hope you can see it now on my privat content link…?)

    When the textblock fades out, it lights up shortly near the end.
    Can you see that? (The text on the first Slide works fine, but on the following 5 Slides the text lights up at the end)
    I hope there is a possibility to fix it.

    Thank you very much for your help
    PS. I only work with Enfold!
    Its a great Template and an even better support !!!
    Thanks to you and your team :-)

    #1352995

    Hey Ismael

    me again…
    I fixed the problem by customizing the time of the transitions…

    Best regards
    Bernhard

    #1353041

    Hi Bernhard,

    Glad to know that you have managed to fix the text flicker issue. Thank you for using the theme and for the kind words. Please do not hesitate to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Einblenden der Texte im Vollbild-Slider / Ändern der Zeit’ is closed to new replies.