Adds a Scroll To Top button that allows visitors to scroll back to the
top of the page. You can customize the button style using predefined
styles or by adding a custom CSS file in your Theme.
= Customization =
The *Style* dropdown changes the button style displayed. These
correspond to CSS styles present in the plugin's CSS directory.
When you choose the *Custom* style, the plugin automatically adds the
CSS file located at *{current_theme}/wp-scroll-up/custom.css*.
This CSS file must contain an ID selector, *#scrollUp* and it's custom
style attributes. For instance, the bundled image style is provided by the
CSS,
/* Image style */
#scrollUp {
bottom: 20px;
right: 20px;
height: 38px; /* Height of image */
width: 38px; /* Width of image */
background: url(../img/top.png) no-repeat;
}
Other settings that can be changed,
* Scroll Text: The text label of the button.
* Scroll Distance: The number of pixels that a user needs to scroll
before they see the button.
* Scroll Speed: Duration in milliseconds to scroll to top.
* Animation: Whether the scroll button should Fade in/out
| Author: | Darshan Sawardekar (profile at wordpress.org) |
| WordPress version required: | 3.5.0 |
| WordPress version tested: | 3.9.40 |
| Plugin version: | 0.5.1 |
| Added to WordPress repository: | 02-05-2014 |
| Last updated: | 07-08-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | http://wordpress.org/plugins/wp-scroll-up |
| Total downloads: | 2 083 |
| Active installs: | 10+ |
![]() Click to start download |
|
Adds a Scroll To Top button that allows visitors to scroll back to the
top of the page. You can customize the button style using predefined
styles or by adding a custom CSS file in your Theme.
Credits
- Thanks to Mark Goodyear for scrollUp.
ChangeLog
