New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | This lightweight plugin enhances user experience by enabling smooth scrolling for anchor links without the need for jQuery or other dependencies. | You have to log in to add a translation. | Details |
Original untranslated
This lightweight plugin enhances user experience by enabling smooth scrolling for anchor links without the need for jQuery or other dependencies.
You have to log in to edit this translation. |
|||
| ↑ | Fast Smooth Scroll | You have to log in to add a translation. | Details |
Original untranslated |
|||
| You can also contribute to the plugin by translating it. Simply visit <a href="https://translate.wordpress.org/projects/wp-plugins/fast-smooth-scroll">translate.wordpress.org</a> to get started. | You have to log in to add a translation. | Details | |
Original untranslated
You can also contribute to the plugin by translating it. Simply visit <a href="https://translate.wordpress.org/projects/wp-plugins/fast-smooth-scroll">translate.wordpress.org</a> to get started.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| If you have ideas to improve the plugin or to solve a bug, feel free to raise an issue or submit a pull request in the <a href="https://github.com/felixarntz/fast-smooth-scroll">GitHub repository for the plugin</a>. Please stick to the <a href="https://github.com/felixarntz/fast-smooth-scroll/blob/main/CONTRIBUTING.md">contributing guidelines</a>. | You have to log in to add a translation. | Details | |
Original untranslated
If you have ideas to improve the plugin or to solve a bug, feel free to raise an issue or submit a pull request in the <a href="https://github.com/felixarntz/fast-smooth-scroll">GitHub repository for the plugin</a>. Please stick to the <a href="https://github.com/felixarntz/fast-smooth-scroll/blob/main/CONTRIBUTING.md">contributing guidelines</a>.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| For regular support requests, please use the <a href="https://wordpress.org/support/plugin/fast-smooth-scroll">wordpress.org support forums</a>. If you have a technical issue with the plugin where you already have more insight on how to fix it, you can also <a href="https://github.com/felixarntz/fast-smooth-scroll/issues">open an issue on GitHub instead</a>. | You have to log in to add a translation. | Details | |
Original untranslated
For regular support requests, please use the <a href="https://wordpress.org/support/plugin/fast-smooth-scroll">wordpress.org support forums</a>. If you have a technical issue with the plugin where you already have more insight on how to fix it, you can also <a href="https://github.com/felixarntz/fast-smooth-scroll/issues">open an issue on GitHub instead</a>.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| If you don't have a legacy browser handy, you can still test the behavior: You'll need to be logged in as an administrator, and then you can add a query parameter <code>fast_smooth_scroll_debug_polyfill=1</code> to any URL. For example, in case of the home page: | You have to log in to add a translation. | Details | |
Original untranslated
If you don't have a legacy browser handy, you can still test the behavior: You'll need to be logged in as an administrator, and then you can add a query parameter <code>fast_smooth_scroll_debug_polyfill=1</code> to any URL. For example, in case of the home page:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Most likely, you are using a modern browser which therefore does not trigger the JavaScript polyfill to load. | You have to log in to add a translation. | Details | |
Original untranslated
Most likely, you are using a modern browser which therefore does not trigger the JavaScript polyfill to load.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| For example, with the following code you would ensure the JavaScript polyfill and even the simple feature detection check are never loaded: | You have to log in to add a translation. | Details | |
Original untranslated
For example, with the following code you would ensure the JavaScript polyfill and even the simple feature detection check are never loaded:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Since the JavaScript polyfill is only loaded when needed and is extremely lightweight, there's probably not much value in disabling it. However, if you want to go for the purist solution of only relying on the CSS approach, you can certainly do so, using the built-in filter <code>fast_smooth_scroll_enqueue_scripts</code>, which defaults to <code>true</code>. | You have to log in to add a translation. | Details | |
Original untranslated
Since the JavaScript polyfill is only loaded when needed and is extremely lightweight, there's probably not much value in disabling it. However, if you want to go for the purist solution of only relying on the CSS approach, you can certainly do so, using the built-in filter <code>fast_smooth_scroll_enqueue_scripts</code>, which defaults to <code>true</code>.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| The <code>prefers-reduced-motion</code> media query is used to detect such a preference. Note that this only works with the CSS-only solution, as the older browsers that would require the JavaScript polyfill do not support this preference. | You have to log in to add a translation. | Details | |
Original untranslated
The <code>prefers-reduced-motion</code> media query is used to detect such a preference. Note that this only works with the CSS-only solution, as the older browsers that would require the JavaScript polyfill do not support this preference.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Yes! For better accessibility, clients that are configured to reduce motion will not be affected by the smooth scroll behavior. | You have to log in to add a translation. | Details | |
Original untranslated
Yes! For better accessibility, clients that are configured to reduce motion will not be affected by the smooth scroll behavior.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| For example, with the following code you would set a scroll offset of 120 pixels. This works for both the default CSS-only implementation as well as for the JavaScript polyfill. | You have to log in to add a translation. | Details | |
Original untranslated
For example, with the following code you would set a scroll offset of 120 pixels. This works for both the default CSS-only implementation as well as for the JavaScript polyfill.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| For such situations, the plugin supports setting a scroll offset. You can use the filter <code>fast_smooth_scroll_offset</code> to set such an offset in pixels (default is 0, i.e. no offset). | You have to log in to add a translation. | Details | |
Original untranslated
For such situations, the plugin supports setting a scroll offset. You can use the filter <code>fast_smooth_scroll_offset</code> to set such an offset in pixels (default is 0, i.e. no offset).
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| If the anchor scrolling doesn't end up in exactly the right place, there is a good chance this is happening because your site uses a fixed header or another element that overlaps the main content. | You have to log in to add a translation. | Details | |
Original untranslated
If the anchor scrolling doesn't end up in exactly the right place, there is a good chance this is happening because your site uses a fixed header or another element that overlaps the main content.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| This plugin doesn't come with a settings screen or options of any kind. You install it, and it just works. | You have to log in to add a translation. | Details | |
Original untranslated
This plugin doesn't come with a settings screen or options of any kind. You install it, and it just works.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
Export as
Comment
Short description.