Апісанне
This plugin will animate a regular anchor navigation with a smooth scrolling effect.
Each time a link is clicked, the whole screen will gradually scroll to the targeted element, instead of “jumping” as it’d normally do.
jQuery.ScrollTo is used for the animation.
Ўсталёўка
- Upload the
wp-localscrollfolder and all contents to/wp-content/plugins - Activate the plugin through the ‘Plugins’ menu in WordPress
Часта задаваныя пытанні
- How to create jump links in WordPress?
-
What you need:
- An element with an id that acts as the anchor
- A link that uses the format #anchor_id
- In the Visual Editor click on the HTML Editor
- Locate the end point of the jump in HTML view
- Add an id attribute to your end point
- Using the built-in WordPress link dialog box, add your link in the usual way at the origin point
- You should be good to go
Водгукі
Удзельнікі і распрацоўшчыкі
“WP LocalScroll” is open source software. The following people have contributed to this plugin.
УдзельнікіПеракласці “WP LocalScroll” на вашу мову.
Зацікаўлены ў распрацоўцы?
Праглядзіце код, праверце SVN рэпазітарый, або падпішыцеся на журнал распрацоўкі па RSS.
Журнал змяненняў
1.1
- Fixed an issue that was preventing the JS from loading on the front-end.
1.0
- Initial release.