Changeset 215243
- Timestamp:
- 03/09/2010 03:58:43 AM (16 years ago)
- Location:
- scroll-to-top-plugin/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
scrolltotop.zip (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
scroll-to-top-plugin/trunk/readme.txt
r214878 r215243 7 7 Stable tag: 4.3 8 8 9 Scroll to top plugin will add a button that hovers in the bottom right corner of your screen that allow users to smoothly scroll up 10 11 your page. 12 9 13 == Description == 10 14 11 Scroll to top is a button that hovers in the bottom right corner of your screen that allow users to smoothly scroll up your page. 15 This plugin will make your job to integrate jQuery Scroll to Top Control in wordpress more very easy. 12 16 13 This plugin will make your job to integrate jQuery Scroll to Top Control in wordpress more very easy. This plugin based great [jQuery Scroll to Top control] [http://www.dynamicdrive.com/dynamicindex3/scrolltop.htm] from [Dynamic Drive] [http://www.dynamicdrive.com/] 17 **Features:** 14 18 15 **Features**16 19 * Easy to use 17 20 * Panel option, to customize: … … 22 25 * Run smoothly for all browser 23 26 24 **For more detail see the release page :** [Scroll to Top Plugin] [http://www.dynamicwp.net/plugins/scroll-to-top-plugin/]27 **For more detail see the release page :** [Scroll to Top Plugin](http://www.dynamicwp.net/plugins/scroll-to-top-plugin/) 25 28 26 29 **Demo** 27 Please check our [homepage] [http://www.dynamicwp.net] then scroll the page down (at least 350 pixels) to see a “Scroll to Top” control appear at the lower right of the window. 30 Please check our [homepage](http://www.dynamicwp.net) then scroll the page down (at least 350 pixels) to see a "Scroll to Top" 31 32 control appear at the lower right of the window. 33 34 **Credit** : This plugin based great [jQuery Scroll to Top control](http://www.dynamicdrive.com/dynamicindex3/scrolltop.htm) from [Dynamic Drive](http://www.dynamicdrive.com/) 28 35 29 36 == Installation == 30 37 31 1. Extract scrolltotop.zip then Upload `scrolltotop` directory to the `/wp-content/plugins/`directory32 1. Activate the plugin through the 'Plugins'menu in WordPress33 1 . Make sure your template have '<?php wp_head() ?>' in head tag '<head>....</head>'38 1. Extract scrolltotop.zip then Upload "scrolltotop" directory to the "/wp-content/plugins/" directory 39 1. Activate the plugin through the "Plugins" menu in WordPress 40 1. Make sure your template have `<?php wp_head(); ?>` in head tag `<head>....</head>` 34 41 35 42 == Frequently Asked Questions == … … 39 46 40 47 = How do I set the scroll speed? = 41 Still in Scroll to Top settings page, fill the form "Scroll Speed (in milisecond)" with the number that you like (our default is 800 milisecond) 48 Still in Scroll to Top settings page, fill the form "Scroll Speed (in milisecond)" with the number that you like (our default is 49 50 800 milisecond) 42 51 43 52 = How do I set the number of pixels the user's scrollbar should be from the top of the page before revealing the control? = 44 Still in Scroll to Top settings page, fill the form "The button appears after page scrolled down to line" with the number that you like (our default is 350 pixels). 53 Still in Scroll to Top settings page, fill the form "The button appears after page scrolled down to line" with the number that you 54 55 like (our default is 350 pixels). 45 56 46 57 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.