Message Boxes

Info Message with something not too much important.x
Warning Message with something great to know.x
Success Message to use when something is great!x
Error Message to use when the things aren’t fine. You can remove the close button.
You can use it to just tell something to user, neutral colors to don’t cause emotions.x

Get the Code

[xt_notification type="info"]Info Message with something not too much important.[/xt_notification]
[xt_notification type="warning"]Warning Message with something great to know.[/xt_notification]
[xt_notification type="success"]Success Message to use when something is great![/xt_notification]
[xt_notification type="error" close="false"]Error Message to use when the things aren't fine. You can remove the close button.[/xt_notification]
[xt_notification type="notice"]You can use it to just tell something to user, neutral colors to don't cause emotions.[/xt_notification]

Shortcode Options

  • type – info, warning, success, error, notice
  • close – to hide the close button set this as false
  • align – defines text alignment inside box, can be center (default), left or right