Scroll to Top
This post is also available in: Portuguese (Brazil)
I began to have many long posts, and I felt the need to have a mechanism rapid return to the top of the site.
I then decided to create a plugin for WordPress that makes it so fast and elegant. Fully written in jQuery, the plugin adds a floating box centered in the footer of your site that only appears when you scroll the page down, and when clicked gently roll the site to the top. All this without any modification to your template.
Features:
can enable / disable
change the text
change the width of the box
change the text color
change the color of the box
Follow the link to download.
Follows some prints:



#1 by Sami Hyytiä on 9 de June de 2010 - 5:32
Hi Rafael!
I love your plug-in! Just one question on my mind: Can a manually change the value to the code when the link appears on the page?
Because I think that it’s not needed immediately after scrolling few pixels down, but rather after certain amount of pixels f. ex. 500px.
What do you think?
Best regards from Finland,
Sami “De Souza” Hyytiä
#2 by admin on 9 de June de 2010 - 22:46
yes, modify scroll-to-top/js/stt.js
Line 4:
var top = 500;
[]`s
Rafael Cirolini