Descripció
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.
Instal·lació
- 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. 🙂
PMF
- 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
Ressenyes
No hi ha ressenyes per a aquesta extensió.
Col·laboradors i desenvolupadors
"Smooth Scroll Links [SSL]" és programari de codi obert. La següent gent ha contribuït en aquesta extensió.
ContribuïdorsTradueix “Smooth Scroll Links [SSL]” a la teva llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
- ver : 1.1.0 : Blog url problem solved when installed in other than “root directory”.
- ver : 1.0.0 : SSL Launched.