Descripción
This plugin adds a smooth scroll effect motion to anchor links on the same page.
You can apply the effect to all posts/pages or certain posts/pages and adjust scroll speed.
The links are bound by the id attribute.
For the source/origin element, link to the target like so, with a href attribute of the target id <a href="#example"></a>
For the target element, you give it a corresponding id attribute like so – <h2 id="example">the target</h2>
Usage
The settings are found via the dashboard Settings > Smoothscroller
-
Select to apply to all post and pages
-
Select to have on home page only
-
Select to have on certain pages only
-
Select to have on certain posts only
-
Choose the speed of the scroll
Instalación
This section describes how to install the plugin:
- Upload the
smoothscrollerfolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Options are in Settings => Smoothscroller
Preguntas frecuentes
-
How do I make a link on the same page
-
The links are bound by the id attribute.
For the source/origin element, link to the target like so, with a href attribute of the target id
<a href="#example"></a>For the target element, you give it a corresponding id attribute like so –
<h2 id="example">the target</h2>
Reseñas
Colaboradores y desarrolladores
Este software es de código abierto. Las siguientes personas han contribuido a este plugin.
ColaboradoresTraduce “Smoothscroller” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.2.1
- Changed the default scroll duration from 200 ms to 800 ms.
1.2.0
- Tested with WordPress 7.1.
- Replaced the legacy CDN-hosted jQuery scrolling libraries with a local, dependency-free script.
- Added reduced-motion support and keyboard focus handling for improved accessibility.
- Fixed Front/Home Page targeting when individual page or post IDs are also saved.
- Hardened settings validation and modernized the settings screen.
- Added WordPress and PHP requirement headers.
1.0.0
- Initial release.
21/08/15

