Plugin Directory


Ignore:
Timestamp:
08/14/2022 05:50:55 AM (4 years ago)
Author:
themebeez
Message:

Update to version 1.0.9 from GitHub

Location:
simple-gdpr-cookie-compliance
Files:
2 deleted
16 edited
1 copied

Legend:

Unmodified
Added
Removed
  • simple-gdpr-cookie-compliance/tags/1.0.9/README.txt

    r2662024 r2770232  
    11=== Simple GDPR Cookie Compliance ===
    22
    3 Contributors: themebeez
     3Contributors: themebeez, addonify
    44Donate link: https://themebeez.com/
    55Tags: gdpr, cookie, cookies, notice, notification, notify, notifier, gdpr compliance, privacy, privacy directive, cookie notice, simple notice, cookie compliance
    66Requires at least: 5.0.0
    7 Tested up to: 5.9
     7Tested up to: 6.0.1
    88Requires PHP: 7.0.0
    9 Stable tag: 1.0.8
     9Stable tag: 1.0.9
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7676== Changelog ==
    7777
     78= 1.0.9 - 11 August, 2022 =
     79
     80- Fixed: Session Cookie issue fixed.
     81- Added: Multisite support.
     82
     83
    7884= 1.0.8 - 23 January, 2022 =
    7985
  • simple-gdpr-cookie-compliance/tags/1.0.9/includes/class-simple-gdpr-cookie-compliance.php

    r2662024 r2770232  
    183183            $this->loader->add_action( 'wp_enqueue_scripts', $plugin_public, 'print_dynamic_style' );
    184184        }
    185 
    186185    }
    187186
  • simple-gdpr-cookie-compliance/tags/1.0.9/public/assets/build/css/simple-gdpr-cookie-compliance-public-rtl.css

    r2204124 r2770232  
    1 @font-face{font-family:"sgcc";src:url("../fonts/sgcc.eot?p5z9ur");src:url("../fonts/sgcc.eot?p5z9ur#iefix") format("embedded-opentype"),url("../fonts/sgcc.ttf?p5z9ur") format("truetype"),url("../fonts/sgcc.woff?p5z9ur") format("woff"),url("../fonts/sgcc.svg?p5z9ur#sgcc") format("svg");font-weight:normal;font-style:normal;font-display:block}.sgcc{font-family:"sgcc" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sgcc-icon-close:before{content:""}.sgcc-icon-cookie:before{content:""}.sgcc-main-wrapper{position:fixed;z-index:99999999;left:30px;bottom:30px;opacity:1;visibility:visible;width:450px;background-color:#fbf01e;border-radius:3px;-webkit-transition:opacity .2s linear 1s, visibility .2s linear 1s;transition:opacity .2s linear 1s, visibility .2s linear 1s;-webkit-animation:0.9s 0.7s sgccfadeinup both;animation:0.9s 0.7s sgccfadeinup both;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,0.1);-ms-box-shadow:0 1px 5px 0 rgba(0,0,0,0.1);box-shadow:0 1px 5px 0 rgba(0,0,0,0.1)}.sgcc-main-wrapper.hidden{display:none}.sgcc-main-wrapper .sgcc-cookies{position:relative;padding:30px 55px 30px 30px}.sgcc-main-wrapper .sgcc-cookies .cookie-icon{position:absolute;right:15px;left:auto;top:35px;bottom:auto;font-size:26px;color:#222}.sgcc-main-wrapper .message-block{margin-bottom:15px}.sgcc-main-wrapper .sgcc-cookies{color:#222}.sgcc-main-wrapper .sgcc-cookies p{font-size:15px;line-height:1.8;margin:0;padding:0;text-decoration:none}.sgcc-main-wrapper .sgcc-cookies a{display:inline;color:#222;text-transform:inherit;text-decoration:underline;font-weight:normal}.sgcc-main-wrapper .sgcc-cookies a:hover{color:#4CC500;text-decoration:underline;text-transform:inherit}.sgcc-main-wrapper .sgcc-cookies a:focus{outline:none}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button{color:#fff;background:transparent;background-color:#222;border:1px solid transparent;text-decoration:none;font-size:15px;font-weight:normal;line-height:1;height:auto;padding:12px 20px;border-radius:4px;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,0.1);-ms-box-shadow:0 1px 4px 0 rgba(0,0,0,0.1);box-shadow:0 1px 4px 0 rgba(0,0,0,0.1);-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button:focus{outline:none}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button:hover{font-size:15px;font-weight:normal;line-height:1;height:auto;color:snow;background:#4cc500;border-color:transparent;border-radius:4px}.sgcc-main-wrapper .sgcc-cookies .close{position:absolute;top:-15px;left:-15px;display:block;width:30px;height:30px;line-height:34px;cursor:pointer;text-align:center;font-size:15px;color:#ffffff;background-color:#333333;border-radius:100%;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,0.2);-ms-box-shadow:0 1px 4px 0 rgba(0,0,0,0.2);box-shadow:0 1px 4px 0 rgba(0,0,0,0.2);-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.sgcc-main-wrapper .sgcc-cookies .close:focus{outline:none}.sgcc-main-wrapper .sgcc-cookies .close:hover{color:#fff;background-color:#4cc500}@media (max-width: 600px){.sgcc-main-wrapper{max-width:400px}}@media (max-width: 460px){.sgcc-main-wrapper{max-width:300px}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button{padding:12px 20px}}@media (max-width: 360px){.sgcc-main-wrapper{max-width:270px}}@-webkit-keyframes sgccfadeinup{from{opacity:0;-webkit-transform:translate3d(0, 20%, 0);transform:translate3d(0, 20%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes sgccfadeinup{from{opacity:0;-webkit-transform:translate3d(0, 20%, 0);transform:translate3d(0, 20%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.sgccfadeinup{-webkit-animation-name:sgccfadeinup;animation-name:sgccfadeinup}
     1@font-face{font-display:block;font-family:sgcc;font-style:normal;font-weight:400;src:url(../fonts/sgcc.eot?p5z9ur);src:url(../fonts/sgcc.eot?p5z9ur#iefix) format("embedded-opentype"),url(../fonts/sgcc.ttf?p5z9ur) format("truetype"),url(../fonts/sgcc.woff?p5z9ur) format("woff"),url(../fonts/sgcc.svg?p5z9ur#sgcc) format("svg")}.sgcc{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:sgcc!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.sgcc-icon-close:before{content:"\e900"}.sgcc-icon-cookie:before{content:"\e901"}.sgcc-main-wrapper{-webkit-animation:sgccfadeinup .9s .7s both;animation:sgccfadeinup .9s .7s both;background-color:#fbf01e;border-radius:3px;bottom:30px;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.1);-ms-box-shadow:0 1px 5px 0 rgba(0,0,0,.1);box-shadow:0 1px 5px 0 rgba(0,0,0,.1);opacity:1;position:fixed;left:30px;-webkit-transition:opacity .2s linear 1s,visibility .2s linear 1s;transition:opacity .2s linear 1s,visibility .2s linear 1s;visibility:visible;width:450px;z-index:99999999}.sgcc-main-wrapper.hidden{display:none}.sgcc-main-wrapper .sgcc-cookies{padding:30px 55px 30px 30px;position:relative}.sgcc-main-wrapper .sgcc-cookies .cookie-icon{bottom:auto;color:#222;font-size:26px;right:15px;position:absolute;left:auto;top:35px}.sgcc-main-wrapper .message-block{margin-bottom:15px}.sgcc-main-wrapper .sgcc-cookies{color:#222}.sgcc-main-wrapper .sgcc-cookies p{font-size:15px;line-height:1.8;margin:0;padding:0;text-decoration:none}.sgcc-main-wrapper .sgcc-cookies a{color:#222;display:inline;font-weight:400;text-decoration:underline;text-transform:inherit}.sgcc-main-wrapper .sgcc-cookies a:hover{color:#4cc500;text-decoration:underline;text-transform:inherit}.sgcc-main-wrapper .sgcc-cookies a:focus{outline:none}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button{background:transparent;background-color:#222;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.1);-ms-box-shadow:0 1px 4px 0 rgba(0,0,0,.1);box-shadow:0 1px 4px 0 rgba(0,0,0,.1);color:#fff;font-size:15px;font-weight:400;height:auto;line-height:1;padding:12px 20px;text-decoration:none;-webkit-transition:all .5s ease;transition:all .5s ease}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button:focus{outline:none}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button:hover{background:#4cc500;border-color:transparent;border-radius:4px;color:snow;font-size:15px;font-weight:400;height:auto;line-height:1}.sgcc-main-wrapper .sgcc-cookies .close{background-color:#333;border-radius:100%;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.2);-ms-box-shadow:0 1px 4px 0 rgba(0,0,0,.2);box-shadow:0 1px 4px 0 rgba(0,0,0,.2);color:#fff;cursor:pointer;display:block;font-size:15px;height:30px;line-height:34px;position:absolute;left:-15px;text-align:center;top:-15px;-webkit-transition:all .5s ease;transition:all .5s ease;width:30px}.sgcc-main-wrapper .sgcc-cookies .close:focus{outline:none}.sgcc-main-wrapper .sgcc-cookies .close:hover{background-color:#4cc500;color:#fff}@media (max-width:600px){.sgcc-main-wrapper{max-width:400px}}@media (max-width:460px){.sgcc-main-wrapper{max-width:300px}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button{padding:12px 20px}}@media (max-width:360px){.sgcc-main-wrapper{max-width:270px}}@-webkit-keyframes sgccfadeinup{0%{opacity:0;-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes sgccfadeinup{0%{opacity:0;-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.sgccfadeinup{-webkit-animation-name:sgccfadeinup;animation-name:sgccfadeinup}
  • simple-gdpr-cookie-compliance/tags/1.0.9/public/assets/build/css/simple-gdpr-cookie-compliance-public.css

    r2662024 r2770232  
    1 @font-face{font-family:"sgcc";src:url("../fonts/sgcc.eot?p5z9ur");src:url("../fonts/sgcc.eot?p5z9ur#iefix") format("embedded-opentype"),url("../fonts/sgcc.ttf?p5z9ur") format("truetype"),url("../fonts/sgcc.woff?p5z9ur") format("woff"),url("../fonts/sgcc.svg?p5z9ur#sgcc") format("svg");font-weight:normal;font-style:normal;font-display:block}.sgcc{font-family:"sgcc" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sgcc-icon-close:before{content:""}.sgcc-icon-cookie:before{content:""}.sgcc-main-wrapper{position:fixed;z-index:99999999;right:30px;bottom:30px;opacity:1;visibility:visible;width:450px;background-color:#fbf01e;border-radius:3px;-webkit-transition:opacity .2s linear 1s, visibility .2s linear 1s;transition:opacity .2s linear 1s, visibility .2s linear 1s;-webkit-animation:0.9s 0.7s sgccfadeinup both;animation:0.9s 0.7s sgccfadeinup both;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,0.1);-ms-box-shadow:0 1px 5px 0 rgba(0,0,0,0.1);box-shadow:0 1px 5px 0 rgba(0,0,0,0.1)}.sgcc-main-wrapper.hidden{display:none}.sgcc-main-wrapper .sgcc-cookies{position:relative;padding:30px 30px 30px 55px}.sgcc-main-wrapper .sgcc-cookies .cookie-icon{position:absolute;left:15px;right:auto;top:35px;bottom:auto;font-size:26px;color:#222}.sgcc-main-wrapper .message-block{margin-bottom:15px}.sgcc-main-wrapper .sgcc-cookies{color:#222}.sgcc-main-wrapper .sgcc-cookies p{font-size:15px;line-height:1.8;margin:0;padding:0;text-decoration:none}.sgcc-main-wrapper .sgcc-cookies a{display:inline;color:#222;text-transform:inherit;text-decoration:underline;font-weight:normal}.sgcc-main-wrapper .sgcc-cookies a:hover{color:#4CC500;text-decoration:underline;text-transform:inherit}.sgcc-main-wrapper .sgcc-cookies a:focus{outline:none}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button{color:#fff;background:transparent;background-color:#222;border:1px solid transparent;text-decoration:none;font-size:15px;font-weight:normal;line-height:1;height:auto;padding:12px 20px;border-radius:4px;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,0.1);-ms-box-shadow:0 1px 4px 0 rgba(0,0,0,0.1);box-shadow:0 1px 4px 0 rgba(0,0,0,0.1);-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button:focus{outline:none}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button:hover{font-size:15px;font-weight:normal;line-height:1;height:auto;color:snow;background:#4cc500;border-color:transparent;border-radius:4px}.sgcc-main-wrapper .sgcc-cookies .close{position:absolute;top:-15px;right:-15px;display:block;width:30px;height:30px;line-height:34px;cursor:pointer;text-align:center;font-size:15px;color:#ffffff;background-color:#333333;border-radius:100%;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,0.2);-ms-box-shadow:0 1px 4px 0 rgba(0,0,0,0.2);box-shadow:0 1px 4px 0 rgba(0,0,0,0.2);-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.sgcc-main-wrapper .sgcc-cookies .close:focus{outline:none}.sgcc-main-wrapper .sgcc-cookies .close:hover{color:#fff;background-color:#4cc500}@media (max-width: 600px){.sgcc-main-wrapper{max-width:400px}}@media (max-width: 460px){.sgcc-main-wrapper{max-width:300px}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button{padding:12px 20px}}@media (max-width: 360px){.sgcc-main-wrapper{max-width:270px}}@-webkit-keyframes sgccfadeinup{from{opacity:0;-webkit-transform:translate3d(0, 20%, 0);transform:translate3d(0, 20%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes sgccfadeinup{from{opacity:0;-webkit-transform:translate3d(0, 20%, 0);transform:translate3d(0, 20%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.sgccfadeinup{-webkit-animation-name:sgccfadeinup;animation-name:sgccfadeinup}
    2 
     1@font-face{font-display:block;font-family:sgcc;font-style:normal;font-weight:400;src:url(../fonts/sgcc.eot?p5z9ur);src:url(../fonts/sgcc.eot?p5z9ur#iefix) format("embedded-opentype"),url(../fonts/sgcc.ttf?p5z9ur) format("truetype"),url(../fonts/sgcc.woff?p5z9ur) format("woff"),url(../fonts/sgcc.svg?p5z9ur#sgcc) format("svg")}.sgcc{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:sgcc!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.sgcc-icon-close:before{content:"\e900"}.sgcc-icon-cookie:before{content:"\e901"}.sgcc-main-wrapper{-webkit-animation:sgccfadeinup .9s .7s both;animation:sgccfadeinup .9s .7s both;background-color:#fbf01e;border-radius:3px;bottom:30px;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.1);-ms-box-shadow:0 1px 5px 0 rgba(0,0,0,.1);box-shadow:0 1px 5px 0 rgba(0,0,0,.1);opacity:1;position:fixed;right:30px;-webkit-transition:opacity .2s linear 1s,visibility .2s linear 1s;transition:opacity .2s linear 1s,visibility .2s linear 1s;visibility:visible;width:450px;z-index:99999999}.sgcc-main-wrapper.hidden{display:none}.sgcc-main-wrapper .sgcc-cookies{padding:30px 30px 30px 55px;position:relative}.sgcc-main-wrapper .sgcc-cookies .cookie-icon{bottom:auto;color:#222;font-size:26px;left:15px;position:absolute;right:auto;top:35px}.sgcc-main-wrapper .message-block{margin-bottom:15px}.sgcc-main-wrapper .sgcc-cookies{color:#222}.sgcc-main-wrapper .sgcc-cookies p{font-size:15px;line-height:1.8;margin:0;padding:0;text-decoration:none}.sgcc-main-wrapper .sgcc-cookies a{color:#222;display:inline;font-weight:400;text-decoration:underline;text-transform:inherit}.sgcc-main-wrapper .sgcc-cookies a:hover{color:#4cc500;text-decoration:underline;text-transform:inherit}.sgcc-main-wrapper .sgcc-cookies a:focus{outline:none}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button{background:transparent;background-color:#222;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.1);-ms-box-shadow:0 1px 4px 0 rgba(0,0,0,.1);box-shadow:0 1px 4px 0 rgba(0,0,0,.1);color:#fff;font-size:15px;font-weight:400;height:auto;line-height:1;padding:12px 20px;text-decoration:none;-webkit-transition:all .5s ease;transition:all .5s ease}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button:focus{outline:none}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button:hover{background:#4cc500;border-color:transparent;border-radius:4px;color:snow;font-size:15px;font-weight:400;height:auto;line-height:1}.sgcc-main-wrapper .sgcc-cookies .close{background-color:#333;border-radius:100%;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.2);-ms-box-shadow:0 1px 4px 0 rgba(0,0,0,.2);box-shadow:0 1px 4px 0 rgba(0,0,0,.2);color:#fff;cursor:pointer;display:block;font-size:15px;height:30px;line-height:34px;position:absolute;right:-15px;text-align:center;top:-15px;-webkit-transition:all .5s ease;transition:all .5s ease;width:30px}.sgcc-main-wrapper .sgcc-cookies .close:focus{outline:none}.sgcc-main-wrapper .sgcc-cookies .close:hover{background-color:#4cc500;color:#fff}@media (max-width:600px){.sgcc-main-wrapper{max-width:400px}}@media (max-width:460px){.sgcc-main-wrapper{max-width:300px}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button{padding:12px 20px}}@media (max-width:360px){.sgcc-main-wrapper{max-width:270px}}@-webkit-keyframes sgccfadeinup{0%{opacity:0;-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes sgccfadeinup{0%{opacity:0;-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.sgccfadeinup{-webkit-animation-name:sgccfadeinup;animation-name:sgccfadeinup}
    32/*# sourceMappingURL=simple-gdpr-cookie-compliance-public.css.map */
  • simple-gdpr-cookie-compliance/tags/1.0.9/public/assets/build/css/simple-gdpr-cookie-compliance-public.css.map

    r2662024 r2770232  
    1 {
    2 "version": 3,
    3 "mappings": "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",
    4 "sources": ["../../src/scss/font/_font.scss","../../src/scss/variable/_variables.scss","../../src/scss/custom/_custom.scss","../../src/scss/custom/_responsive.scss","../../src/scss/custom/_keyframe.scss"],
    5 "names": [],
    6 "file": "simple-gdpr-cookie-compliance-public.css"
    7 }
     1{"version":3,"sources":["font/_font.scss","index.css","custom/_custom.scss","variable/_variables.scss","custom/_responsive.scss","custom/_keyframe.scss"],"names":[],"mappings":"AAEA,WAUI,kBAAA,CARA,gBAAA,CAOA,iBAAA,CADA,eAAA,CALA,iCAAA,CACA,mNCYJ,CDHA,MAKI,UAAA,CAQA,kCAAA,CACA,iCAAA,CAVA,0BAAA,CAEA,iBAAA,CAEA,mBAAA,CADA,eAAA,CAGA,aAAA,CADA,mBCOJ,CDGI,wBACI,eCAR,CDMI,yBACI,eCHR,CCpCA,mBAYI,2CAAA,CACA,mCAAA,CAJA,wBCT2B,CDU3B,iBAAA,CALA,WAAA,CASA,6CAAA,CAEA,yCAAA,CACA,qCAAA,CAXA,SAAA,CAJA,cAAA,CAEA,UAAA,CAOA,iEAAA,CAAA,yDAAA,CAJA,kBAAA,CACA,WAAA,CALA,gBDoDJ,CCnCA,0BAEI,YDqCJ,CClCA,iCAGI,2BAAA,CADA,iBDqCJ,CCjCA,8CAMI,WAAA,CAEA,UC7B8B,CD4B9B,cAAA,CAJA,SAAA,CADA,iBAAA,CAEA,UAAA,CACA,QDsCJ,CChCA,kCAEI,kBDkCJ,CC/BA,iCAEI,UDiCJ,CC9BA,mCAEI,cAAA,CACA,eAAA,CACA,QAAA,CACA,SAAA,CACA,oBDgCJ,CC7BA,mCAGI,UC1D0B,CDyD1B,cAAA,CAIA,eAAA,CADA,yBAAA,CADA,sBDiCJ,CC5BA,yCAEI,aCjE8B,CDkE9B,yBAAA,CACA,sBD8BJ,CC3BA,yCAEI,YD6BJ,CC1BA,6EAGI,sBAAA,CACA,qBCnEuC,CDoEvC,4BAAA,CASA,iBAAA,CACA,6CAAA,CAEA,yCAAA,CACA,qCAAA,CAhBA,UC/DyC,CDoEzC,cAAA,CACA,eAAA,CAEA,WAAA,CADA,aAAA,CAEA,iBAAA,CALA,oBAAA,CAaA,+BAAA,CAIA,uBD4BJ,CCzBA,mFAEI,YD2BJ,CCxBA,mFAOI,kBCpG2C,CDqG3C,wBCjGmD,CDoGnD,iBAAA,CALA,UCjG6C,CD6F7C,cAAA,CACA,eAAA,CAEA,WAAA,CADA,aDiCJ,CCpBA,wCAaI,qBAAA,CAKA,kBAAA,CACA,6CAAA,CAEA,yCAAA,CACA,qCAAA,CAVA,UAAA,CAHA,cAAA,CAJA,aAAA,CAMA,cAAA,CAJA,WAAA,CACA,gBAAA,CANA,iBAAA,CAEA,WAAA,CAMA,iBAAA,CAPA,SAAA,CAoBA,+BAAA,CAIA,uBAAA,CArBA,UD2CJ,CCnBA,8CAEI,YDqBJ,CClBA,8CAGI,wBC1JoC,CDyJpC,UDqBJ,CG7LA,yBAEI,mBAEG,eH8LL,CACF,CG3LA,yBAEI,mBAEG,eH2LL,CGxLE,6EAEC,iBHyLH,CACF,CGtLA,yBAEI,mBAEG,eHsLL,CACF,CI/MA,gCAEE,GACE,SAAA,CACA,sCAAA,CACA,8BJgNF,CI7MA,GACE,SAAA,CACA,+BAAA,CACA,uBJ+MF,CACF,CI5MA,wBACE,GACE,SAAA,CACA,sCAAA,CACA,8BJ8MF,CI3MA,GACE,SAAA,CACA,+BAAA,CACA,uBJ6MF,CACF,CI1MA,cAEE,mCAAA,CACA,2BJ2MF","file":"simple-gdpr-cookie-compliance-public.css","sourcesContent":["// font file\n\n@font-face {\n\n    font-family: '#{$icomoon-font-family}';\n    src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?p5z9ur');\n    src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?p5z9ur#iefix') format('embedded-opentype'),\n    url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?p5z9ur') format('truetype'),\n    url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?p5z9ur') format('woff'),\n    url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?p5z9ur##{$icomoon-font-family}') format('svg');\n    font-weight: normal;\n    font-style: normal;\n    font-display: block;\n}\n\n.sgcc {\n\n    /* use !important to prevent issues with browser extensions that change fonts */\n    \n    font-family: '#{$icomoon-font-family}' !important;\n    speak: none;\n    font-style: normal;\n    font-weight: normal;\n    font-variant: normal;\n    text-transform: none;\n    line-height: 1;\n\n    /* Better Font Rendering =========== */\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n}\n\n.sgcc-icon-close {\n\n    &:before {\n        content: $sgcc-icon-close;\n    }\n}\n\n.sgcc-icon-cookie {\n\n    &:before {\n        content: $sgcc-icon-cookie;\n    }\n}","/**\n=======================================================\n\n- Project : Simple GDPR Cookie Complience\n\n- Author: Themebeez\n\n- Author url : https://themebeez.com/\n\n======================================================================================\n*/\n@font-face {\n  font-family: \"sgcc\";\n  src: url(\"../fonts/sgcc.eot?p5z9ur\");\n  src: url(\"../fonts/sgcc.eot?p5z9ur#iefix\") format(\"embedded-opentype\"), url(\"../fonts/sgcc.ttf?p5z9ur\") format(\"truetype\"), url(\"../fonts/sgcc.woff?p5z9ur\") format(\"woff\"), url(\"../fonts/sgcc.svg?p5z9ur#sgcc\") format(\"svg\");\n  font-weight: normal;\n  font-style: normal;\n  font-display: block;\n}\n.sgcc {\n  /* use !important to prevent issues with browser extensions that change fonts */\n  font-family: \"sgcc\" !important;\n  speak: none;\n  font-style: normal;\n  font-weight: normal;\n  font-variant: normal;\n  text-transform: none;\n  line-height: 1;\n  /* Better Font Rendering =========== */\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n\n.sgcc-icon-close:before {\n  content: \"\\e900\";\n}\n\n.sgcc-icon-cookie:before {\n  content: \"\\e901\";\n}\n\n.sgcc-main-wrapper {\n  position: fixed;\n  z-index: 99999999;\n  right: 30px;\n  bottom: 30px;\n  opacity: 1;\n  visibility: visible;\n  width: 450px;\n  background-color: #fbf01e;\n  border-radius: 3px;\n  transition: opacity 0.2s linear 1s, visibility 0.2s linear 1s;\n  -webkit-animation: 0.9s 0.7s sgccfadeinup both;\n  animation: 0.9s 0.7s sgccfadeinup both;\n  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);\n  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);\n  -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);\n  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);\n}\n\n.sgcc-main-wrapper.hidden {\n  display: none;\n}\n\n.sgcc-main-wrapper .sgcc-cookies {\n  position: relative;\n  padding: 30px 30px 30px 55px;\n}\n\n.sgcc-main-wrapper .sgcc-cookies .cookie-icon {\n  position: absolute;\n  left: 15px;\n  right: auto;\n  top: 35px;\n  bottom: auto;\n  font-size: 26px;\n  color: #222222;\n}\n\n.sgcc-main-wrapper .message-block {\n  margin-bottom: 15px;\n}\n\n.sgcc-main-wrapper .sgcc-cookies {\n  color: #222222;\n}\n\n.sgcc-main-wrapper .sgcc-cookies p {\n  font-size: 15px;\n  line-height: 1.8;\n  margin: 0;\n  padding: 0;\n  text-decoration: none;\n}\n\n.sgcc-main-wrapper .sgcc-cookies a {\n  display: inline;\n  color: #222222;\n  text-transform: inherit;\n  text-decoration: underline;\n  font-weight: normal;\n}\n\n.sgcc-main-wrapper .sgcc-cookies a:hover {\n  color: #4CC500;\n  text-decoration: underline;\n  text-transform: inherit;\n}\n\n.sgcc-main-wrapper .sgcc-cookies a:focus {\n  outline: none;\n}\n\n.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button {\n  color: #ffffff;\n  background: transparent;\n  background-color: #222222;\n  border: 1px solid transparent;\n  text-decoration: none;\n  font-size: 15px;\n  font-weight: normal;\n  line-height: 1;\n  height: auto;\n  padding: 12px 20px;\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);\n  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);\n  -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);\n  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);\n  -webkit-transition: all 0.5s ease;\n  -moz-transition: all 0.5s ease;\n  -ms-transition: all 0.5s ease;\n  -o-transition: all 0.5s ease;\n  transition: all 0.5s ease;\n}\n\n.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button:focus {\n  outline: none;\n}\n\n.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button:hover {\n  font-size: 15px;\n  font-weight: normal;\n  line-height: 1;\n  height: auto;\n  color: #fffafa;\n  background: #4cc500;\n  border-color: transparent;\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n}\n\n.sgcc-main-wrapper .sgcc-cookies .close {\n  position: absolute;\n  top: -15px;\n  right: -15px;\n  display: block;\n  width: 30px;\n  height: 30px;\n  line-height: 34px;\n  cursor: pointer;\n  text-align: center;\n  font-size: 15px;\n  color: #ffffff;\n  background-color: #333333;\n  -webkit-border-radius: 100%;\n  -moz-border-radius: 100%;\n  -o-border-radius: 100%;\n  -ms-border-radius: 100%;\n  border-radius: 100%;\n  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);\n  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);\n  -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);\n  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);\n  -webkit-transition: all 0.5s ease;\n  -moz-transition: all 0.5s ease;\n  -ms-transition: all 0.5s ease;\n  -o-transition: all 0.5s ease;\n  transition: all 0.5s ease;\n}\n\n.sgcc-main-wrapper .sgcc-cookies .close:focus {\n  outline: none;\n}\n\n.sgcc-main-wrapper .sgcc-cookies .close:hover {\n  color: #ffffff;\n  background-color: #4cc500;\n}\n\n@media (max-width: 600px) {\n  .sgcc-main-wrapper {\n    max-width: 400px;\n  }\n}\n@media (max-width: 460px) {\n  .sgcc-main-wrapper {\n    max-width: 300px;\n  }\n  .sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button {\n    padding: 12px 20px;\n  }\n}\n@media (max-width: 360px) {\n  .sgcc-main-wrapper {\n    max-width: 270px;\n  }\n}\n@-webkit-keyframes sgccfadeinup {\n  from {\n    opacity: 0;\n    -webkit-transform: translate3d(0, 20%, 0);\n    transform: translate3d(0, 20%, 0);\n  }\n  to {\n    opacity: 1;\n    -webkit-transform: translate3d(0, 0, 0);\n    transform: translate3d(0, 0, 0);\n  }\n}\n@keyframes sgccfadeinup {\n  from {\n    opacity: 0;\n    -webkit-transform: translate3d(0, 20%, 0);\n    transform: translate3d(0, 20%, 0);\n  }\n  to {\n    opacity: 1;\n    -webkit-transform: translate3d(0, 0, 0);\n    transform: translate3d(0, 0, 0);\n  }\n}\n.sgccfadeinup {\n  -webkit-animation-name: sgccfadeinup;\n  animation-name: sgccfadeinup;\n}","\n// custom styles for GDPR notice box\n\n.sgcc-main-wrapper {\n\n    position: fixed;\n    z-index: 99999999;\n    right: 30px;\n    bottom: 30px;\n    opacity: 1;\n    visibility: visible;\n    width:450px;\n    background-color: $sgcc-box-bg-colour;\n    border-radius: 3px;\n    transition: opacity .2s linear 1s, visibility .2s linear 1s;\n    -webkit-animation: 0.9s 0.7s sgccfadeinup both;\n    animation: 0.9s 0.7s sgccfadeinup both;\n    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);\n    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);\n    -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);\n    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);\n}\n\n.sgcc-main-wrapper.hidden {\n\n    display:none; \n}\n\n.sgcc-main-wrapper .sgcc-cookies {\n\n    position: relative;\n    padding: 30px 30px 30px 55px;\n}\n\n.sgcc-main-wrapper .sgcc-cookies .cookie-icon {\n    \n    position: absolute;\n    left: 15px;\n    right:auto;\n    top: 35px;\n    bottom:auto;\n    font-size: 26px;\n    color:$sgcc-cookie-icon-colour;\n}\n\n.sgcc-main-wrapper .message-block {\n\n    margin-bottom: 15px;\n}\n\n.sgcc-main-wrapper .sgcc-cookies {\n\n    color: $sgcc-box-text-colour;\n}\n\n.sgcc-main-wrapper .sgcc-cookies p {\n\n    font-size: 15px;\n    line-height: 1.8;\n    margin: 0;\n    padding: 0;\n    text-decoration: none;\n}\n\n.sgcc-main-wrapper .sgcc-cookies a {\n\n    display: inline;\n    color: $sgcc-links-colour;\n    text-transform: inherit;\n    text-decoration: underline;\n    font-weight: normal;\n}\n\n.sgcc-main-wrapper .sgcc-cookies a:hover {\n\n    color: $sgcc-links-hover-colour;\n    text-decoration:underline;\n    text-transform:inherit;\n}\n\n.sgcc-main-wrapper .sgcc-cookies a:focus {\n\n    outline:none;\n}\n\n.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button {\n    \n    color:$sgcc-cookies-compliance-button-color;\n    background:transparent;\n    background-color:$sgcc-cookies-compliance-button-bg;\n    border:1px solid $sgcc-cookies-compliance-button-border-color;\n    text-decoration:none;\n    font-size: 15px;\n    font-weight:normal;\n    line-height:1;\n    height:auto;\n    padding:12px 20px;\n    -webkit-border-radius: 4px;\n    -moz-border-radius: 4px;\n    border-radius: 4px;\n    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);\n    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);\n    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);\n    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);\n    -webkit-transition: all 0.5s ease;\n    -moz-transition: all 0.5s ease;\n    -ms-transition: all 0.5s ease;\n    -o-transition: all 0.5s ease;\n    transition: all 0.5s ease;\n}\n\n.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button:focus {\n\n    outline:none;\n}\n\n.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button:hover {\n    \n    font-size: 15px;\n    font-weight:normal;\n    line-height:1;\n    height:auto;\n    color:$sgcc-cookies-compliance-button-hover-color;\n    background:$sgcc-cookies-compliance-button-hover-bg;\n    border-color:$sgcc-cookies-compliance-button-border-hover-color;\n    -webkit-border-radius: 4px;\n    -moz-border-radius: 4px;\n    border-radius: 4px;\n}\n\n\n// close icon \n\n.sgcc-main-wrapper .sgcc-cookies .close {\n\n    position: absolute;\n    top: -15px;\n    right: -15px;\n    display: block;\n    width: 30px;\n    height: 30px;\n    line-height: 34px;\n    cursor: pointer;\n    text-align: center;\n    font-size: 15px;\n    color: #ffffff;\n    background-color: #333333;\n    -webkit-border-radius: 100%;\n    -moz-border-radius: 100%;\n    -o-border-radius: 100%;\n    -ms-border-radius: 100%;\n    border-radius: 100%;\n    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);\n    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);\n    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);\n    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);\n    -webkit-transition: all 0.5s ease;\n    -moz-transition: all 0.5s ease;\n    -ms-transition: all 0.5s ease;\n    -o-transition: all 0.5s ease;\n    transition: all 0.5s ease;\n}\n\n.sgcc-main-wrapper .sgcc-cookies .close:focus {\n\n    outline:none;\n}\n\n.sgcc-main-wrapper .sgcc-cookies .close:hover {\n    \n    color:$sgcc-close-btn-hover-colour;\n    background-color:$sgcc-close-btn-hover-bg-colour;\n}","\n// variable colors \n\n$sgcc-box-bg-colour\t\t\t\t\t\t\t\t\t\t\t:#fbf01e;  // Main box color\n\n// text colour\n\n$sgcc-box-text-colour\t\t\t\t\t\t\t\t\t\t:#222222;\n\n$sgcc-links-colour\t\t\t\t\t\t\t\t\t\t\t:#222222;  // links color\n$sgcc-links-hover-colour\t\t\t\t\t\t\t\t\t:#4CC500;  // links hover color\n\n// Cookie icon\n$sgcc-cookie-icon-colour\t\t\t\t\t\t\t\t\t:#222222; // icon font\n\n// close button\n$sgcc-close-btn-bg-colour\t\t\t\t\t\t\t\t\t:#222222;\n$sgcc-close-btn-hover-bg-colour\t\t\t\t\t\t\t\t:#4cc500;\n$sgcc-close-btn-colour\t\t\t\t\t\t\t\t\t\t:#ffffff;\n$sgcc-close-btn-hover-colour\t\t\t\t\t\t\t\t:#ffffff;\n\n// I accept buttons\n$sgcc-cookies-compliance-button-bg \t\t\t\t\t\t\t:#222222;\n$sgcc-cookies-compliance-button-hover-bg \t\t\t\t\t:#4cc500;\n$sgcc-cookies-compliance-button-color \t\t\t\t\t\t:#ffffff;\n$sgcc-cookies-compliance-button-hover-color \t\t\t\t:#fffafa;\n$sgcc-cookies-compliance-button-border-color \t\t\t\t:transparent;\n$sgcc-cookies-compliance-button-border-hover-color \t\t\t:transparent;\n\n// variables for font \n\n$icomoon-font-family\t\t\t\t\t\t\t\t\t\t: \"sgcc\" !default;\n$icomoon-font-path\t\t\t\t\t\t\t\t\t\t\t: \"../fonts\" !default;\n$sgcc-icon-close\t\t\t\t\t\t\t\t\t\t\t: \"\\e900\";\n$sgcc-icon-cookie\t\t\t\t\t\t\t\t\t\t\t: \"\\e901\";","// responsive\n\n@media ( max-width: 600px ) { \n\n    .sgcc-main-wrapper {\n\n       max-width: 400px;\n    }\n}\n\n@media ( max-width: 460px ) { \n\n    .sgcc-main-wrapper {\n\n       max-width: 300px;\n    }\n\n    .sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button {\n\n    \tpadding:12px 20px;\n    }\n}\n\n@media ( max-width: 360px ) { \n\n    .sgcc-main-wrapper {\n\n       max-width: 270px;\n    }\n}\n","\n// keyframes\n\n@-webkit-keyframes sgccfadeinup {\n\n  from {\n    opacity: 0;\n    -webkit-transform: translate3d(0, 20%, 0);\n    transform: translate3d(0, 20%, 0);\n  }\n\n  to {\n    opacity: 1;\n    -webkit-transform: translate3d(0, 0, 0);\n    transform: translate3d(0, 0, 0);\n  }\n}\n\n@keyframes sgccfadeinup {\n  from {\n    opacity: 0;\n    -webkit-transform: translate3d(0, 20%, 0);\n    transform: translate3d(0, 20%, 0);\n  }\n\n  to {\n    opacity: 1;\n    -webkit-transform: translate3d(0, 0, 0);\n    transform: translate3d(0, 0, 0);\n  }\n}\n\n.sgccfadeinup {\n\n  -webkit-animation-name: sgccfadeinup;\n  animation-name: sgccfadeinup;\n}"]}
  • simple-gdpr-cookie-compliance/tags/1.0.9/public/assets/build/js/simple-gdpr-cookie-compliance-public.js

    r2662024 r2770232  
    1 
    2 (function($) {
    3 
    4     'use strict';
    5 
    6     var s_GDPR_C_C_Cookie = {
    7 
    8         setCookie : function( name, value, days ) {
    9 
    10             var todayDate   = new Date();
    11             var expireDate  = new Date();
    12             var cookie_dfn  = '';
    13        
    14             if( days > 0 ) {
    15 
    16                 expireDate.setTime( todayDate.getTime() + ( days * 24 * 60 * 60 * 1000 ) );
    17 
    18                 cookie_dfn = name + "=" + value +"; expires=" + expireDate.toUTCString() + "; path=/";
    19             } else {
    20 
    21                 cookie_dfn = name + "=" + value + "; path=/";
    22             }
    23 
    24             document.cookie = cookie_dfn;
    25         },
    26 
    27         getCookie : function( name ) {
    28 
    29             var cookieName = name + "=";
    30             var decodedCookie = decodeURIComponent( document.cookie );
    31             var ca = decodedCookie.split(';');
    32 
    33             for( var i = 0; i <ca.length; i++ ) {
    34 
    35                 var c = ca[i];
    36 
    37                 while( c.charAt(0) == ' ' ) {
    38 
    39                     c = c.substring(1);
    40                 }
    41 
    42                 if( c.indexOf( cookieName ) == 0 ) {
    43 
    44                     return c.substring( cookieName.length, c.length );
    45                 }
    46             }
    47 
    48             return "";
    49         }
    50     }
    51 
    52     // Document ready function
    53 
    54     $(document).ready(function() {
    55 
    56         var no_Days         = noticeObj.cookie_expire_time;
    57 
    58         var bgOverlayEle = $('#s-gdpr-c-c-bg-overlay');
    59 
    60         if( s_GDPR_C_C_Cookie.getCookie( 's_gdpr_c_c_cookie' ) == 'on' ) {
    61 
    62             $('.sgcc-main-wrapper').addClass('hidden');
    63         } else {
    64 
    65             $( '.sgcc-main-wrapper' ).removeClass('hidden');
    66         }
    67 
    68         $( 'body' ).on( 'click', '#close-sgcc', function() {
    69 
    70             $('.sgcc-main-wrapper').addClass('hidden');
    71 
    72             if ( bgOverlayEle ) {
    73                 bgOverlayEle.hide();
    74             }
    75         } );
    76 
    77         $( 'body' ).on( 'click', '#sgcc-accept', function(e) {
    78 
    79             e.preventDefault();
    80 
    81             s_GDPR_C_C_Cookie.setCookie( 's_gdpr_c_c_cookie', 'on', no_Days );
    82 
    83             $('.sgcc-main-wrapper').addClass('hidden');
    84 
    85             if ( bgOverlayEle ) {
    86                 bgOverlayEle.hide();
    87             }
    88         } );
    89     } );
    90 
    91 })(jQuery);
     1"use strict";!function(r){function e(){var o=parseInt(simpleGDPRCCJsObj.cookieExpireTime);r(document).on("click","#sgcc-accept",function(e){var n,c,i,s,t;e.preventDefault(),e="s_gdpr_c_c_cookie",n="on",c=o,i=new Date,s=new Date,t="",t=0<c?(s.setTime(i.getTime()+24*c*60*60*1e3),e+"="+n+"; expires="+s.toUTCString()):e+"="+n,"1"==simpleGDPRCCJsObj.isMultisite&&("1"!==simpleGDPRCCJsObj.subdomainInstall?t+="; path="+simpleGDPRCCJsObj.path:t+="; path=/"),document.cookie=t,r(".sgcc-main-wrapper").addClass("hidden"),a&&a.hide()})}function n(){"on"==function(e){for(var n=e+"=",c=decodeURIComponent(document.cookie).split(";"),i=0;i<c.length;i++){for(var s=c[i];" "==s.charAt(0);)s=s.substring(1);if(0==s.indexOf(n))return s.substring(n.length,s.length)}return""}("s_gdpr_c_c_cookie")?r(".sgcc-main-wrapper").addClass("hidden"):r(".sgcc-main-wrapper").removeClass("hidden")}var a=r("#s-gdpr-c-c-bg-overlay");r(document).ready(function(){r(document).on("click","#close-sgcc",function(){r(".sgcc-main-wrapper").addClass("hidden"),a&&a.hide()}),e(),n()})}(jQuery);
  • simple-gdpr-cookie-compliance/tags/1.0.9/public/class-simple-gdpr-cookie-compliance-public.php

    r2662024 r2770232  
    9797
    9898        $noticeObjArray = array(
    99             'cookie_expire_time' => 1,
     99            'cookieExpireTime' => (int) $simple_gdpr_cookie_compliance_options['cookie_expire_time'],
    100100        );
    101101
    102         if( ! empty( $simple_gdpr_cookie_compliance_options['cookie_expire_time'] ) ) {
    103 
    104             $noticeObjArray['cookie_expire_time'] = absint( $simple_gdpr_cookie_compliance_options['cookie_expire_time'] );
    105         }
    106 
    107         wp_localize_script( $this->plugin_name, 'noticeObj', $noticeObjArray );
     102        if ( is_multisite() ) {
     103            $noticeObjArray['isMultisite'] = true;
     104            if ( SUBDOMAIN_INSTALL === false ) {
     105                $noticeObjArray['subdomainInstall'] = false;
     106                $noticeObjArray['path'] = get_site()->path;
     107            } else {
     108                $noticeObjArray['subdomainInstall'] = true;
     109            }
     110        } else {
     111            $noticeObjArray['isMultisite'] = false;
     112        }
     113
     114        wp_localize_script( $this->plugin_name, 'simpleGDPRCCJsObj', $noticeObjArray );
    108115
    109116        wp_enqueue_script( $this->plugin_name );
  • simple-gdpr-cookie-compliance/tags/1.0.9/simple-gdpr-cookie-compliance.php

    r2662024 r2770232  
    55 * Plugin URI:        https://themebeez.com/plugins/simple-gdpr-cookie-compliance
    66 * Description:       Simple GDPR Cookie Compliance is a simple notifier to inform users that your site uses of cookies and show your complies with EU GDPR cookie law and CCPA regulations.
    7  * Version:           1.0.8
     7 * Version:           1.0.9
    88 * Author:            themebeez
    99 * Author URI:        https://themebeez.com/
     
    2424 * Rename this for your plugin and update it as you release new versions.
    2525 */
    26 define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_VERSION', '1.0.8' );
     26define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_VERSION', '1.0.9' );
    2727define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_BASENAME', plugin_basename( __FILE__ ) );
    2828
     
    7373    $plugin = new Simple_GDPR_Cookie_Compliance();
    7474    $plugin->run();
    75 
    7675}
    7776run_simple_gdpr_cookie_compliance();
  • simple-gdpr-cookie-compliance/trunk/README.txt

    r2662024 r2770232  
    11=== Simple GDPR Cookie Compliance ===
    22
    3 Contributors: themebeez
     3Contributors: themebeez, addonify
    44Donate link: https://themebeez.com/
    55Tags: gdpr, cookie, cookies, notice, notification, notify, notifier, gdpr compliance, privacy, privacy directive, cookie notice, simple notice, cookie compliance
    66Requires at least: 5.0.0
    7 Tested up to: 5.9
     7Tested up to: 6.0.1
    88Requires PHP: 7.0.0
    9 Stable tag: 1.0.8
     9Stable tag: 1.0.9
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7676== Changelog ==
    7777
     78= 1.0.9 - 11 August, 2022 =
     79
     80- Fixed: Session Cookie issue fixed.
     81- Added: Multisite support.
     82
     83
    7884= 1.0.8 - 23 January, 2022 =
    7985
  • simple-gdpr-cookie-compliance/trunk/includes/class-simple-gdpr-cookie-compliance.php

    r2662024 r2770232  
    183183            $this->loader->add_action( 'wp_enqueue_scripts', $plugin_public, 'print_dynamic_style' );
    184184        }
    185 
    186185    }
    187186
  • simple-gdpr-cookie-compliance/trunk/public/assets/build/css/simple-gdpr-cookie-compliance-public-rtl.css

    r2204124 r2770232  
    1 @font-face{font-family:"sgcc";src:url("../fonts/sgcc.eot?p5z9ur");src:url("../fonts/sgcc.eot?p5z9ur#iefix") format("embedded-opentype"),url("../fonts/sgcc.ttf?p5z9ur") format("truetype"),url("../fonts/sgcc.woff?p5z9ur") format("woff"),url("../fonts/sgcc.svg?p5z9ur#sgcc") format("svg");font-weight:normal;font-style:normal;font-display:block}.sgcc{font-family:"sgcc" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sgcc-icon-close:before{content:""}.sgcc-icon-cookie:before{content:""}.sgcc-main-wrapper{position:fixed;z-index:99999999;left:30px;bottom:30px;opacity:1;visibility:visible;width:450px;background-color:#fbf01e;border-radius:3px;-webkit-transition:opacity .2s linear 1s, visibility .2s linear 1s;transition:opacity .2s linear 1s, visibility .2s linear 1s;-webkit-animation:0.9s 0.7s sgccfadeinup both;animation:0.9s 0.7s sgccfadeinup both;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,0.1);-ms-box-shadow:0 1px 5px 0 rgba(0,0,0,0.1);box-shadow:0 1px 5px 0 rgba(0,0,0,0.1)}.sgcc-main-wrapper.hidden{display:none}.sgcc-main-wrapper .sgcc-cookies{position:relative;padding:30px 55px 30px 30px}.sgcc-main-wrapper .sgcc-cookies .cookie-icon{position:absolute;right:15px;left:auto;top:35px;bottom:auto;font-size:26px;color:#222}.sgcc-main-wrapper .message-block{margin-bottom:15px}.sgcc-main-wrapper .sgcc-cookies{color:#222}.sgcc-main-wrapper .sgcc-cookies p{font-size:15px;line-height:1.8;margin:0;padding:0;text-decoration:none}.sgcc-main-wrapper .sgcc-cookies a{display:inline;color:#222;text-transform:inherit;text-decoration:underline;font-weight:normal}.sgcc-main-wrapper .sgcc-cookies a:hover{color:#4CC500;text-decoration:underline;text-transform:inherit}.sgcc-main-wrapper .sgcc-cookies a:focus{outline:none}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button{color:#fff;background:transparent;background-color:#222;border:1px solid transparent;text-decoration:none;font-size:15px;font-weight:normal;line-height:1;height:auto;padding:12px 20px;border-radius:4px;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,0.1);-ms-box-shadow:0 1px 4px 0 rgba(0,0,0,0.1);box-shadow:0 1px 4px 0 rgba(0,0,0,0.1);-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button:focus{outline:none}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button:hover{font-size:15px;font-weight:normal;line-height:1;height:auto;color:snow;background:#4cc500;border-color:transparent;border-radius:4px}.sgcc-main-wrapper .sgcc-cookies .close{position:absolute;top:-15px;left:-15px;display:block;width:30px;height:30px;line-height:34px;cursor:pointer;text-align:center;font-size:15px;color:#ffffff;background-color:#333333;border-radius:100%;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,0.2);-ms-box-shadow:0 1px 4px 0 rgba(0,0,0,0.2);box-shadow:0 1px 4px 0 rgba(0,0,0,0.2);-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.sgcc-main-wrapper .sgcc-cookies .close:focus{outline:none}.sgcc-main-wrapper .sgcc-cookies .close:hover{color:#fff;background-color:#4cc500}@media (max-width: 600px){.sgcc-main-wrapper{max-width:400px}}@media (max-width: 460px){.sgcc-main-wrapper{max-width:300px}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button{padding:12px 20px}}@media (max-width: 360px){.sgcc-main-wrapper{max-width:270px}}@-webkit-keyframes sgccfadeinup{from{opacity:0;-webkit-transform:translate3d(0, 20%, 0);transform:translate3d(0, 20%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes sgccfadeinup{from{opacity:0;-webkit-transform:translate3d(0, 20%, 0);transform:translate3d(0, 20%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.sgccfadeinup{-webkit-animation-name:sgccfadeinup;animation-name:sgccfadeinup}
     1@font-face{font-display:block;font-family:sgcc;font-style:normal;font-weight:400;src:url(../fonts/sgcc.eot?p5z9ur);src:url(../fonts/sgcc.eot?p5z9ur#iefix) format("embedded-opentype"),url(../fonts/sgcc.ttf?p5z9ur) format("truetype"),url(../fonts/sgcc.woff?p5z9ur) format("woff"),url(../fonts/sgcc.svg?p5z9ur#sgcc) format("svg")}.sgcc{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:sgcc!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.sgcc-icon-close:before{content:"\e900"}.sgcc-icon-cookie:before{content:"\e901"}.sgcc-main-wrapper{-webkit-animation:sgccfadeinup .9s .7s both;animation:sgccfadeinup .9s .7s both;background-color:#fbf01e;border-radius:3px;bottom:30px;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.1);-ms-box-shadow:0 1px 5px 0 rgba(0,0,0,.1);box-shadow:0 1px 5px 0 rgba(0,0,0,.1);opacity:1;position:fixed;left:30px;-webkit-transition:opacity .2s linear 1s,visibility .2s linear 1s;transition:opacity .2s linear 1s,visibility .2s linear 1s;visibility:visible;width:450px;z-index:99999999}.sgcc-main-wrapper.hidden{display:none}.sgcc-main-wrapper .sgcc-cookies{padding:30px 55px 30px 30px;position:relative}.sgcc-main-wrapper .sgcc-cookies .cookie-icon{bottom:auto;color:#222;font-size:26px;right:15px;position:absolute;left:auto;top:35px}.sgcc-main-wrapper .message-block{margin-bottom:15px}.sgcc-main-wrapper .sgcc-cookies{color:#222}.sgcc-main-wrapper .sgcc-cookies p{font-size:15px;line-height:1.8;margin:0;padding:0;text-decoration:none}.sgcc-main-wrapper .sgcc-cookies a{color:#222;display:inline;font-weight:400;text-decoration:underline;text-transform:inherit}.sgcc-main-wrapper .sgcc-cookies a:hover{color:#4cc500;text-decoration:underline;text-transform:inherit}.sgcc-main-wrapper .sgcc-cookies a:focus{outline:none}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button{background:transparent;background-color:#222;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.1);-ms-box-shadow:0 1px 4px 0 rgba(0,0,0,.1);box-shadow:0 1px 4px 0 rgba(0,0,0,.1);color:#fff;font-size:15px;font-weight:400;height:auto;line-height:1;padding:12px 20px;text-decoration:none;-webkit-transition:all .5s ease;transition:all .5s ease}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button:focus{outline:none}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button:hover{background:#4cc500;border-color:transparent;border-radius:4px;color:snow;font-size:15px;font-weight:400;height:auto;line-height:1}.sgcc-main-wrapper .sgcc-cookies .close{background-color:#333;border-radius:100%;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.2);-ms-box-shadow:0 1px 4px 0 rgba(0,0,0,.2);box-shadow:0 1px 4px 0 rgba(0,0,0,.2);color:#fff;cursor:pointer;display:block;font-size:15px;height:30px;line-height:34px;position:absolute;left:-15px;text-align:center;top:-15px;-webkit-transition:all .5s ease;transition:all .5s ease;width:30px}.sgcc-main-wrapper .sgcc-cookies .close:focus{outline:none}.sgcc-main-wrapper .sgcc-cookies .close:hover{background-color:#4cc500;color:#fff}@media (max-width:600px){.sgcc-main-wrapper{max-width:400px}}@media (max-width:460px){.sgcc-main-wrapper{max-width:300px}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button{padding:12px 20px}}@media (max-width:360px){.sgcc-main-wrapper{max-width:270px}}@-webkit-keyframes sgccfadeinup{0%{opacity:0;-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes sgccfadeinup{0%{opacity:0;-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.sgccfadeinup{-webkit-animation-name:sgccfadeinup;animation-name:sgccfadeinup}
  • simple-gdpr-cookie-compliance/trunk/public/assets/build/css/simple-gdpr-cookie-compliance-public.css

    r2662024 r2770232  
    1 @font-face{font-family:"sgcc";src:url("../fonts/sgcc.eot?p5z9ur");src:url("../fonts/sgcc.eot?p5z9ur#iefix") format("embedded-opentype"),url("../fonts/sgcc.ttf?p5z9ur") format("truetype"),url("../fonts/sgcc.woff?p5z9ur") format("woff"),url("../fonts/sgcc.svg?p5z9ur#sgcc") format("svg");font-weight:normal;font-style:normal;font-display:block}.sgcc{font-family:"sgcc" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sgcc-icon-close:before{content:""}.sgcc-icon-cookie:before{content:""}.sgcc-main-wrapper{position:fixed;z-index:99999999;right:30px;bottom:30px;opacity:1;visibility:visible;width:450px;background-color:#fbf01e;border-radius:3px;-webkit-transition:opacity .2s linear 1s, visibility .2s linear 1s;transition:opacity .2s linear 1s, visibility .2s linear 1s;-webkit-animation:0.9s 0.7s sgccfadeinup both;animation:0.9s 0.7s sgccfadeinup both;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,0.1);-ms-box-shadow:0 1px 5px 0 rgba(0,0,0,0.1);box-shadow:0 1px 5px 0 rgba(0,0,0,0.1)}.sgcc-main-wrapper.hidden{display:none}.sgcc-main-wrapper .sgcc-cookies{position:relative;padding:30px 30px 30px 55px}.sgcc-main-wrapper .sgcc-cookies .cookie-icon{position:absolute;left:15px;right:auto;top:35px;bottom:auto;font-size:26px;color:#222}.sgcc-main-wrapper .message-block{margin-bottom:15px}.sgcc-main-wrapper .sgcc-cookies{color:#222}.sgcc-main-wrapper .sgcc-cookies p{font-size:15px;line-height:1.8;margin:0;padding:0;text-decoration:none}.sgcc-main-wrapper .sgcc-cookies a{display:inline;color:#222;text-transform:inherit;text-decoration:underline;font-weight:normal}.sgcc-main-wrapper .sgcc-cookies a:hover{color:#4CC500;text-decoration:underline;text-transform:inherit}.sgcc-main-wrapper .sgcc-cookies a:focus{outline:none}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button{color:#fff;background:transparent;background-color:#222;border:1px solid transparent;text-decoration:none;font-size:15px;font-weight:normal;line-height:1;height:auto;padding:12px 20px;border-radius:4px;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,0.1);-ms-box-shadow:0 1px 4px 0 rgba(0,0,0,0.1);box-shadow:0 1px 4px 0 rgba(0,0,0,0.1);-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button:focus{outline:none}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button:hover{font-size:15px;font-weight:normal;line-height:1;height:auto;color:snow;background:#4cc500;border-color:transparent;border-radius:4px}.sgcc-main-wrapper .sgcc-cookies .close{position:absolute;top:-15px;right:-15px;display:block;width:30px;height:30px;line-height:34px;cursor:pointer;text-align:center;font-size:15px;color:#ffffff;background-color:#333333;border-radius:100%;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,0.2);-ms-box-shadow:0 1px 4px 0 rgba(0,0,0,0.2);box-shadow:0 1px 4px 0 rgba(0,0,0,0.2);-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.sgcc-main-wrapper .sgcc-cookies .close:focus{outline:none}.sgcc-main-wrapper .sgcc-cookies .close:hover{color:#fff;background-color:#4cc500}@media (max-width: 600px){.sgcc-main-wrapper{max-width:400px}}@media (max-width: 460px){.sgcc-main-wrapper{max-width:300px}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button{padding:12px 20px}}@media (max-width: 360px){.sgcc-main-wrapper{max-width:270px}}@-webkit-keyframes sgccfadeinup{from{opacity:0;-webkit-transform:translate3d(0, 20%, 0);transform:translate3d(0, 20%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes sgccfadeinup{from{opacity:0;-webkit-transform:translate3d(0, 20%, 0);transform:translate3d(0, 20%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.sgccfadeinup{-webkit-animation-name:sgccfadeinup;animation-name:sgccfadeinup}
    2 
     1@font-face{font-display:block;font-family:sgcc;font-style:normal;font-weight:400;src:url(../fonts/sgcc.eot?p5z9ur);src:url(../fonts/sgcc.eot?p5z9ur#iefix) format("embedded-opentype"),url(../fonts/sgcc.ttf?p5z9ur) format("truetype"),url(../fonts/sgcc.woff?p5z9ur) format("woff"),url(../fonts/sgcc.svg?p5z9ur#sgcc) format("svg")}.sgcc{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:sgcc!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.sgcc-icon-close:before{content:"\e900"}.sgcc-icon-cookie:before{content:"\e901"}.sgcc-main-wrapper{-webkit-animation:sgccfadeinup .9s .7s both;animation:sgccfadeinup .9s .7s both;background-color:#fbf01e;border-radius:3px;bottom:30px;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.1);-ms-box-shadow:0 1px 5px 0 rgba(0,0,0,.1);box-shadow:0 1px 5px 0 rgba(0,0,0,.1);opacity:1;position:fixed;right:30px;-webkit-transition:opacity .2s linear 1s,visibility .2s linear 1s;transition:opacity .2s linear 1s,visibility .2s linear 1s;visibility:visible;width:450px;z-index:99999999}.sgcc-main-wrapper.hidden{display:none}.sgcc-main-wrapper .sgcc-cookies{padding:30px 30px 30px 55px;position:relative}.sgcc-main-wrapper .sgcc-cookies .cookie-icon{bottom:auto;color:#222;font-size:26px;left:15px;position:absolute;right:auto;top:35px}.sgcc-main-wrapper .message-block{margin-bottom:15px}.sgcc-main-wrapper .sgcc-cookies{color:#222}.sgcc-main-wrapper .sgcc-cookies p{font-size:15px;line-height:1.8;margin:0;padding:0;text-decoration:none}.sgcc-main-wrapper .sgcc-cookies a{color:#222;display:inline;font-weight:400;text-decoration:underline;text-transform:inherit}.sgcc-main-wrapper .sgcc-cookies a:hover{color:#4cc500;text-decoration:underline;text-transform:inherit}.sgcc-main-wrapper .sgcc-cookies a:focus{outline:none}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button{background:transparent;background-color:#222;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.1);-ms-box-shadow:0 1px 4px 0 rgba(0,0,0,.1);box-shadow:0 1px 4px 0 rgba(0,0,0,.1);color:#fff;font-size:15px;font-weight:400;height:auto;line-height:1;padding:12px 20px;text-decoration:none;-webkit-transition:all .5s ease;transition:all .5s ease}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button:focus{outline:none}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button:hover{background:#4cc500;border-color:transparent;border-radius:4px;color:snow;font-size:15px;font-weight:400;height:auto;line-height:1}.sgcc-main-wrapper .sgcc-cookies .close{background-color:#333;border-radius:100%;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.2);-ms-box-shadow:0 1px 4px 0 rgba(0,0,0,.2);box-shadow:0 1px 4px 0 rgba(0,0,0,.2);color:#fff;cursor:pointer;display:block;font-size:15px;height:30px;line-height:34px;position:absolute;right:-15px;text-align:center;top:-15px;-webkit-transition:all .5s ease;transition:all .5s ease;width:30px}.sgcc-main-wrapper .sgcc-cookies .close:focus{outline:none}.sgcc-main-wrapper .sgcc-cookies .close:hover{background-color:#4cc500;color:#fff}@media (max-width:600px){.sgcc-main-wrapper{max-width:400px}}@media (max-width:460px){.sgcc-main-wrapper{max-width:300px}.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button{padding:12px 20px}}@media (max-width:360px){.sgcc-main-wrapper{max-width:270px}}@-webkit-keyframes sgccfadeinup{0%{opacity:0;-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes sgccfadeinup{0%{opacity:0;-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.sgccfadeinup{-webkit-animation-name:sgccfadeinup;animation-name:sgccfadeinup}
    32/*# sourceMappingURL=simple-gdpr-cookie-compliance-public.css.map */
  • simple-gdpr-cookie-compliance/trunk/public/assets/build/css/simple-gdpr-cookie-compliance-public.css.map

    r2662024 r2770232  
    1 {
    2 "version": 3,
    3 "mappings": "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",
    4 "sources": ["../../src/scss/font/_font.scss","../../src/scss/variable/_variables.scss","../../src/scss/custom/_custom.scss","../../src/scss/custom/_responsive.scss","../../src/scss/custom/_keyframe.scss"],
    5 "names": [],
    6 "file": "simple-gdpr-cookie-compliance-public.css"
    7 }
     1{"version":3,"sources":["font/_font.scss","index.css","custom/_custom.scss","variable/_variables.scss","custom/_responsive.scss","custom/_keyframe.scss"],"names":[],"mappings":"AAEA,WAUI,kBAAA,CARA,gBAAA,CAOA,iBAAA,CADA,eAAA,CALA,iCAAA,CACA,mNCYJ,CDHA,MAKI,UAAA,CAQA,kCAAA,CACA,iCAAA,CAVA,0BAAA,CAEA,iBAAA,CAEA,mBAAA,CADA,eAAA,CAGA,aAAA,CADA,mBCOJ,CDGI,wBACI,eCAR,CDMI,yBACI,eCHR,CCpCA,mBAYI,2CAAA,CACA,mCAAA,CAJA,wBCT2B,CDU3B,iBAAA,CALA,WAAA,CASA,6CAAA,CAEA,yCAAA,CACA,qCAAA,CAXA,SAAA,CAJA,cAAA,CAEA,UAAA,CAOA,iEAAA,CAAA,yDAAA,CAJA,kBAAA,CACA,WAAA,CALA,gBDoDJ,CCnCA,0BAEI,YDqCJ,CClCA,iCAGI,2BAAA,CADA,iBDqCJ,CCjCA,8CAMI,WAAA,CAEA,UC7B8B,CD4B9B,cAAA,CAJA,SAAA,CADA,iBAAA,CAEA,UAAA,CACA,QDsCJ,CChCA,kCAEI,kBDkCJ,CC/BA,iCAEI,UDiCJ,CC9BA,mCAEI,cAAA,CACA,eAAA,CACA,QAAA,CACA,SAAA,CACA,oBDgCJ,CC7BA,mCAGI,UC1D0B,CDyD1B,cAAA,CAIA,eAAA,CADA,yBAAA,CADA,sBDiCJ,CC5BA,yCAEI,aCjE8B,CDkE9B,yBAAA,CACA,sBD8BJ,CC3BA,yCAEI,YD6BJ,CC1BA,6EAGI,sBAAA,CACA,qBCnEuC,CDoEvC,4BAAA,CASA,iBAAA,CACA,6CAAA,CAEA,yCAAA,CACA,qCAAA,CAhBA,UC/DyC,CDoEzC,cAAA,CACA,eAAA,CAEA,WAAA,CADA,aAAA,CAEA,iBAAA,CALA,oBAAA,CAaA,+BAAA,CAIA,uBD4BJ,CCzBA,mFAEI,YD2BJ,CCxBA,mFAOI,kBCpG2C,CDqG3C,wBCjGmD,CDoGnD,iBAAA,CALA,UCjG6C,CD6F7C,cAAA,CACA,eAAA,CAEA,WAAA,CADA,aDiCJ,CCpBA,wCAaI,qBAAA,CAKA,kBAAA,CACA,6CAAA,CAEA,yCAAA,CACA,qCAAA,CAVA,UAAA,CAHA,cAAA,CAJA,aAAA,CAMA,cAAA,CAJA,WAAA,CACA,gBAAA,CANA,iBAAA,CAEA,WAAA,CAMA,iBAAA,CAPA,SAAA,CAoBA,+BAAA,CAIA,uBAAA,CArBA,UD2CJ,CCnBA,8CAEI,YDqBJ,CClBA,8CAGI,wBC1JoC,CDyJpC,UDqBJ,CG7LA,yBAEI,mBAEG,eH8LL,CACF,CG3LA,yBAEI,mBAEG,eH2LL,CGxLE,6EAEC,iBHyLH,CACF,CGtLA,yBAEI,mBAEG,eHsLL,CACF,CI/MA,gCAEE,GACE,SAAA,CACA,sCAAA,CACA,8BJgNF,CI7MA,GACE,SAAA,CACA,+BAAA,CACA,uBJ+MF,CACF,CI5MA,wBACE,GACE,SAAA,CACA,sCAAA,CACA,8BJ8MF,CI3MA,GACE,SAAA,CACA,+BAAA,CACA,uBJ6MF,CACF,CI1MA,cAEE,mCAAA,CACA,2BJ2MF","file":"simple-gdpr-cookie-compliance-public.css","sourcesContent":["// font file\n\n@font-face {\n\n    font-family: '#{$icomoon-font-family}';\n    src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?p5z9ur');\n    src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?p5z9ur#iefix') format('embedded-opentype'),\n    url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?p5z9ur') format('truetype'),\n    url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?p5z9ur') format('woff'),\n    url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?p5z9ur##{$icomoon-font-family}') format('svg');\n    font-weight: normal;\n    font-style: normal;\n    font-display: block;\n}\n\n.sgcc {\n\n    /* use !important to prevent issues with browser extensions that change fonts */\n    \n    font-family: '#{$icomoon-font-family}' !important;\n    speak: none;\n    font-style: normal;\n    font-weight: normal;\n    font-variant: normal;\n    text-transform: none;\n    line-height: 1;\n\n    /* Better Font Rendering =========== */\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n}\n\n.sgcc-icon-close {\n\n    &:before {\n        content: $sgcc-icon-close;\n    }\n}\n\n.sgcc-icon-cookie {\n\n    &:before {\n        content: $sgcc-icon-cookie;\n    }\n}","/**\n=======================================================\n\n- Project : Simple GDPR Cookie Complience\n\n- Author: Themebeez\n\n- Author url : https://themebeez.com/\n\n======================================================================================\n*/\n@font-face {\n  font-family: \"sgcc\";\n  src: url(\"../fonts/sgcc.eot?p5z9ur\");\n  src: url(\"../fonts/sgcc.eot?p5z9ur#iefix\") format(\"embedded-opentype\"), url(\"../fonts/sgcc.ttf?p5z9ur\") format(\"truetype\"), url(\"../fonts/sgcc.woff?p5z9ur\") format(\"woff\"), url(\"../fonts/sgcc.svg?p5z9ur#sgcc\") format(\"svg\");\n  font-weight: normal;\n  font-style: normal;\n  font-display: block;\n}\n.sgcc {\n  /* use !important to prevent issues with browser extensions that change fonts */\n  font-family: \"sgcc\" !important;\n  speak: none;\n  font-style: normal;\n  font-weight: normal;\n  font-variant: normal;\n  text-transform: none;\n  line-height: 1;\n  /* Better Font Rendering =========== */\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n\n.sgcc-icon-close:before {\n  content: \"\\e900\";\n}\n\n.sgcc-icon-cookie:before {\n  content: \"\\e901\";\n}\n\n.sgcc-main-wrapper {\n  position: fixed;\n  z-index: 99999999;\n  right: 30px;\n  bottom: 30px;\n  opacity: 1;\n  visibility: visible;\n  width: 450px;\n  background-color: #fbf01e;\n  border-radius: 3px;\n  transition: opacity 0.2s linear 1s, visibility 0.2s linear 1s;\n  -webkit-animation: 0.9s 0.7s sgccfadeinup both;\n  animation: 0.9s 0.7s sgccfadeinup both;\n  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);\n  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);\n  -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);\n  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);\n}\n\n.sgcc-main-wrapper.hidden {\n  display: none;\n}\n\n.sgcc-main-wrapper .sgcc-cookies {\n  position: relative;\n  padding: 30px 30px 30px 55px;\n}\n\n.sgcc-main-wrapper .sgcc-cookies .cookie-icon {\n  position: absolute;\n  left: 15px;\n  right: auto;\n  top: 35px;\n  bottom: auto;\n  font-size: 26px;\n  color: #222222;\n}\n\n.sgcc-main-wrapper .message-block {\n  margin-bottom: 15px;\n}\n\n.sgcc-main-wrapper .sgcc-cookies {\n  color: #222222;\n}\n\n.sgcc-main-wrapper .sgcc-cookies p {\n  font-size: 15px;\n  line-height: 1.8;\n  margin: 0;\n  padding: 0;\n  text-decoration: none;\n}\n\n.sgcc-main-wrapper .sgcc-cookies a {\n  display: inline;\n  color: #222222;\n  text-transform: inherit;\n  text-decoration: underline;\n  font-weight: normal;\n}\n\n.sgcc-main-wrapper .sgcc-cookies a:hover {\n  color: #4CC500;\n  text-decoration: underline;\n  text-transform: inherit;\n}\n\n.sgcc-main-wrapper .sgcc-cookies a:focus {\n  outline: none;\n}\n\n.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button {\n  color: #ffffff;\n  background: transparent;\n  background-color: #222222;\n  border: 1px solid transparent;\n  text-decoration: none;\n  font-size: 15px;\n  font-weight: normal;\n  line-height: 1;\n  height: auto;\n  padding: 12px 20px;\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);\n  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);\n  -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);\n  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);\n  -webkit-transition: all 0.5s ease;\n  -moz-transition: all 0.5s ease;\n  -ms-transition: all 0.5s ease;\n  -o-transition: all 0.5s ease;\n  transition: all 0.5s ease;\n}\n\n.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button:focus {\n  outline: none;\n}\n\n.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button:hover {\n  font-size: 15px;\n  font-weight: normal;\n  line-height: 1;\n  height: auto;\n  color: #fffafa;\n  background: #4cc500;\n  border-color: transparent;\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n}\n\n.sgcc-main-wrapper .sgcc-cookies .close {\n  position: absolute;\n  top: -15px;\n  right: -15px;\n  display: block;\n  width: 30px;\n  height: 30px;\n  line-height: 34px;\n  cursor: pointer;\n  text-align: center;\n  font-size: 15px;\n  color: #ffffff;\n  background-color: #333333;\n  -webkit-border-radius: 100%;\n  -moz-border-radius: 100%;\n  -o-border-radius: 100%;\n  -ms-border-radius: 100%;\n  border-radius: 100%;\n  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);\n  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);\n  -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);\n  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);\n  -webkit-transition: all 0.5s ease;\n  -moz-transition: all 0.5s ease;\n  -ms-transition: all 0.5s ease;\n  -o-transition: all 0.5s ease;\n  transition: all 0.5s ease;\n}\n\n.sgcc-main-wrapper .sgcc-cookies .close:focus {\n  outline: none;\n}\n\n.sgcc-main-wrapper .sgcc-cookies .close:hover {\n  color: #ffffff;\n  background-color: #4cc500;\n}\n\n@media (max-width: 600px) {\n  .sgcc-main-wrapper {\n    max-width: 400px;\n  }\n}\n@media (max-width: 460px) {\n  .sgcc-main-wrapper {\n    max-width: 300px;\n  }\n  .sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button {\n    padding: 12px 20px;\n  }\n}\n@media (max-width: 360px) {\n  .sgcc-main-wrapper {\n    max-width: 270px;\n  }\n}\n@-webkit-keyframes sgccfadeinup {\n  from {\n    opacity: 0;\n    -webkit-transform: translate3d(0, 20%, 0);\n    transform: translate3d(0, 20%, 0);\n  }\n  to {\n    opacity: 1;\n    -webkit-transform: translate3d(0, 0, 0);\n    transform: translate3d(0, 0, 0);\n  }\n}\n@keyframes sgccfadeinup {\n  from {\n    opacity: 0;\n    -webkit-transform: translate3d(0, 20%, 0);\n    transform: translate3d(0, 20%, 0);\n  }\n  to {\n    opacity: 1;\n    -webkit-transform: translate3d(0, 0, 0);\n    transform: translate3d(0, 0, 0);\n  }\n}\n.sgccfadeinup {\n  -webkit-animation-name: sgccfadeinup;\n  animation-name: sgccfadeinup;\n}","\n// custom styles for GDPR notice box\n\n.sgcc-main-wrapper {\n\n    position: fixed;\n    z-index: 99999999;\n    right: 30px;\n    bottom: 30px;\n    opacity: 1;\n    visibility: visible;\n    width:450px;\n    background-color: $sgcc-box-bg-colour;\n    border-radius: 3px;\n    transition: opacity .2s linear 1s, visibility .2s linear 1s;\n    -webkit-animation: 0.9s 0.7s sgccfadeinup both;\n    animation: 0.9s 0.7s sgccfadeinup both;\n    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);\n    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);\n    -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);\n    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);\n}\n\n.sgcc-main-wrapper.hidden {\n\n    display:none; \n}\n\n.sgcc-main-wrapper .sgcc-cookies {\n\n    position: relative;\n    padding: 30px 30px 30px 55px;\n}\n\n.sgcc-main-wrapper .sgcc-cookies .cookie-icon {\n    \n    position: absolute;\n    left: 15px;\n    right:auto;\n    top: 35px;\n    bottom:auto;\n    font-size: 26px;\n    color:$sgcc-cookie-icon-colour;\n}\n\n.sgcc-main-wrapper .message-block {\n\n    margin-bottom: 15px;\n}\n\n.sgcc-main-wrapper .sgcc-cookies {\n\n    color: $sgcc-box-text-colour;\n}\n\n.sgcc-main-wrapper .sgcc-cookies p {\n\n    font-size: 15px;\n    line-height: 1.8;\n    margin: 0;\n    padding: 0;\n    text-decoration: none;\n}\n\n.sgcc-main-wrapper .sgcc-cookies a {\n\n    display: inline;\n    color: $sgcc-links-colour;\n    text-transform: inherit;\n    text-decoration: underline;\n    font-weight: normal;\n}\n\n.sgcc-main-wrapper .sgcc-cookies a:hover {\n\n    color: $sgcc-links-hover-colour;\n    text-decoration:underline;\n    text-transform:inherit;\n}\n\n.sgcc-main-wrapper .sgcc-cookies a:focus {\n\n    outline:none;\n}\n\n.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button {\n    \n    color:$sgcc-cookies-compliance-button-color;\n    background:transparent;\n    background-color:$sgcc-cookies-compliance-button-bg;\n    border:1px solid $sgcc-cookies-compliance-button-border-color;\n    text-decoration:none;\n    font-size: 15px;\n    font-weight:normal;\n    line-height:1;\n    height:auto;\n    padding:12px 20px;\n    -webkit-border-radius: 4px;\n    -moz-border-radius: 4px;\n    border-radius: 4px;\n    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);\n    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);\n    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);\n    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);\n    -webkit-transition: all 0.5s ease;\n    -moz-transition: all 0.5s ease;\n    -ms-transition: all 0.5s ease;\n    -o-transition: all 0.5s ease;\n    transition: all 0.5s ease;\n}\n\n.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button:focus {\n\n    outline:none;\n}\n\n.sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button:hover {\n    \n    font-size: 15px;\n    font-weight:normal;\n    line-height:1;\n    height:auto;\n    color:$sgcc-cookies-compliance-button-hover-color;\n    background:$sgcc-cookies-compliance-button-hover-bg;\n    border-color:$sgcc-cookies-compliance-button-border-hover-color;\n    -webkit-border-radius: 4px;\n    -moz-border-radius: 4px;\n    border-radius: 4px;\n}\n\n\n// close icon \n\n.sgcc-main-wrapper .sgcc-cookies .close {\n\n    position: absolute;\n    top: -15px;\n    right: -15px;\n    display: block;\n    width: 30px;\n    height: 30px;\n    line-height: 34px;\n    cursor: pointer;\n    text-align: center;\n    font-size: 15px;\n    color: #ffffff;\n    background-color: #333333;\n    -webkit-border-radius: 100%;\n    -moz-border-radius: 100%;\n    -o-border-radius: 100%;\n    -ms-border-radius: 100%;\n    border-radius: 100%;\n    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);\n    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);\n    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);\n    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);\n    -webkit-transition: all 0.5s ease;\n    -moz-transition: all 0.5s ease;\n    -ms-transition: all 0.5s ease;\n    -o-transition: all 0.5s ease;\n    transition: all 0.5s ease;\n}\n\n.sgcc-main-wrapper .sgcc-cookies .close:focus {\n\n    outline:none;\n}\n\n.sgcc-main-wrapper .sgcc-cookies .close:hover {\n    \n    color:$sgcc-close-btn-hover-colour;\n    background-color:$sgcc-close-btn-hover-bg-colour;\n}","\n// variable colors \n\n$sgcc-box-bg-colour\t\t\t\t\t\t\t\t\t\t\t:#fbf01e;  // Main box color\n\n// text colour\n\n$sgcc-box-text-colour\t\t\t\t\t\t\t\t\t\t:#222222;\n\n$sgcc-links-colour\t\t\t\t\t\t\t\t\t\t\t:#222222;  // links color\n$sgcc-links-hover-colour\t\t\t\t\t\t\t\t\t:#4CC500;  // links hover color\n\n// Cookie icon\n$sgcc-cookie-icon-colour\t\t\t\t\t\t\t\t\t:#222222; // icon font\n\n// close button\n$sgcc-close-btn-bg-colour\t\t\t\t\t\t\t\t\t:#222222;\n$sgcc-close-btn-hover-bg-colour\t\t\t\t\t\t\t\t:#4cc500;\n$sgcc-close-btn-colour\t\t\t\t\t\t\t\t\t\t:#ffffff;\n$sgcc-close-btn-hover-colour\t\t\t\t\t\t\t\t:#ffffff;\n\n// I accept buttons\n$sgcc-cookies-compliance-button-bg \t\t\t\t\t\t\t:#222222;\n$sgcc-cookies-compliance-button-hover-bg \t\t\t\t\t:#4cc500;\n$sgcc-cookies-compliance-button-color \t\t\t\t\t\t:#ffffff;\n$sgcc-cookies-compliance-button-hover-color \t\t\t\t:#fffafa;\n$sgcc-cookies-compliance-button-border-color \t\t\t\t:transparent;\n$sgcc-cookies-compliance-button-border-hover-color \t\t\t:transparent;\n\n// variables for font \n\n$icomoon-font-family\t\t\t\t\t\t\t\t\t\t: \"sgcc\" !default;\n$icomoon-font-path\t\t\t\t\t\t\t\t\t\t\t: \"../fonts\" !default;\n$sgcc-icon-close\t\t\t\t\t\t\t\t\t\t\t: \"\\e900\";\n$sgcc-icon-cookie\t\t\t\t\t\t\t\t\t\t\t: \"\\e901\";","// responsive\n\n@media ( max-width: 600px ) { \n\n    .sgcc-main-wrapper {\n\n       max-width: 400px;\n    }\n}\n\n@media ( max-width: 460px ) { \n\n    .sgcc-main-wrapper {\n\n       max-width: 300px;\n    }\n\n    .sgcc-main-wrapper .cookie-compliance-button-block .cookie-compliance-button {\n\n    \tpadding:12px 20px;\n    }\n}\n\n@media ( max-width: 360px ) { \n\n    .sgcc-main-wrapper {\n\n       max-width: 270px;\n    }\n}\n","\n// keyframes\n\n@-webkit-keyframes sgccfadeinup {\n\n  from {\n    opacity: 0;\n    -webkit-transform: translate3d(0, 20%, 0);\n    transform: translate3d(0, 20%, 0);\n  }\n\n  to {\n    opacity: 1;\n    -webkit-transform: translate3d(0, 0, 0);\n    transform: translate3d(0, 0, 0);\n  }\n}\n\n@keyframes sgccfadeinup {\n  from {\n    opacity: 0;\n    -webkit-transform: translate3d(0, 20%, 0);\n    transform: translate3d(0, 20%, 0);\n  }\n\n  to {\n    opacity: 1;\n    -webkit-transform: translate3d(0, 0, 0);\n    transform: translate3d(0, 0, 0);\n  }\n}\n\n.sgccfadeinup {\n\n  -webkit-animation-name: sgccfadeinup;\n  animation-name: sgccfadeinup;\n}"]}
  • simple-gdpr-cookie-compliance/trunk/public/assets/build/js/simple-gdpr-cookie-compliance-public.js

    r2662024 r2770232  
    1 
    2 (function($) {
    3 
    4     'use strict';
    5 
    6     var s_GDPR_C_C_Cookie = {
    7 
    8         setCookie : function( name, value, days ) {
    9 
    10             var todayDate   = new Date();
    11             var expireDate  = new Date();
    12             var cookie_dfn  = '';
    13        
    14             if( days > 0 ) {
    15 
    16                 expireDate.setTime( todayDate.getTime() + ( days * 24 * 60 * 60 * 1000 ) );
    17 
    18                 cookie_dfn = name + "=" + value +"; expires=" + expireDate.toUTCString() + "; path=/";
    19             } else {
    20 
    21                 cookie_dfn = name + "=" + value + "; path=/";
    22             }
    23 
    24             document.cookie = cookie_dfn;
    25         },
    26 
    27         getCookie : function( name ) {
    28 
    29             var cookieName = name + "=";
    30             var decodedCookie = decodeURIComponent( document.cookie );
    31             var ca = decodedCookie.split(';');
    32 
    33             for( var i = 0; i <ca.length; i++ ) {
    34 
    35                 var c = ca[i];
    36 
    37                 while( c.charAt(0) == ' ' ) {
    38 
    39                     c = c.substring(1);
    40                 }
    41 
    42                 if( c.indexOf( cookieName ) == 0 ) {
    43 
    44                     return c.substring( cookieName.length, c.length );
    45                 }
    46             }
    47 
    48             return "";
    49         }
    50     }
    51 
    52     // Document ready function
    53 
    54     $(document).ready(function() {
    55 
    56         var no_Days         = noticeObj.cookie_expire_time;
    57 
    58         var bgOverlayEle = $('#s-gdpr-c-c-bg-overlay');
    59 
    60         if( s_GDPR_C_C_Cookie.getCookie( 's_gdpr_c_c_cookie' ) == 'on' ) {
    61 
    62             $('.sgcc-main-wrapper').addClass('hidden');
    63         } else {
    64 
    65             $( '.sgcc-main-wrapper' ).removeClass('hidden');
    66         }
    67 
    68         $( 'body' ).on( 'click', '#close-sgcc', function() {
    69 
    70             $('.sgcc-main-wrapper').addClass('hidden');
    71 
    72             if ( bgOverlayEle ) {
    73                 bgOverlayEle.hide();
    74             }
    75         } );
    76 
    77         $( 'body' ).on( 'click', '#sgcc-accept', function(e) {
    78 
    79             e.preventDefault();
    80 
    81             s_GDPR_C_C_Cookie.setCookie( 's_gdpr_c_c_cookie', 'on', no_Days );
    82 
    83             $('.sgcc-main-wrapper').addClass('hidden');
    84 
    85             if ( bgOverlayEle ) {
    86                 bgOverlayEle.hide();
    87             }
    88         } );
    89     } );
    90 
    91 })(jQuery);
     1"use strict";!function(r){function e(){var o=parseInt(simpleGDPRCCJsObj.cookieExpireTime);r(document).on("click","#sgcc-accept",function(e){var n,c,i,s,t;e.preventDefault(),e="s_gdpr_c_c_cookie",n="on",c=o,i=new Date,s=new Date,t="",t=0<c?(s.setTime(i.getTime()+24*c*60*60*1e3),e+"="+n+"; expires="+s.toUTCString()):e+"="+n,"1"==simpleGDPRCCJsObj.isMultisite&&("1"!==simpleGDPRCCJsObj.subdomainInstall?t+="; path="+simpleGDPRCCJsObj.path:t+="; path=/"),document.cookie=t,r(".sgcc-main-wrapper").addClass("hidden"),a&&a.hide()})}function n(){"on"==function(e){for(var n=e+"=",c=decodeURIComponent(document.cookie).split(";"),i=0;i<c.length;i++){for(var s=c[i];" "==s.charAt(0);)s=s.substring(1);if(0==s.indexOf(n))return s.substring(n.length,s.length)}return""}("s_gdpr_c_c_cookie")?r(".sgcc-main-wrapper").addClass("hidden"):r(".sgcc-main-wrapper").removeClass("hidden")}var a=r("#s-gdpr-c-c-bg-overlay");r(document).ready(function(){r(document).on("click","#close-sgcc",function(){r(".sgcc-main-wrapper").addClass("hidden"),a&&a.hide()}),e(),n()})}(jQuery);
  • simple-gdpr-cookie-compliance/trunk/public/class-simple-gdpr-cookie-compliance-public.php

    r2662024 r2770232  
    9797
    9898        $noticeObjArray = array(
    99             'cookie_expire_time' => 1,
     99            'cookieExpireTime' => (int) $simple_gdpr_cookie_compliance_options['cookie_expire_time'],
    100100        );
    101101
    102         if( ! empty( $simple_gdpr_cookie_compliance_options['cookie_expire_time'] ) ) {
    103 
    104             $noticeObjArray['cookie_expire_time'] = absint( $simple_gdpr_cookie_compliance_options['cookie_expire_time'] );
    105         }
    106 
    107         wp_localize_script( $this->plugin_name, 'noticeObj', $noticeObjArray );
     102        if ( is_multisite() ) {
     103            $noticeObjArray['isMultisite'] = true;
     104            if ( SUBDOMAIN_INSTALL === false ) {
     105                $noticeObjArray['subdomainInstall'] = false;
     106                $noticeObjArray['path'] = get_site()->path;
     107            } else {
     108                $noticeObjArray['subdomainInstall'] = true;
     109            }
     110        } else {
     111            $noticeObjArray['isMultisite'] = false;
     112        }
     113
     114        wp_localize_script( $this->plugin_name, 'simpleGDPRCCJsObj', $noticeObjArray );
    108115
    109116        wp_enqueue_script( $this->plugin_name );
  • simple-gdpr-cookie-compliance/trunk/simple-gdpr-cookie-compliance.php

    r2662024 r2770232  
    55 * Plugin URI:        https://themebeez.com/plugins/simple-gdpr-cookie-compliance
    66 * Description:       Simple GDPR Cookie Compliance is a simple notifier to inform users that your site uses of cookies and show your complies with EU GDPR cookie law and CCPA regulations.
    7  * Version:           1.0.8
     7 * Version:           1.0.9
    88 * Author:            themebeez
    99 * Author URI:        https://themebeez.com/
     
    2424 * Rename this for your plugin and update it as you release new versions.
    2525 */
    26 define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_VERSION', '1.0.8' );
     26define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_VERSION', '1.0.9' );
    2727define( 'SIMPLE_GDPR_COOKIE_COMPLIANCE_BASENAME', plugin_basename( __FILE__ ) );
    2828
     
    7373    $plugin = new Simple_GDPR_Cookie_Compliance();
    7474    $plugin->run();
    75 
    7675}
    7776run_simple_gdpr_cookie_compliance();
Note: See TracChangeset for help on using the changeset viewer.