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

Orbisius Simple Notice

外掛說明

This plugin allows you to show a simple notice to alert your users about server maintenance, new product launches etc.

Features / Benefits

  • Enter text an the message will be shown to your users.
  • For logged in users the notice will be shifted by 28px (because WP admin bar is obstructing the notice)
  • Rich text editor to enter notice text
  • Use nice color pickers to select the colors for notice text, background and link color (if any).
  • Supports text and HTML
  • The notice can be shown on top of all content or to push the content down
  • You can choose to show the notice on all pages/posts or on the home page only
  • Optionally show a close button. When a notice is closed/dismissed it won’t be shown again until the message is changed or more than 2 days have passed.
  • Change the font size of the box

Demo

Live demo powered by WPDemo.net
https://wpdemo.net/try/plugin/orbisius-simple-notice

Support

The support is handled here: https://github.com/orbisius/orbisius-simple-notice/issues
Please do NOT use the WordPress forums or other places to seek support as we might not see it on time.

Author

Svetoslav Marinov (Slavi) | Custom Plugin, Web & SaaS app Development by Orbisius.com

螢幕擷圖

  • The Notice shown by the plugin
  • Plugin's Settings Page (part 1)
  • Plugin's Settings Page (part 2)

安裝方式

  1. Unzip the package, and upload orbisius-simple-notice to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題集

How to use this plugin?

Just install the plugin and activate it. The feedback text appear in the public area

How to remove the powered by?

If you don’t want to give us credit you can do that from the options or by using the filter below. Add this to your functions.php or custom plugin
add_filter(‘orbisius_simple_notice_filter_powered_by’, ‘__return_false’);

使用者評論

閱讀全部 3 則使用者評論

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

1.1.2

  • Added z-index so the links in the message are clickable.
  • Made sure that links have underline

1.1.1

  • Fixed links in the readme file.

1.1.0

  • Added demo link
  • Added Requires PHP tag in the readme
  • Tested with WP 5.6
  • Switched all links to https
  • Removed some external sharing sites

1.0.9

  • Changed non-ssl links to protocol relative ones
  • Removed some tracking ids from some sharing widgets.
  • Moved preview higher so the user doesn’t have to scroll to see it.

1.0.8

  • Tested with WP 4.6

1.0.7

  • Do not render when it’s ajax call
  • Tested with WP 4.1

1.0.6

  • Replacing any shortcodes used in the notice box.

1.0.5

  • Tested with WP 4.0.1
  • Fixed a weird bug that wasn’t allowing admins to insert links.
  • Fixed typos
  • Changed ‘Save’ -> ‘Save Changes’ so it’s more easily clickable.

1.0.4

  • Showing some instructions only if WP >= 3.5
  • Fixed typos

1.0.3

  • Added a box that allows the user to select font size

1.0.2

  • Added the old color picker for WordPress installs older than 3.5
  • Added an option the notice to push the content down or to stay on top
  • Added a little i icon on the left as a powered by option + option to enable/disable it.
  • Added an option for the user to select to show the notice on all pages or on the home page only
  • The notice can be closed/dismissed
  • Updated screenshots

1.0.1

  • Added a color picker for text, text background color and for links.
  • Added preview in the settings page.
  • Added uninstall.php to cleanup settings.

1.0.0

  • Initial release