PluginProbe ʕ •ᴥ•ʔ
WPFront Scroll Top / trunk
WPFront Scroll Top vtrunk
1.5 1.6 1.6.1 1.6.2 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.1 2.1.1 2.2 3.0.0 3.0.1 trunk 1.0 1.0.1 1.1 1.1.1 1.2 1.3 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5
wpfront-scroll-top / readme.txt
wpfront-scroll-top Last commit date
includes 9 months ago languages 9 months ago index.php 1 year ago license.txt 11 years ago readme.txt 2 months ago uninstall.php 1 year ago wpfront-scroll-top.php 9 months ago
readme.txt
284 lines
1 === WPFront Scroll Top ===
2 Contributors: syammohanm
3 Donate link: http://wpfront.com/donate/
4 Tags: scroll to top, back to top, scroll top, scroll up, smooth scroll
5 Requires at least: 5.3
6 Tested up to: 7.0
7 Requires PHP: 7.2
8 Stable tag: 3.0.1
9 License: GPLv3
10 License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
12 Adds a lightweight and smooth "Scroll to Top" button to your WordPress site, improving navigation and user experience with customizable options.
13
14 == Description ==
15 Enhance user experience and site navigation with a lightweight, customizable "Scroll to Top" button. This plugin adds a smooth-scrolling button that appears as users scroll down the page and disappears when they return to the top.
16
17 Designed for speed and seamless integration, it works with any WordPress theme and includes options for custom icons, button position, color, animation, and intelligent display rules. No coding required—just install and configure in minutes.
18
19 Perfect for blogs, long-form articles, eCommerce sites, or any website where easy navigation improves usability.
20
21 ### Key Features & Customization
22 * **Intelligent Display**: Automatically appears as users scroll down, then disappears when at the top.
23 * **Smooth Scroll Animation**: Provides a fluid and pleasant "back to top" experience.
24 * **Flexible Destinations**:
25 - Internal Page Scroll: Link the button to any specific element within the current page.
26 - External Page Redirection: Redirect users to any other page or URL.
27 * **Customizable Button Design**:
28 - Choose between text, custom image (PNG/SVG), or Font Awesome icons.
29 - Use any image URL for complete branding control.
30 * **Responsive Control**:
31 - **Mobile-Friendly**: Option to hide the button on smaller devices/windows for better mobile UX.
32 - **iFrame Compatibility**: Ensures it doesn't appear inappropriately within iframes.
33 * **Targeted Visibility**: Easily show or hide the button on specific pages or posts.
34 * **Temporary Display**: Auto-hide the button after a set duration for a cleaner interface.
35 * **Optimized Performance**: Utilizes Async JavaScript to ensure fast page loading.
36 * **Accessibility Focused**: Built with ARIA labels and screen reader text for inclusive navigation.
37 * **SEO-Friendly Markup**: Employs semantically correct HTML elements for optimal search engine and accessibility performance.
38 * **Optimized Performance**: Adds functionality without slowing down your site.
39 * **Easy-to-Use Admin Panel**: Configure all settings intuitively from your WordPress dashboard.
40
41 == Installation ==
42
43 1. Click Plugins/Add New from the WordPress admin panel.
44 1. Search for "WPFront Scroll Top" and install.
45 1. Configure plugin using **Scroll Top** link under **Settings** menu.
46
47 == Frequently Asked Questions ==
48
49 1. **What is the "Scroll to Top" button, and how does it work?**
50 The "Scroll to Top" button is a convenient navigation feature that appears on your website as users scroll down a page. With a single click, it allows them to effortlessly return to the top of the page with a smooth, animated scroll, significantly improving the user experience, especially on long-form content.
51
52 1. **Is the "Scroll to Top" button always visible?**
53 No. The button gracefully appears only after a user has scrolled down a certain distance on the page and disappears when they are at the top, ensuring it doesn't obstruct content unnecessarily. You can also configure an Auto-Hide feature to make it disappear after a few seconds of inactivity.
54
55 1. **Can I customize the design of the button?**
56 You can choose to use simple text, select from a wide range of Font Awesome icons, or upload your own custom image (PNG or SVG) to perfectly match your website's branding. You also have full control over its position, size, colors, and hover effects.
57
58 1. **Can the button link to something other than the top of the page?**
59 Besides scrolling to the top, you can configure the button to:
60 * Link to an In-Page Element: Direct users to a specific section or HTML element (like an anchor point) anywhere on the current page.
61 * Redirect to a Different URL: Use the button to send users to another page on your site or even an external website.
62
63 1. **Can I control where the button appears on my website?**
64 You can easily enable or disable the "Scroll to Top" button on specific pages, posts, or custom post types through the plugin's settings, giving you full flexibility over its visibility.
65
66 1. **Is the plugin accessible for all users?**
67 The plugin is built with proper ARIA labels and includes screen reader text, ensuring that users relying on assistive technologies can navigate your site effectively and experience the benefits of the button.
68
69 == Screenshots ==
70
71 1. Settings page.
72
73 == Changelog ==
74
75 = 3.0.1 =
76 * Defect fix.
77
78 = 3.0.0 =
79 * Breaking changes are introduced. Please verify the display after the upgrade.
80 * These breaking changes are needed for accessibility and SEO friendly markup.
81 * The container will either be a button or an anchor element.
82 * There could be multiple span inside the container depending on your configuration.
83 * Minimum PHP version required is 7.2.
84 * Accessibility and more CSS settings are available.
85 * Deprecated settings are removed.
86
87 = 2.2 =
88 * Compatibility fixes.
89
90 = 2.1.1 =
91 * Bug fix.
92
93 = 2.1 =
94 * [Deprecated] Small device settings.
95 * New UI.
96 * Title HTML attibute.
97 * PHP compatibility fixes.
98 * HTML validation fixes.
99 * Performance improvements.
100
101 = 2.0.7 =
102 * XSS fix. Thanks to 'Vlad Visse'.
103
104 = 2.0.6 =
105 * XSS fix. Thanks to 'Asif Nawaz Minhas'.
106
107 = 2.0.5 =
108 * XSS fix.
109
110 = 2.0.4 =
111 * WP compatibility fix.
112
113 = 2.0.3 =
114 * jQuery deprecation fixes.
115 * Compatibility fixes.
116 * SiteGround conflict fix.
117
118 = 2.0.2 =
119 * Fixes WordPress 5.2 site health, wp_version_check, conflict.
120
121 = 2.0.1 =
122 * Link to element.
123 * Link to page.
124 * Select image from media library easily.
125 * Performance improvements.
126
127 = 1.6.2 =
128 * Requires minimum PHP 5.3.
129 * Bug fixes.
130 * Moved menu under 'Settings' menu.
131 * PHP 7.2 compatibility fixes.
132
133 = 1.6.1 =
134 * Undefined variable fix.
135
136 = 1.6 =
137 * Font Awesome icons support.
138 * New image icons.
139 * Setting for moving menu under 'Settings'.
140 * Performance improvement.
141 * UI improvement.
142 * PHP 7 compatibility fixes.
143
144 = 1.5 =
145 * JavaScript async.
146 * Minified files.
147 * Language files removed.
148
149 = 1.4.5 =
150 * Ukrainian translation added. Thanks to Ivanka Skakun.
151
152 = 1.4.4 =
153 * Zerif theme compatibility fix.
154
155 = 1.4.3 =
156 * Media upload bug fix.
157
158 = 1.4.2 =
159 * Bug fixes.
160 * German language added.
161
162 = 1.4.1 =
163 * Bug fixes
164 * Russian language added
165
166 = 1.4 =
167 * Image ALT attribute
168 * Language translations
169
170 = 1.3 =
171 * Auto hide
172 * Hide on wp-admin
173 * Hide on iframes
174 * Pages/posts filter
175
176 = 1.2 =
177 * Text button option
178 * Bug fixes
179
180 = 1.1.1 =
181 * Stability improvements
182 * New menu structure
183
184 = 1.1 =
185 * New option to hide on mobile devices
186 * Fixed conflicts with other plugins
187
188 = 1.0.1 =
189 * Bug fixes
190
191 = 1.0 =
192 * Initial release
193
194 == Upgrade Notice ==
195
196 = 3.0.1 =
197 * Defect fix.
198
199 = 3.0.0 =
200 * Breaking changes are introduced. Please verify the display after the upgrade.
201
202 = 2.2 =
203 * Compatibility fixes.
204
205 = 2.1.1 =
206 * Bug fix.
207
208 = 2.1 =
209 * Performance improvements.
210
211 = 2.0.7 =
212 * XSS fix.
213
214 = 2.0.6 =
215 * XSS fix.
216
217 = 2.0.5 =
218 * XSS fix.
219
220 = 2.0.4 =
221 * Compatibility fix.
222
223 = 2.0.3 =
224 * Compatibility fixes.
225
226 = 2.0.2 =
227 * Bug fix.
228
229 = 2.0.1 =
230 * New features added.
231
232 = 1.6.2 =
233 * Bug and compatibility fixes.
234
235 = 1.6.1 =
236 * Bug fix.
237
238 = 1.6 =
239 * Performance improvements and new features added.
240
241 = 1.5 =
242 * Performance improvements.
243
244 = 1.4.5 =
245 * Language translation added.
246
247 = 1.4.4 =
248 * Compatibility fix.
249
250 = 1.4.3 =
251 * Bug fix.
252
253 = 1.4.2 =
254 * Bug fixes.
255
256 = 1.4.1 =
257 * A couple of bug fixes
258
259 = 1.4 =
260 * Now you can set alt attribute for image
261
262 = 1.3 =
263 * Now you can auto hide it
264 * Hide on wp-admin/iframes
265 * Pages/posts filter added
266
267 = 1.2 =
268 * Text based button added
269
270 = 1.1.1 =
271 * Improved stability
272
273 = 1.1 =
274 * New option to hide on mobile devices
275 * Fixed conflicts with other plugins
276
277 = 1.0.1 =
278 * Bug fixes
279
280 = 1.0 =
281 * Initial release
282
283
284