Tagged: scroll down link
Hi how would i change the distance that will be scrolled on the scroll down link?
Its not scrolling far down enough, i need it to scroll further down the screen.
Hi McEwans!
Please see – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Cheers!
Yigit
I under stand this Yigit, but the fullpage slider had the scroll arrow build into it, where does it get its anchor?
Hey!
It’s designed to scroll to the next section under it. If you want to change it to link to a specific element then you can find the code on line 505 in /enfold/config-templatebuilder/avia-shortcodes/slideshow.php.
$html .= "<a href='#next-section' title='' class='scroll-down-link' ". av_icon_string( 'scrolldown' ). "></a>";
But that will change it for every time you use it.
Regards,
Elliott