Buttons on the slide ['nice scroll' feature for elements inside Revolution Slider]
I've set all buttons on the website (http://skroc.pl/fbc74) with scroll effect.
But only the buttons on slides doesn't work with that scroll effect. When I press them it immediately jump to the goal.
Is it possible to set these buttons (in Revolution SLider) to use scroll effect?
But only the buttons on slides doesn't work with that scroll effect. When I press them it immediately jump to the goal.
Is it possible to set these buttons (in Revolution SLider) to use scroll effect?
Comments
The other way is add links or other stuff inside revolution slider with class="scroll" and this will create smooth scroll for one page links. So when you create/edit layer, in layer content section you must use something like below:
<a href='#Kontakt' class='tp-button blue small' class="scroll">Skontaktuj się zanim będzie za poóźn</a>
If I put "class=scroll" at the beginning (as you wrote), for example: <a class="scroll" ...." button is converted to linked text
Before you start modify anything, please take a look into Google https://www.google.com/search?q=how+to+use+css+class&ie=utf-8&oe=utf-8&gws_rd=cr&ei=0OGzVMLGCsid7gaHn4GQBQ and learn how classes works please.
Thanks for understanding!
I was testing so fast and put too many "classes" into.
It's only my fault.
Now it works OK - I'm glad.
To sum up - absolutely enough solution is that to put word "scroll" between char ' and "tp-button blue small":
Thank you for your help.
We can close this case.