# Courier Notices #

Add dismissible and non-dismissible notices throughout your website.

## 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 any where 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
1. 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

Initial Release

* Cleaned up UI for date and time selection.
* You can no longer select an expiration date from the past.
* Implemented datetimepicker so time selection is easier.
* Minor typo fix in admin area.
* Minor data sanitization/security hardening.

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