Skip to content

Latest commit

 

History

History
executable file
·
80 lines (60 loc) · 1.31 KB

readme.md

File metadata and controls

executable file
·
80 lines (60 loc) · 1.31 KB

Callout Boxes

Use responsives callout boxes with shortcodes.

Built on the work from Simple Alert Boxes

Shortcode Attributes:

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

    • info
      • colour: grey
      • icon: "i logo"
    • tips
      • colour: green
      • icon: light bulb
    • note
      • colour: yellow
      • icon: warning
    • warn
      • colour: red
      • icon: danger
  • size (defines the icon size):

    • hide
    • small
    • normal
    • big

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


Installation

Actions Secrets

FTP_SERVER FTP_USERNAME FTP_PASSWORD


Changelog

2.1.3 - 09/08/2022

  • Added main.yml - Action Script
  • Changed "admin_head" to "admin_init" to get TinyMCE too display on ALL pages!
  • Changed the wording of "Callout Type". (CSS and JS)
  • Updated readme.md file

2.0.1 - 15/07/2022

  • Added 'alert' and 'docembed' Shortcodes

2.0.0 - 06/07/2022

  • Shortcode overhaul
  • JS overhaul
  • CSS overhaul

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