這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

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]

  • Demo & Examples: http://www.rafael.mardojai.com/simple-alert-boxes-plugin/
  • Github repository: https://github.com/mardojai/Simple-Alert-Boxes-Wordpress-Plugin

螢幕擷圖

  • screenshot-1.png
  • screenshot-2.png

安裝方式

  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

常見問題集

Installation Instructions
  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

使用者評論

2019 年 6 月 16 日
It does the job.
2019 年 1 月 14 日
Don't try this plugin. Especially using Elementor. (and shortcode inside Elementor) It just doesn't work. Maybe after the author update it, I will change my review.
2016 年 9 月 3 日
This plugin is just great! The alert boxes look pretty and are easy to customize. You can simply change the icon, colors, etc. in the plugin editor, if you want to! Besides the developer of the plugin is a really nice guy who will help you out with any issues.
閱讀全部 4 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Simple Alert Boxes〉的開發相關工作。

參與者

將〈Simple Alert Boxes〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

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.0

  • TinyMCE Plugin

1.1.0

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

1.0.0

  • Responsive Design
  • Shortcodes