wp-scroll-up

wp-scroll-up

Adds a Button to Scroll back to Top of any Post or Page in WordPress.

  • Almost active
    This plugin was not updated the last 3641 days ago.
  • This plugin is not tested with the last major release of WordPress
    Content for list item
  • There is no information available which PHP version this plugin requires
    The latest stable PHP 8.3.9 was released on 04 July 2024
  • No information about vulnerabilities and unfixed security issues is available.
    Content for list item

Ratings

0

Active installs

10

Total Downloads

2K

Support Threads

0

Last updated

07 August 2014

Added

02 May 2014

Versions

100%
  • Version 0.5

About wp-scroll-up

Changelog

0.5.1

0.5.0

0.4.0

0.3.0

0.2.2

0.2.1

0.2.0

0.1.3

0.1.2

0.1.1

0.1.0

How to install wp-scroll-up

  1. Click Plugins > Add New in the WordPress admin panel.
  2. Search for “wp-scroll-up” and install.

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,