=== GDPR Cookie Banner ===
Contributors: paperplanesolutions
Tags: cookie policy, GDPR, cookie banner, cookie consent, cookies, privacy, cookie notice
Requires at least: 4.5
Tested up to: 5.2.2
Stable tag: 1.0.0
Requires PHP: 7.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

GDPR Cookie Banner helps website owners to display a notice that they are using cookies. This plugin assists website owners to comply with European privacy regulations (GDPR).

== Description ==

Activating the plugin will assist the website owners to display a notice to the users that the website uses cookies. Website owners can add a link to the Privacy Policy page where the 
information about the cookies that are used is present. This plugin also sets a cookie on the end-users brower when the cookie banner is closed, to avoid displaying the cookie 
banner again on the font-end. Usage of this plugin does not make the site fully GDPR compliant.


== Installation ==

1. Upload the plugin files to the **/wp-content/plugins/** directory
2. Activate the plugin through the **Plugins** menu in WordPress
3. For the plugin settings, click on the **Setting** link below **GDPR Cookie Banner** or navigate to **Settings** >> **GDPR Cookie Banner**.

== Frequently Asked Questions ==

= Who should use this plugin? =

Website owners who use cookies or any of their WordPress plugins or analytics scripts that stores information on the users browsers in the form of cookies.

= How can I change my Privacy Policy link color? =

By default, the theme's style for the anchor tag is applied to all the linked in the cookie banner message. If you want to change the color for the links in the cookie banner you can add the style in the theme's 
css file with the selector **.cookies-section .cookies-description a**.

= I do not have a privacy policy page hosted on my domain, why is the a privacy policy markup appearing in the field to be copied? =

This is just to ease your work so that you do not have to write the markup, you can just copy it and paste it in the cookie banner message and then just change the *href* attribute of the `<a>` tag.


== Copyright ==

GDPR Cookie Banner bundles the following third-party resources:

jQuery fontpicker plugin 0.3, Copyright 2011 Tom Moor, 2019 Arjan Haverkamp
License: MIT
Source: https://github.com/av01d/fontselect-jquery-plugin 
https://github.com/tommoor/fontselect-jquery-plugin

Usage of Google Font:

More information about usage of Google Font can be found here: https://developers.google.com/fonts/faq#can_i_use_fonts_from_the_google_fonts_catalog_on_any_page

== Screenshots ==

1. Admin screen for the plugin settings.
2. This is the second screen shot which shows how banner will look like on the front-end after aplying the settings.


== Changelog ==

= 1.0.0. =
* Initial release of the plugin.