Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #531244

    Hello,

    for few month you helped me, to add a “Scroll Down” text to the fullscreenslider.
    With the newes Enfold update today, there some changes in the slideshow.php and i can not add my scroll down text.

    Can you please help me, to get this text back?

    Here is the old topic, i can nor find this line in slideshow.php. and do not know how i can get it back.
    $html .= "<a href='#next-section' title='' class='scroll-down-link' ". av_icon_string( 'scrolldown' ). "></a>";

    https://kriesi.at/support/topic/fullscreen-slider-other-scroll-down-arrow/#post-417877

    This was my old Topic, but its closed:
    https://kriesi.at/support/topic/fullscreen-slider-other-scroll-down-arrow/

    #531374

    Do you have any ideas ?

    #532379

    Hey!

    Thank you for using Enfold.

    You don’t need to modify files because there’s already an option for that. Edit the slider then enable the “Display a scroll down arrow” option.

    EDIT: Looks like you’re asking for a scroll down text. Please look for the same line of code on helper-slideshow.php file:

    $html .= "<a href='#next-section' title='' class='scroll-down-link' ". av_icon_string( 'scrolldown' ). "></a>";
    

    .. replace it with:

    $html .= "<span class='scroll-down-text'>Scroll down</span><a href='#next-section' title='' class='scroll-down-link' ". av_icon_string( 'scrolldown' ). "></a>";
    

    Use the css code in the previous thread.

    Best regards,
    Ismael

    #532441

    Hello Ismael,

    yes i was asking for the text.
    I changed the helper-slideshow.php and it works.

    THX for your help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Fullscreenslider Scroll Down text’ is closed to new replies.