Skip to content

linchpin/courier-notices

Repository files navigation

Courier Notices

Add dismissible and non-dismissible notices throughout your WordPress website.

Latest Release: 1.5.8

Description

Add dismissible and non-dismissible notices throughout your website.

  • Customize the colors and icons used by your Courier Notices no coding needed
  • Add new "types" of notices as needed
  • Comes with a common library of useful notices (Modal, Header, Footer)
  • Place courier notices within the header, footer or anywhere using CSS selectors (similar to selectors in jQuery)
  • Display popover/page take over modal style notices
  • Can be used in conjunction with other popular plugins

Installation

This section describes how to install the plugin and get it working.

e.g.

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

Screenshots

  1. List of "Types" of Informational Courier Notices within the WordPress admin
  2. Editing colors and icons of a Courier Notice
  3. Frontend display of a few Courier Notices, including dismissible notices.
  4. Frontend display of a modal Courier Notice.

Changelog

See changelog https://github.com/linchpin/courier-notices/blob/master/CHANGELOG.md

Shortcodes

[courier_notice id="1"]

Displays a Courier notice based on the Courier post ID, displays a flag to call out the notice as well.

Flag prepends a span containing the string in the flag parameter, to display no flag set "show_flag" to false.

Linchpin