Shape 5

Joomla Templates => Oasis - Club => : klaasvaak6 April 15, 2014, 08:55:46 AM



: scroll to top arrow
: klaasvaak6 April 15, 2014, 08:55:46 AM
how can i hide the scroll to top arrow when the page is on top ?
i only want to see the scroll to top arrow image when i,m going to scroll like for example the april theme

Regards


: Re: scroll to top arrow
: mikek April 15, 2014, 12:59:22 PM
Hello,

Just upgrade your vertex install to 3.5, that's a default feature as of 3.5


: Re: scroll to top arrow
: klaasvaak6 April 16, 2014, 05:39:25 AM
The most current version of Vertex is: 2.5.0 You are currently running 2.5.0.
You have the latest version of the Shape 5 Vertex Framework for the Joomla 2.5 platform.


is this becasue i,m running joomla 2.5 ?


: Re: scroll to top arrow
: mikenicoll April 16, 2014, 06:45:59 PM
Hello,

Can you post a URL where this occurs?

-Mike


: Re: scroll to top arrow
: klaasvaak6 April 17, 2014, 01:44:23 AM
i have send a pm to you...
to see it in the backoffice


: Re: scroll to top arrow
: mikenicoll April 17, 2014, 02:45:47 PM
Hello,

This feature is only available for J3.0 where the arrow is hidden until you scroll down. For J2.5 you could help this a bit by adjusting the bottom value here:

Template.CSS - Line 412

.s5_scrolltotop {
    background: url("../images/s5_scroll_arrow.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    bottom: 70px;
    cursor: pointer;
    height: 38px;
    position: fixed;
    right: 0;
    transition: none 0s ease 0s !important;
    width: 38px;
}

-Mike