Changeset 714384
- Timestamp:
- 05/17/2013 01:42:04 PM (13 years ago)
- Location:
- section-page
- Files:
-
- 2 edited
-
tags/1.0.2/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
section-page/tags/1.0.2/readme.txt
r714378 r714384 24 24 * HTML classes for section : Additional html classes for each sections (optionnal) 25 25 * HTML classes for section title : Addtional html classes for each sections title (optionnal) 26 * HTML classes for section title wrapper : Addtional html classes for each sections title container (optionnal) 26 27 * HTML classes for section content : Additional html classes for each sections content (optionnal) 27 28 * Use a char before section title : Add or not html chars at the left of each sections title 28 29 * Char when section is closed : Char when a section is closed (default : `►` ) 29 30 * Char when section is open : Char when a section is open (default : `▼` ) 31 * Use animation : Smooth or instant dropdown 32 * Custom Css : Customize the plugin here (optionnal) 30 33 31 34 = Usage = … … 44 47 = Customization = 45 48 46 If you are using wordpress on your ftp, customize your sections css using the classes options. 49 Use the Custom Css option with the custom classes options. 50 You can also modify your theme css file if you are using wordpress on your ftp. 47 51 48 52 == Installation == … … 54 58 == Screenshots == 55 59 56 1. This is the plugin option panel ;available in settings menu.60 1. This is the plugin option panel, available in settings menu. 57 61 2. This is the tinymce button added by the plugin and the shortcode generated. 58 62 3. This is how your content will look with the plugin activated and shortcodes placed. -
section-page/trunk/readme.txt
r714378 r714384 2 2 Contributors: Skyree 3 3 Donate link: 4 Tags: content, shortcode, section, dropdown , post, posts, page, pages4 Tags: content, shortcode, section, dropdown 5 5 Requires at least: 3.0 6 6 Tested up to: 3.5.1 … … 24 24 * HTML classes for section : Additional html classes for each sections (optionnal) 25 25 * HTML classes for section title : Addtional html classes for each sections title (optionnal) 26 * HTML classes for section title wrapper : Addtional html classes for each sections title container (optionnal) 26 27 * HTML classes for section content : Additional html classes for each sections content (optionnal) 27 28 * Use a char before section title : Add or not html chars at the left of each sections title 28 29 * Char when section is closed : Char when a section is closed (default : `►` ) 29 30 * Char when section is open : Char when a section is open (default : `▼` ) 31 * Use animation : Smooth or instant dropdown 32 * Custom Css : Customize the plugin here (optionnal) 30 33 31 34 = Usage = … … 44 47 = Customization = 45 48 46 If you are using wordpress on your ftp, customize your sections css using the classes options. 49 Use the Custom Css option with the custom classes options. 50 You can also modify your theme css file if you are using wordpress on your ftp. 47 51 48 52 == Installation == … … 54 58 == Screenshots == 55 59 56 1. This is the plugin option panel ;available in settings menu.60 1. This is the plugin option panel, available in settings menu. 57 61 2. This is the tinymce button added by the plugin and the shortcode generated. 58 62 3. This is how your content will look with the plugin activated and shortcodes placed.
Note: See TracChangeset
for help on using the changeset viewer.