Buooy Scroll To Top

Buooy Scroll To Top is a Scroll to Top that actually looks nice. And its incredibly easy to use. Just activate and go!
Usage
Simple
Nothing! Just activate and go! It will automatically create a nice back to top button that will appear after your user scrolls beyond 200px.
Advanced
There are a few ways to use your own image:
- Method 1: Create a directory with the EXACT directory name of ‘backtotop’ in your theme root directory and place an image with the EXACT file name of ‘backtotop.png’ or ‘backtotop.jpg’ or ‘backtotop.jpeg’ or ‘backtotop.gif’. If you have multiple image files, the image will load in that order.
-
Method 2: Use the filter ‘back-to-top-image’ as follows in your theme’s functions.php:
if(has_filter(‘back-to-top-image’)){
add_filter( 'back-to-top-image', 'add_back_to_top_image' );}
function add_back_to_top_image(){
return URL_TO_THE_IMAGE_HERE;}
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
- Give a name to your project
- Download the Installer Package
- Install & activate the plugin locally
- Install the suggested dependencies
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.



