Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Use responsives alert boxes with wodpress shortcodes.

Notifications You must be signed in to change notification settings

rafaelmardojai/simple-alert-boxes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Alert Boxes

Use responsives alert boxes with shortcodes. Is easy, only use the shortcode.

Example: For a info message use: [alert type="success"]Your text here[/alert] Also you can change the icon size: [alert type="success" icon-size="big"]Your text here[/alert]

Shortcode attributes:

  • type (defines the style of the alert box):

    • info (display a info style box)
    • success (display a success style box)
    • warning (display a warning style box)
    • danger (display a danger style box)
  • icon_size (defines the icon size):

    • normal (icon normal size)
    • small (icon small size)
    • big (icon big size)
    • hide-icon (no display the icon)

[alert type="type" icon-size="icon-size"]Your text here[/alert]


Installation

  1. Download the plugin
  2. Upload the plugin directory to the /wp-content/plugins/ directory
  3. Activate the plugin through the 'Plugins' menu in WordPress

Screenshots

Changelog

1.4.0

  • CSS improvements
  • Render others shortcodes inside the shortcode

1.3.1

  • CSS improvements

1.3.0

  • Plugin now uses Dashicons
  • New icon size attribute
  • CSS improvements
  • TinyMCE plugin improvements

1.2

  • TinyMCE Plugin

1.1

  • Optimized Shortcodes
  • Support bold, italic, links and more

1.0

  • Responsive Design
  • Shortcodes

About

Use responsives alert boxes with wodpress shortcodes.

Resources

Stars

Watchers

Forks

Packages

No packages published