Description
A simple plugin contains Smooth Scrolling To Element, Go To Top and MouseWheel Smooth Scroll.
View DEMO for more details
Also work with Gutenberg shortcode block.
Smooth Scrolling To Element
Smooth Scrolling effect where you click on a link and your browser smoothly scrolls down to the appropriate section. This can be achived by a shortcode and can be used multiple time on a page.
For example :
[ss_link link="content1" name="Click Me" class="button"]
Where [ss_link] is the main shortcode and all other are parameters.
Go To Top
For websites that have a lot of information on the page you will scroll far down the page to consume the information. Websites with initiate scroll need something to make it easy to return to the top.
This is done with a button which will scroll them back to the top.
MouseWheel Smooth Scroll
MouseWheel Smooth Scroll provides smooth vertical scrolling as you scroll up/down the webpage with mouse wheel.
Shortcode parameters for Smooth Scrolling To Element
- Link : [ss_link link=”content1″]
(Link parameter is used define the link target. ie if you are giving link="content1" thats when the contant where you want to scroll should have ID content1 ie <div id="content1">....</div>)
- Button Name : [ss_link link=”content1″ name=”Click Me”] (i.e Name of link)
- Button Class : [ss_link link=”content1″ name=”Click Me” class=”button”] (i.e Design your button by giving a custom class.)
Features
- Shortcode for Smooth Scrolling To Element where you can create unlimted buttons and scroll to their there elements section.
- MouseWheel Smooth Scroll
- Go To Top
Installation
- Upload the ‘smooth-scroll-by-wpos’ folder to the ‘/wp-content/plugins/’ directory.
- Activate the ssmooth-scroll-by-wpos list plugin through the ‘Plugins’ menu in WordPress.
- Go to Smooth Scroll by WPOS menu create in the left side and check the settings.
Reviews
Great Smooth Scroll Plugin!
not compatible
Works better than the other ones available
Seems to work
Contributors & Developers
“Smooth Scroll by WPOS” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Smooth Scroll by WPOS” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial release.