Changeset 1681127
- Timestamp:
- 06/19/2017 12:41:53 PM (9 years ago)
- File:
-
- 1 edited
-
easy-smooth-scroll-links/trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-smooth-scroll-links/trunk/readme.txt
r1681118 r1681127 34 34 = Uploading in WordPress Dashboard = 35 35 36 1. Download the latest version of this plugin from https://wordpress.org/plugins/easy-smooth-scroll-links/36 1. Download the latest version of this plugin from (https://wordpress.org/plugins/easy-smooth-scroll-links/) 37 37 2. Navigate to the 'Add New' in the plugins dashboard 38 38 3. Navigate to the 'Upload' area … … 43 43 = Using FTP = 44 44 45 1. Download the latest version of this plugin from https://wordpress.org/plugins/easy-smooth-scroll-links/45 1. Download the latest version of this plugin from (https://wordpress.org/plugins/easy-smooth-scroll-links/) 46 46 2. Unzip the zip file, which will extract the easy-smooth-scroll-links directory to your computer 47 47 3. Upload the easy-smooth-scroll-links directory to the /wp-content/plugins/ directory in your web space … … 49 49 50 50 == FAQs == 51 51 52 = It doesn’t work ! = 53 52 54 It should work on all major browsers and all modern wordpress themes. If it doesn’t, there are mainly 2 kinds of problems: 55 53 56 * Missing of required js files. There should be jquery.easing file loading after jQuery.js file. If not, the reason can be complex, maybe plugin conflicts, maybe theme not compatible… 54 * Incorrect anchor url writing, for example, my wordpress website is http://www.jeriffcheng.com/ then I should put http://www.jeriffcheng.com/#about in menu, if I forgot the www and use http://jeriffcheng.com/#about , things just go wrong… 57 58 * Incorrect anchor url writing, for example, my wordpress website is (http://www.jeriffcheng.com/) then I should put (http://www.jeriffcheng.com/#about) in menu, if I forgot the www and use (http://jeriffcheng.com/#about) , things just go wrong… 55 59 56 60 = How many animation effects does this plugin support? = 57 They are actually Easing functions, read more : http://easings.net/61 They are actually Easing functions, read more : (http://easings.net/) 58 62 59 For more, refer to http://www.jeriffcheng.com/wordpress-plugins/easy-smooth-scroll-links63 For more, refer to (http://www.jeriffcheng.com/wordpress-plugins/easy-smooth-scroll-links) 60 64 61 65 == Screenshots == … … 66 70 67 71 == Changelog == 72 68 73 = 2.1 = 69 74 * WordPress 4.5 jQuery fix … … 79 84 * Links in Image Map are now supported 80 85 = 1.6 = 81 * New: Option to set offset for GoToTop Button.86 * New: Option to set offset for GoToTop Button. 82 87 = 1.5 = 83 * New: Option to enable Go To Top Button (with custom scroll speed and animation effect)88 * New: Option to enable Go To Top Button (with custom scroll speed and animation effect) 84 89 = 1.4 = 85 * New: You can now exclude certain anchors from scrolling90 * New: You can now exclude certain anchors from scrolling 86 91 *Imoprove: Set default scrolling animation effect to more smooth 'easeInQuint' 87 92 = 1.3.2 = 88 * New: Added 30 Scrolling Animation Effects89 * Fix: Prevent saving empty input fields93 * New: Added 30 Scrolling Animation Effects 94 * Fix: Prevent saving empty input fields 90 95 = 1.3.1 = 91 * Fix: wp enqueue script error when turning WP_DEBUG mode on96 * Fix: wp enqueue script error when turning WP_DEBUG mode on 92 97 = 1.3 = 93 * NEW: You can set scroll speed and offset value on WordPress backend now !98 * New: You can set scroll speed and offset value on WordPress backend now ! 94 99 = 1.2 = 95 * FIX:Chrome Compatibility Problem96 * FIX: wp_enqueue_script was called incorrectly100 * Fix:Chrome Compatibility Problem 101 * Fix: wp_enqueue_script was called incorrectly 97 102 = 1.1 = 98 * NEW: Add Page Anchor Shortcode.103 * New : Add Page Anchor Shortcode. 99 104 Changed : Use wp_enqueue_script function to load the script instead of the default <script> tag. 100 105 = 1.0 = 101 * First Version106 * First Version 102 107 == Upgrade Notice == 103 108 = 2.1 = 104 WordPress 4.5 jQuery fix109 * WordPress 4.5 jQuery fix
Note: See TracChangeset
for help on using the changeset viewer.