Цей плагін не перевірявся з останніми 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