Changeset 875337
- Timestamp:
- 03/14/2014 10:37:21 AM (12 years ago)
- Location:
- responsive-cookie-banner/trunk
- Files:
-
- 4 edited
-
cookie-banner.php (modified) (1 diff)
-
js.js (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
responsive-cookie-banner/trunk/cookie-banner.php
r873370 r875337 3 3 /* 4 4 * Plugin Name: Responsive Cookie Banner 5 * Version: 1. 05 * Version: 1.1 6 6 * Author: Lewis Gray 7 7 * Author email: limejelly386 at gmail dot com -
responsive-cookie-banner/trunk/js.js
r873370 r875337 9 9 10 10 $(document).ready(function(){ 11 12 // Insert the banner after the opening <body> tag 13 14 $('#cookie-banner').prependTo('body'); 11 15 12 16 // Slide the cookie banner down after one second -
responsive-cookie-banner/trunk/readme.txt
r873394 r875337 1 1 === Plugin Name === 2 2 Contributors: lewisgray200 3 Tags: EU Cookie Law, Responsive Cookie Banner, Cookie Banner 3 Donate link: www.lynda-gray.co.uk/donate.html 4 Tags: responsive cookie banner, cookie banner, cookie law, cookie notice, EU cookie law, 4 5 Requires at least: 2.1 5 6 Tested up to: 3.8.1 … … 8 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 10 10 A simple, stylish responsive EU cookie banner plugin that will display a message asking if the viewer would like to accept cookies.11 A simple, stylish and responsive EU cookie banner plugin that will display a message asking if the viewer would like to accept cookies. 11 12 12 13 == Description == 13 14 14 A simple, stylish responsive EU cookie banner plugin that will display a message asking if the viewer would like to accept cookies. The message and 'more info' link destination can be changed in the settings menu. Compatible with all devices and browsers.15 A simple, stylish and responsive EU cookie banner plugin that will display a message asking if the viewer would like to accept cookies. The message and 'more info' link destination can be changed in the settings menu. Compatible with all devices and browsers. 15 16 16 17 == Installation == … … 28 29 29 30 == Changelog == 30 No changes 31 Version 1.1 - Making the banner relative position not absolute. 31 32 32 33 == Upgrade Notice == -
responsive-cookie-banner/trunk/style.css
r873370 r875337 19 19 /******************* MAIN *******************/ 20 20 21 body{22 position: relative;23 }24 25 21 #cookie-banner{ 26 22 width: 100%; 27 top: 0;28 23 background-color: #F7F7F7; 29 position: absolute;24 position: relative; 30 25 z-index: 999999; 31 26 display: none;
Note: See TracChangeset
for help on using the changeset viewer.