Plugin Directory

Changeset 1385195


Ignore:
Timestamp:
04/02/2016 07:28:10 PM (10 years ago)
Author:
mardojai
Message:

new eadme.txt 1.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • simple-alert-boxes/tags/1.3/readme.txt

    r1384691 r1385195  
    44Requires at least: 3.8
    55Tested up to: 4.5
    6 Stable tag: 4.5
     6Stable tag: 1.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1616Is easy, only use the shortcode.
    1717
    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].
     18Example: For a info message use:
     19`[alert type="success"]Your text here[/alert]`
     20Also you can change the icon size:
     21`[alert type="success" icon-size="big"]Your text here[/alert]`
    1922
    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
    2241
    2342== Installation ==
Note: See TracChangeset for help on using the changeset viewer.