Message Boxes

Success

[message type=”success”][/message]
[code type=php][message type=”success”]Your message…[/message][/code]

Error

[message type=”error”][/message]
[code type=php][message type=”error”]Your message…[/message][/code]

Warning

[message type=”warning”][/message]
[code type=php][message type=”warning”]Your message…[/message][/code]

Info

[message type=”info”][/message]
[code type=php][message type=”info”]Your message…[/message][/code]

About

[message type=”about”][/message]
[code type=php][message type=”about”]Your message…[/message][/code]

Simple

[message type=”simple” bg_color=”#f3f3f3″ color=”#111″][/message]
[code type=php][message type=”simple” bg_color=”#f3f3f3″ color=”#111111″]Your message…[/message][/code]

Pre Formatted

This is a sample of the 'Pre Formatted' style box.

[code type=php]

Your text...

[/code]

Custom – Default

[message type=”custom”]This is a sample of the ‘Custom – Default’ style box.[/message]
[code type=php][message type=”custom”]Your message.[/message][/code]

Custom – Gradient

[message type=”custom” start_color=”#faffd2″ end_color=”#d2dd72″ border=”#a8b444″ color=”#798420″]This is a sample of the ‘Custom – Gradient’ style box.[/message]
[code type=php][message type=”custom” start_color=”#faffd2″ end_color=”#d2dd72″ border=”#a8b444″ color=”#798420″]Your message.[/message][/code]

Custom – Gradient with size and alignment

[message type=”custom” width=”50%” align=”center” start_color=”#ffeeaa” end_color=”#ffa04c” border=”#e06b04″ color=”#9c4d07″]This is a sample of the ‘Custom – Gradient with size and alignment’ style box.[/message]
[code type=php][message type=”custom” width=”50%” align=”center” start_color=”#ffeeaa” end_color=”#ffa04c” border=”#e06b04″ color=”#9c4d07″]This is a sample of the ‘Custom – Gradient with size and alignment’ style box.[/message][/code]

Attributes:
align: left, center, right

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.