Plugin Directory

Changeset 1681127


Ignore:
Timestamp:
06/19/2017 12:41:53 PM (9 years ago)
Author:
Jeriff Cheng
Message:

Improvement of readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • easy-smooth-scroll-links/trunk/readme.txt

    r1681118 r1681127  
    3434= Uploading in WordPress Dashboard =
    3535
    36 1. Download the latest version of this plugin from https://wordpress.org/plugins/easy-smooth-scroll-links/
     361. Download the latest version of this plugin from (https://wordpress.org/plugins/easy-smooth-scroll-links/)
    37372. Navigate to the 'Add New' in the plugins dashboard
    38383. Navigate to the 'Upload' area
     
    4343= Using FTP =
    4444
    45 1. Download the latest version of this plugin from https://wordpress.org/plugins/easy-smooth-scroll-links/
     451. Download the latest version of this plugin from (https://wordpress.org/plugins/easy-smooth-scroll-links/)
    46462. Unzip the zip file, which will extract the easy-smooth-scroll-links directory to your computer
    47473. Upload the easy-smooth-scroll-links directory to the /wp-content/plugins/ directory in your web space
     
    4949
    5050== FAQs ==
     51
    5152= It doesn’t work ! =
     53
    5254It should work on all major browsers and all modern wordpress themes. If it doesn’t,  there are mainly 2 kinds of problems:
     55
    5356* 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…
    5559
    5660= How many animation effects does this plugin support?  =
    57 They are actually Easing functions, read more : http://easings.net/
     61They are actually Easing functions, read more : (http://easings.net/)
    5862
    59 For more, refer to http://www.jeriffcheng.com/wordpress-plugins/easy-smooth-scroll-links
     63For more, refer to (http://www.jeriffcheng.com/wordpress-plugins/easy-smooth-scroll-links)
    6064
    6165== Screenshots ==
     
    6670
    6771== Changelog ==
     72
    6873= 2.1 =
    6974* WordPress 4.5 jQuery fix
     
    7984* Links in Image Map are now supported
    8085= 1.6 =
    81 *New:  Option to set offset for GoToTop Button.
     86* New:  Option to set offset for GoToTop Button.
    8287= 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)
    8489= 1.4 =
    85 *New: You can now exclude certain anchors from scrolling
     90* New: You can now exclude certain anchors from scrolling
    8691*Imoprove: Set default scrolling animation effect to more smooth 'easeInQuint'
    8792= 1.3.2 =
    88 *New: Added 30 Scrolling Animation Effects
    89 *Fix: Prevent saving empty input fields
     93* New: Added 30 Scrolling Animation Effects
     94* Fix: Prevent saving empty input fields
    9095= 1.3.1 =
    91 *Fix: wp enqueue script error  when turning WP_DEBUG mode on
     96* Fix: wp enqueue script error  when turning WP_DEBUG mode on
    9297= 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 !
    9499= 1.2 =
    95 *FIX:Chrome Compatibility Problem
    96 *FIX: wp_enqueue_script was called incorrectly
     100* Fix:Chrome Compatibility Problem
     101* Fix: wp_enqueue_script was called incorrectly
    97102= 1.1 =
    98 *NEW : Add Page Anchor Shortcode.
     103* New : Add Page Anchor Shortcode.
    99104Changed : Use wp_enqueue_script function to load the script instead of the default <script> tag.
    100105= 1.0 =
    101 *First Version
     106* First Version
    102107== Upgrade Notice ==
    103108= 2.1 =
    104 WordPress 4.5 jQuery fix
     109* WordPress 4.5 jQuery fix
Note: See TracChangeset for help on using the changeset viewer.