This page displays Alert Shortcode examples. The alert shortcodes accepts the close parameter with a value of true or false. Passing in a value of false will prevent the alert box from being closed (see the Danger Box example below).




Danger Box


(alert close="true" type="danger")This is an Alert Danger box.(/alert)

×This is an Alert Danger box.


Info Box


(alert close="true" type="info")This is an Info box.(/alert)

×This is an Alert Info box.




Success Box


(alert close="true" type="success")This is a Success box.(/alert)

×This is an Alert Success box.


Alert Box


(alert close="true" type="alert")This is an Alert box.(/alert)

×This is an Alert box.