Description
This plugin will give special smooth scroll effect to your BACK TO TOP, TOP TO BOTTOM like links.
It also has capacity to add such links in your WordPress blog, if they are not present.
You can special add smooth scroll effect in your blog for page navigation links.
By Chetan Gole.
Installation
- Upload the entire content of plugin archive to your /wp-content/plugins/ directory, so that everything will remain in a /wp-content/plugins/smooth-scrolling-links-ssl/ folder
- Remember: DO not change the folder name.
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to Settings and then Smooth Scroll Links [SSL] to configure and enable the effect.
- Enjoy the UP and DOWN. 🙂
FAQ
- Why Footer link is not added even after enabling option ?
-
Actually your theme doesn’t have
<?php wp_footer(); ?>
in footer, so please edit the footer of your theme and insert that code.
To edit the theme go to Design >> Theme Editor >> Select “Footer.php” from right hand list >> and paste<?php wp_footer(); ?>
just before the ‘< /body >’ tag.
If possible add this code near to WordPress link. - I have problems and questions
-
Catch me on Smooth Scroll Links Homepage
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Smooth Scroll Links [SSL]” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Smooth Scroll Links [SSL]” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
- ver : 1.1.0 : Blog url problem solved when installed in other than “root directory”.
- ver : 1.0.0 : SSL Launched.