Site Titel with "scroll to top" function
-
is it possible do use the the Site Titel as a scroll to top button
with the full screen Addon ?i try a nother way.... with fixed element in full screen slider but it doesent work with this in full screen slider addon ....
.fixed-element{
position: fixed;
top: 10px;
left: 1%;
z-index: 5;
} -
Hi Otto!
It is possible but a bit more complex than you maybe imagined.
You can create a box or a text on which you click and run a little jQuery script. That script will slide to the specific slide.
Have a look here:
http://laythemeforum.com/topic/947/scroll-to-anchors-with-fullscreen-slider-addon-back-to-top-button-doesn-t-work/2I hope that helps!
Best!
Marius
-
i did this allready .... ;)
http://www.corinnawolfien.com/
but how can i have a fixed element
it doesent work with full screen sliderI used this code for the "sidetitle" but it doesent work...
.fixed-element{
position: fixed;
top: 2%;
left: 2%;
z-index: 5;
}