Changeset 1385195
- Timestamp:
- 04/02/2016 07:28:10 PM (10 years ago)
- File:
-
- 1 edited
-
simple-alert-boxes/tags/1.3/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-alert-boxes/tags/1.3/readme.txt
r1384691 r1385195 4 4 Requires at least: 3.8 5 5 Tested up to: 4.5 6 Stable tag: 4.56 Stable tag: 1.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 16 16 Is easy, only use the shortcode. 17 17 18 Example: For a success mensagge use: [alert type="success"]Your text here[/alert], for a info mensagge: [alert type="info"]Your text here[/alert], for a warning mensagge: [alert type="warning"]Your text here[/alert] and for a danger mensagge: [alert type="danger"]Your text here[/alert]. 18 Example: For a info message use: 19 `[alert type="success"]Your text here[/alert]` 20 Also you can change the icon size: 21 `[alert type="success" icon-size="big"]Your text here[/alert]` 19 22 20 * DEMO HERE: http://www.rafael.mardojai.com/simple-alert-boxes-plugin/ 21 * GITHUB REPOSITORY: https://github.com/mardojai/Simple-Alert-Boxes-Wordpress-Plugin 23 **Shortcode attributes:** 24 * type (defines the style of the alert box): 25 * info (display a info style box) 26 * success (display a success style box) 27 * warning (display a warning style box) 28 * danger (display a danger style box) 29 * icon_size (defines the icon size): 30 * normal (icon normal size) 31 * small (icon small size) 32 * big (icon big size) 33 * hide-icon (no display the icon) 34 35 `[alert type="type" icon-size="icon-size"]Your text here[/alert]` 36 37 ---- 38 39 * Demo & Examples: http://www.rafael.mardojai.com/simple-alert-boxes-plugin/ 40 * Github repository: https://github.com/mardojai/Simple-Alert-Boxes-Wordpress-Plugin 22 41 23 42 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.