=== Plugin Name === Contributors: mapodev Donate link: http://www.mapo-dev.com Requires at least: 3.0.1 Tested up to: 3.4 Stable tag: 4.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Shortcodes for info and advice boxes. == Description == Small collection of shortcodes for displaying advice boxes. This is only a plugin which enables shortcodes for advice boxes. *[advice_box type="positive"]YOUR TEXT[/advice_box]* - calls a green advice box *[advice_box type="negative"]YOUR TEXT[/advice_box]* - calls a red advice box *[advice_box type="info"]YOUR TEXT[/advice_box]* - calls a grey advice box For adding a close button you can use this shortcode: *[advice_box type="info" close="true"]YOUR TEXT[/advice_box]* - calls a grey advice box with a close button, which removes the adive box from DOM. If you have any issue, report them in our GitHub Issue System: https://github.com/mapodev/advice-box == Installation == Activate the plugin through the 'Plugins' menu in WordPress == Screenshots == 1. A positive advice box. This can be called with: [advice_box type="positive"]Lorum ipsum...[/adivice_box] 2. A negative advice box. This can be called with: [advice_box type="negative"]Lorum ipsum...[/adivice_box] 3. An info advice box. This can be called with: [advice_box type="info"]Lorum ipsum...[/adivice_box] 4. A negative advice box with close button. This can be called with: [advice_box type="negative" close="true"]Lorum ipsum...[/adivice_box] == Frequently Asked Questions == Following shortcodes can be used: [advice_box type="positive"]YOUR TEXT[/advice_box] - calls a green advice box [advice_box type="negative"]YOUR TEXT[/advice_box] - calls a red advice box [advice_box]YOUR TEXT[/advice_box] - calls a grey advice box == Changelog == = 1.0.2 = * Shortcode position fix = 1.0.1 = * Close Option added * Info Type added = 1.0 = * Release