Plugin Directory


Ignore:
Timestamp:
03/13/2023 07:16:48 AM (3 years ago)
Author:
MooveAgency
Message:

Version 4.10.3 released

Location:
gdpr-cookie-compliance
Files:
99 added
16 edited

Legend:

Unmodified
Added
Removed
  • gdpr-cookie-compliance/trunk/class-gdpr-modules.php

    r2871673 r2878897  
    9393        $tab_title           = isset( $modal_options[ 'moove_gdpr_privacy_overview_tab_title' . $wpml_lang ] ) && $modal_options[ 'moove_gdpr_privacy_overview_tab_title' . $wpml_lang ] ? $modal_options[ 'moove_gdpr_privacy_overview_tab_title' . $wpml_lang ] : __( 'Privacy Overview', 'gdpr-cookie-compliance' );
    9494        $data                = new stdClass();
    95         $data->logo_position = isset( $modal_options['moove_gdpr_logo_position'] ) ? $modal_options['moove_gdpr_logo_position'] : 'left';
     95        $data->logo_position = apply_filter( 'gdpr_logo_position', 'left' );
    9696        $data->theme         = 'moove_gdpr_modal_theme_' . $layout;
    9797        $modal_theme         = 'moove_gdpr_modal_theme_' . $layout;
  • gdpr-cookie-compliance/trunk/class-moove-gdpr-actions.php

    r2871673 r2878897  
    527527                    <span>
    528528                        <i class="dashicons dashicons-lock"></i>
    529                         <h4>This feature is not supported in this version of the Premium Add-on.</h4>
    530                         <p><strong><a href="<?php echo esc_url( admin_url( 'admin.php' ) ); ?>?page=moove-gdpr&amp;tab=licence" class="gdpr_admin_link">Activate your licence</a> to download the latest version of the Premium Add-on.</strong></p>
    531                         <p class="gdpr_license_info">Don’t have a valid licence key yet? <br><a href="<?php echo esc_url( MOOVE_SHOP_URL ); ?>/my-account" target="_blank" class="gdpr_admin_link">Login to your account</a> to generate the key or <a href="https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/" class="gdpr_admin_link" target="_blank">buy a new licence here</a>.</p>
     529                        <h4><?php esc_html_e( 'This feature is not supported in this version of the Premium Add-on.', 'gdpr-cookie-compliance' ); ?></h4>
     530                        <p><strong><a href="<?php echo esc_url( admin_url( 'admin.php' ) ); ?>?page=moove-gdpr&amp;tab=licence" class="gdpr_admin_link"><?php esc_html_e( 'Activate your licence', 'gdpr-cookie-compliance' ); ?></a> <?php esc_html_e( 'to download the latest version of the Premium Add-on', 'gdpr-cookie-compliance' ); ?>.</strong></p>
     531                        <p class="gdpr_license_info"><?php esc_html_e( 'Don’t have a valid licence key yet?', 'gdpr-cookie-compliance' ); ?> <br><a href="<?php echo esc_url( MOOVE_SHOP_URL ); ?>/my-account" target="_blank" class="gdpr_admin_link"><?php esc_html_e( 'Login to your account', 'gdpr-cookie-compliance' ); ?></a> <?php esc_html_e( 'to generate the key or', 'gdpr-cookie-compliance' ); ?> <a href="https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/" class="gdpr_admin_link" target="_blank"><?php esc_html_e( 'buy a new licence here', 'gdpr-cookie-compliance' ); ?></a>.</p>
    532532                        <br />
    533533
    534                         <a href="https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/" target="_blank" class="plugin-buy-now-btn">Buy Now</a>
     534                        <a href="https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/" target="_blank" class="plugin-buy-now-btn"><?php esc_html_e( 'Buy Now', 'gdpr-cookie-compliance' ); ?></a>
    535535                    </span>
    536536
     
    551551                    ?>
    552552                    <?php if ( $gdpr_key && isset( $gdpr_key['deactivation'] ) ) : ?>
    553                         <p><strong><a href="<?php echo esc_url( admin_url( 'admin.php' ) ); ?>?page=moove-gdpr&amp;tab=licence" class="gdpr_admin_link">Activate your licence</a> or <a href="https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/" class="gdpr_admin_link" target="_blank">buy a new licence here</a></strong></p>
     553                        <p><strong><a href="<?php echo esc_url( admin_url( 'admin.php' ) ); ?>?page=moove-gdpr&amp;tab=licence" class="gdpr_admin_link"><?php esc_html_e( 'Activate your licence', 'gdpr-cookie-compliance' ); ?></a> <?php esc_html_e( 'or', 'gdpr-cookie-compliance' ); ?> <a href="https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/" class="gdpr_admin_link" target="_blank"><?php esc_html_e( 'buy a new licence here', 'gdpr-cookie-compliance' ); ?></a></strong></p>
    554554                        <?php else : ?>
    555                             <p><strong>Do you have a licence key? <br />Insert your license key to the "<a href="<?php echo esc_url( admin_url( 'admin.php' ) ); ?>?page=moove-gdpr&amp;tab=licence" class="gdpr_admin_link">Licence Manager</a>" and activate it.</strong></p>
     555                            <p><strong><?php esc_html_e( 'Do you have a licence key?', 'gdpr-cookie-compliance' ); ?> <br /><?php esc_html_e( 'Insert your license key to the', 'gdpr-cookie-compliance' ); ?> "<a href="<?php echo esc_url( admin_url( 'admin.php' ) ); ?>?page=moove-gdpr&amp;tab=licence" class="gdpr_admin_link"><?php esc_html_e( 'Licence Manager', 'gdpr-cookie-compliance' ); ?></a>" <?php esc_html_e( 'and activate it', 'gdpr-cookie-compliance' ); ?>.</strong></p>
    556556
    557557                        <?php endif; ?>
    558558                        <br />
    559559
    560                         <a href="https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/" target="_blank" class="plugin-buy-now-btn">Buy Now</a>
     560                        <a href="https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/" target="_blank" class="plugin-buy-now-btn"><?php esc_html_e( 'Buy Now', 'gdpr-cookie-compliance' ); ?></a>
    561561                    </span>
    562562
     
    620620        $option_name          = $gdpr_default_content->moove_gdpr_get_option_name();
    621621        $modal_options        = get_option( $option_name );
    622         $force_reload         = apply_filters( 'gdpr_force_reload', false );
     622        $force_reload            = isset( $modal_options['gdpr_force_reload'] ) && intval( $modal_options['gdpr_force_reload'] ) >= 0 ? intval( $modal_options['gdpr_force_reload'] ) : apply_filters( 'gdpr_force_reload', false );
    623623        $force_reload         = $force_reload ? 'true' : 'false';
    624624        $wpml_lang            = $gdpr_default_content->moove_gdpr_get_wpml_lang();
     
    799799        $tab_data = array(
    800800            array(
    801                 'name' => __( 'Export/Import Settings', 'gdpr-cookie-compliance-addon' ),
     801                'name' => __( 'Export/Import Settings', 'gdpr-cookie-compliance' ),
    802802                'slug' => 'export-import',
    803803            ),
    804804            array(
    805                 'name' => __( 'Multisite Settings', 'gdpr-cookie-compliance-addon' ),
     805                'name' => __( 'Multisite Settings', 'gdpr-cookie-compliance' ),
    806806                'slug' => 'multisite-settings',
    807807            ),
    808808            array(
    809                 'name' => __( 'Accept on Scroll / Hide timer', 'gdpr-cookie-compliance-addon' ),
     809                'name' => __( 'Accept on Scroll / Hide timer', 'gdpr-cookie-compliance' ),
    810810                'slug' => 'accept-on-scroll',
    811811            ),
    812812            array(
    813                 'name' => __( 'Full-screen / Cookiewall', 'gdpr-cookie-compliance-addon' ),
     813                'name' => __( 'Full-screen / Cookiewall', 'gdpr-cookie-compliance' ),
    814814                'slug' => 'full-screen-mode',
    815815            ),
    816816            array(
    817                 'name' => __( 'Analytics', 'gdpr-cookie-compliance-addon' ),
     817                'name' => __( 'Analytics', 'gdpr-cookie-compliance' ),
    818818                'slug' => 'stats',
    819819            ),
    820820            array(
    821                 'name' => __( 'Geo Location', 'gdpr-cookie-compliance-addon' ),
     821                'name' => __( 'Geo Location', 'gdpr-cookie-compliance' ),
    822822                'slug' => 'geo-location',
    823823            ),
    824824            array(
    825                 'name' => __( 'Hide Cookie Banner', 'gdpr-cookie-compliance-addon' ),
     825                'name' => __( 'Hide Cookie Banner', 'gdpr-cookie-compliance' ),
    826826                'slug' => 'cookie-banner-manager',
    827827            ),
    828828            array(
    829                 'name' => __( 'Iframe Blocker', 'gdpr-cookie-compliance-addon' ),
     829                'name' => __( 'Iframe Blocker', 'gdpr-cookie-compliance' ),
    830830                'slug' => 'iframe-blocker',
    831831            ),
    832832            array(
    833                 'name' => __( 'Cookie Declaration', 'gdpr-cookie-compliance-addon' ),
     833                'name' => __( 'Cookie Declaration', 'gdpr-cookie-compliance' ),
    834834                'slug' => 'cookie-declaration',
    835835            ),
    836836            array(
    837                 'name' => __( 'Consent Log', 'gdpr-cookie-compliance-addon' ),
     837                'name' => __( 'Consent Log', 'gdpr-cookie-compliance' ),
    838838                'slug' => 'consent-log',
    839839            ),
    840840            array(
    841                 'name' => __( 'Renew Consent', 'gdpr-cookie-compliance-addon' ),
     841                'name' => __( 'Renew Consent', 'gdpr-cookie-compliance' ),
    842842                'slug' => 'renew-consent',
    843843            ),
     
    845845
    846846        $gsk_tab = array(
    847             'name' => __( 'Google Site Kit', 'gdpr-cookie-compliance-addon' ),
     847            'name' => __( 'Google Site Kit', 'gdpr-cookie-compliance' ),
    848848            'slug' => 'google-site-kit',
    849849        );
  • gdpr-cookie-compliance/trunk/dist/styles/admin.css

    r2730527 r2878897  
    1 @font-face{font-family:Nunito;src:url(../fonts/nunito-v8-latin-regular.eot);src:url(../fonts/nunito-v8-latin-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/nunito-v8-latin-regular.woff2) format("woff2"),url(../fonts/nunito-v8-latin-regular.woff) format("woff"),url(../fonts/nunito-v8-latin-regular.ttf) format("truetype"),url(../fonts/nunito-v8-latin-regular.svg#svgFontName) format("svg");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Nunito;src:url(../fonts/nunito-v8-latin-700.eot);src:url(../fonts/nunito-v8-latin-700.eot?#iefix) format("embedded-opentype"),url(../fonts/nunito-v8-latin-700.woff2) format("woff2"),url(../fonts/nunito-v8-latin-700.woff) format("woff"),url(../fonts/nunito-v8-latin-700.ttf) format("truetype"),url(../fonts/nunito-v8-latin-700.svg#svgFontName) format("svg");font-style:normal;font-weight:700;font-display:swap}.moove-gdpr-donation-box-wrapper{width:auto;margin:10px 20px 0 2px}.moove-gdpr-donation-box-wrapper .moove-gdpr-donate-form{float:left;margin-right:20px}.moove-gdpr-donation-box-wrapper .moove-donation-box{padding-bottom:20px}.gdpr_cb_bhv_desc{display:block;font-size:12px;line-height:1.2;margin-top:2px;font-style:italic}#moove_form_checker_wrap .moove-gdpr-form-container,#moove_form_checker_wrap .nav-tab-wrapper,#moove_form_checker_wrap .nav-tab-wrapper a.nav-tab,.moove-plugins-info-boxes{box-sizing:content-box}#moove_form_checker_wrap .nav-tab-wrapper a.nav-tab.gdpr-cc-addon{background-color:#f79322;color:#fff}#moove_form_checker_wrap .nav-tab-wrapper a.nav-tab.gdpr-cc-addon.nav-tab-active,#moove_form_checker_wrap .nav-tab-wrapper a.nav-tab.gdpr-cc-addon:hover{color:#f79322;background-color:#fff}#moove_form_checker_wrap .nav-tab-wrapper a.nav-tab.gdpr-cc-addon.nav-tab-active:after{background-color:#fff}fieldset.gdpr-close-options label{font-weight:500}fieldset.gdpr-close-options label span{font-weight:300}#moove_form_checker_wrap .gdpr-faq-accordion-content .cm-s-default .cm-string-2{color:inherit}.gdpr-tab-section-cnt .gdpr-sortable-buttons-wrap>td{padding:0}.gdpr-tab-section-cnt .gdpr-sortable-buttons-wrap .gdpr-sortable-buttons{width:100%;counter-reset:a}.gdpr-tab-section-cnt .gdpr-sortable-buttons-wrap .gdpr-sortable-buttons table{width:100%}.gdpr-tab-section-cnt .gdpr-sortable-buttons-wrap .gdpr-sortable-buttons p{font-size:12px}.gdpr-tab-section-cnt .gdpr-sortable-buttons-wrap .gdpr-sortable-buttons .gdpr-sortable-button{border:1px solid #e5e5e5;padding:0 20px 20px 60px;position:relative;counter-increment:a;margin:10px 0;background-color:#fff}.gdpr-tab-section-cnt .gdpr-sortable-buttons-wrap .gdpr-sortable-buttons .gdpr-sortable-button.ui-state-disabled{pointer-events:none}.gdpr-tab-section-cnt .gdpr-sortable-buttons-wrap .gdpr-sortable-buttons .gdpr-sortable-button.ui-state-disabled *{pointer-events:auto}.gdpr-tab-section-cnt .gdpr-sortable-buttons-wrap .gdpr-sortable-buttons .gdpr-sortable-button:before{position:absolute;content:counter(a);top:1px;left:1px;width:30px;height:calc(100% - 2px);background-color:#f5f5f5;color:#23282d;text-align:center;line-height:30px;border:none;padding:0;box-shadow:none;transition:all .4s ease;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-right:1px solid #e5e5e5;font-weight:700;font-size:14px}.gdpr-tab-section-cnt .gdpr-sortable-buttons-wrap .gdpr-sortable-buttons td{padding:0}#moove_form_checker_wrap>.notice.is-dismissible:not(.gdpr-cc-notice){display:none!important}.gdpr-tab-section-cnt .nav-tab-wrapper a.nav-tab-dark{background-color:#232323;color:#fff}.gdpr-tab-section-cnt .nav-tab-wrapper a.nav-tab-dark:hover{background-color:#fff;color:#555}.gdpr-tab-section-cnt .nav-tab-wrapper a.nav-tab-dark.nav-tab-active{background-color:#fff}.gdpr-admin-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999}.gdpr-admin-popup,.gdpr-admin-popup .gdpr-popup-close{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.gdpr-admin-popup .gdpr-popup-close{position:absolute;top:-15px;right:-15px;width:30px;height:30px;text-decoration:none;border-radius:50%;background-color:#f79322;color:#fff;transition:all .4 ease}.gdpr-admin-popup .gdpr-popup-close:hover{background-color:#232323}.gdpr-admin-popup .gdpr-popup-overlay{background-color:rgba(0,0,0,.8);position:absolute;top:0;left:0;bottom:0;right:0;z-index:15}.gdpr-admin-popup .gdpr-popup-content{width:420px;max-width:70vw;background-color:#fff;padding:30px;border-radius:8px;text-align:center;position:relative;z-index:35}.gdpr-admin-popup .gdpr-popup-content p{font-size:14px;line-height:20px;margin-top:0}.gdpr-admin-popup .gdpr-popup-content h4{font-size:18px;line-height:28px;margin-top:0}#moove-gdpr-setting-error-settings_updated .wrap{width:100%;margin:0}#moove-gdpr-setting-error-settings_updated .wrap p{padding-left:0;margin-left:0}.gdpr-video-tutorial-content{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.gdpr_admin_link{text-decoration:none;color:#f79322;transition:all .4s ease}.gdpr_admin_link.gdpr_premium_buy_link{font-weight:600}.gdpr_admin_link:hover{text-decoration:underline;color:#f79322}.gdpr_license_info{font-style:italic}#moove_gdpr_license_settings .wrap,#moove_gdpr_license_settings pre{width:100%;white-space:normal;word-break:break-all;margin:0}#moove_gdpr_license_settings .wrap span,#moove_gdpr_license_settings pre span{font-size:13px}#moove_gdpr_license_settings .wrap p,#moove_gdpr_license_settings pre p{margin-bottom:0}#moove_gdpr_license_settings .gdpr_license_log{padding:0}.gdpr-video-tutorial-content iframe{width:100%;height:auto;position:absolute;top:0;left:0;height:100%}.gdpr-faq-accordion-content textarea{width:100%;height:auto;height:200px}.gdpr-cookie-alert{background-color:#f79322;border:1px solid #f79322;color:#fff;box-shadow:0 3px 51px 0 rgba(0,0,0,.05);padding:10px;display:inline-block;width:auto;box-sizing:border-box;margin:10px 0 20px;border-radius:3px;padding-right:50px;position:relative}.gdpr-cookie-alert.gdpr-cookie-alert-dark{background-color:#23282d;border-color:#23282d;display:block;width:100%}.gdpr-cookie-alert.gdpr-cookie-alert-dark span.gdpr-dismiss,.gdpr-cookie-alert.gdpr-cookie-alert-dark span.gdpr-dismiss-update{color:#fff;top:6px}.gdpr-cookie-alert.gdpr-cookie-alert-dark span.gdpr-dismiss-update:hover,.gdpr-cookie-alert.gdpr-cookie-alert-dark span.gdpr-dismiss:hover{color:#f79322}.gdpr-cookie-alert.gdpr-cookie-update-alert{display:block;width:100%;background-color:#fff;border:1px solid #ccc;box-shadow:0 3px 51px 0 rgba(0,0,0,.05);color:#23282d}.gdpr-cookie-alert.gdpr-cookie-update-alert a{color:#f79322}.gdpr-cookie-alert.gdpr-cookie-update-alert span.gdpr-dismiss,.gdpr-cookie-alert.gdpr-cookie-update-alert span.gdpr-dismiss-update{color:#23282d}.gdpr-cookie-alert.gdpr-cookie-update-alert span.gdpr-dismiss-update:hover,.gdpr-cookie-alert.gdpr-cookie-update-alert span.gdpr-dismiss:hover{color:#f79322}.gdpr-cookie-alert span.gdpr-dismiss,.gdpr-cookie-alert span.gdpr-dismiss-update{position:absolute;top:4px;right:8px;font-size:25px;font-weight:400;line-height:1;color:#fff;cursor:pointer;transition:all .4s ease}.gdpr-cookie-alert span.gdpr-dismiss-update:hover,.gdpr-cookie-alert span.gdpr-dismiss:hover{color:#23282d}.gdpr-cookie-alert h4{margin:0 0 10px;font-size:16px}.gdpr-cookie-alert p{margin:0;font-size:13px;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gdpr-cookie-alert p strong{padding:2px 3px;display:inline-block;background-color:#fff;color:#23282d;margin:0 5px}.gdpr-disabled{pointer-events:none;cursor:default;opacity:.5}.gdpr-script-tabs-main-cnt{position:relative;overflow:hidden}body.toplevel_page_moove-gdpr{background-color:#fff}#moove_form_checker_wrap button.button-primary.button-reset-settings{float:right;background-color:#262c33;border-color:#737373;opacity:.5}#moove_form_checker_wrap button.button-primary.button-reset-settings:hover{opacity:1}#moove_form_checker_wrap .moove-gdpr-form-container{min-height:895px}.gdpr_license_log_alert{padding:0}.gdpr_license_log_alert .wrap>.update-messages,.gdpr_license_log_alert .wrap>h1,.gdpr_license_log_alert .wrap>p{display:none}.gdpr_license_log_alert .gdpr-admin-alert{position:relative;padding-right:40px;margin:20px 0}.gdpr_license_log_alert .gdpr-admin-alert .gdpr-alert-content{padding-right:30px}.gdpr_license_log_alert .gdpr-admin-alert .dashicons{position:absolute;top:5px;right:5px;width:30px;height:30px;border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:rgba(5,150,24,.5);font-size:34px!important;background-color:#fff}.gdpr_license_log_alert .gdpr-admin-alert a{color:inherit;text-decoration:underline;margin-right:5px;font-weight:700}.gdpr_license_log_alert .gdpr-admin-alert a:hover{color:#262c33;text-decoration:underline}.gdpr_license_log_alert .gdpr-admin-alert.gdpr-admin-alert-success{background-color:rgba(5,150,24,.1);color:#059618;padding:5px 10px;border-radius:15px;border:2px solid rgba(5,150,24,.5)}.gdpr_license_log_alert .gdpr-admin-alert.gdpr-admin-alert-error{background-color:rgba(225,0,0,.1);color:#e10000;padding:5px 10px;border-radius:15px;border:2px solid rgba(225,0,0,.5)}.gdpr_license_log_alert .gdpr-admin-alert.gdpr-admin-alert-error .dashicons{color:rgba(225,0,0,.5)}.gdpr_license_log_alert .gdpr-admin-alert p{margin:5px 0}.gdpr-plugin-star-rating{display:inline-block;color:#ffb900;position:relative;top:3px}.gdpr-plugin-star-rating svg,.gdpr-plugin-star-rating svg:hover{fill:#ffb900}.gdpr-plugin-star-rating svg:hover~svg{fill:none}.gdpr-help-content-cnt .gdpr-help-content-block{margin-top:20px}.gdpr-help-content-cnt .gdpr-faq-toggle{box-shadow:0 3px 51px 0 rgba(0,0,0,.05);border:1px solid #ccc;margin-bottom:20px}.gdpr-help-content-cnt .gdpr-faq-toggle code{display:block;white-space:pre-wrap}.gdpr-help-content-cnt .gdpr-faq-toggle ul li{position:relative;padding-left:15px}.gdpr-help-content-cnt .gdpr-faq-toggle ul li:before{content:"";position:absolute;top:7px;left:0;width:5px;height:5px;border-radius:50%;background-color:#f79322}.gdpr-help-content-cnt .gdpr-faq-toggle.gdpr-faq-open .gdpr-faq-accordion-header h3{background-color:#f79322;color:#fff}.gdpr-help-content-cnt .gdpr-faq-toggle.gdpr-faq-open .gdpr-faq-accordion-header h3:after{content:"-"}.gdpr-help-content-cnt .gdpr-faq-toggle .gdpr-faq-accordion-header h3{margin:0;position:relative;padding:15px 20px;padding-right:60px;cursor:pointer;transition:all .3s ease;font-size:16px!important}.gdpr-help-content-cnt .gdpr-faq-toggle .gdpr-faq-accordion-header h3:hover{background-color:#f79322;color:#fff}.gdpr-help-content-cnt .gdpr-faq-toggle .gdpr-faq-accordion-header h3:after{content:"+";width:50px;position:absolute;top:0;right:0;border-left:1px solid #ccc;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:26px;text-align:center;bottom:0;-ms-flex-pack:center;justify-content:center}.gdpr-help-content-cnt .gdpr-faq-toggle .gdpr-faq-accordion-content{padding:15px 60px 15px 20px;border-top:1px solid #ccc}.gdpr-help-content-cnt .gdpr-faq-toggle .gdpr-faq-accordion-content code{line-height:1.8;overflow:auto;display:block}.gdpr-disable-posts-nav{list-style-type:none;padding:5px 10px;margin:20px 0;background-color:#fff;box-shadow:0 3px 51px 0 rgba(0,0,0,.05);border:1px solid #ccc}.gdpr-disable-posts-nav li:first-child a{padding-left:0}.gdpr-disable-posts-nav li:last-child a{padding-right:0}.gdpr-disable-posts-nav li:after{content:"|";display:inline-block;position:absolute;right:-2px;top:10px}.gdpr-disable-posts-nav li:first-child:after,.gdpr-disable-posts-nav li:last-child:after{display:none}.gdpr-disable-posts-nav li{list-style:none;display:inline-block;float:left;position:relative;margin:0}.gdpr-disable-posts-nav li a.active{color:#f79322}.gdpr-disable-posts-nav li a,.gdpr-disable-posts-nav li strong{display:block;padding:10px;outline:none;box-shadow:none}.gdpr-disable-posts-nav li strong{padding-left:0}body.toplevel_page_moove-gdpr #wpcontent{background-color:#fff}.gdpr-script-tab-content{position:relative;overflow:hidden}.gdpr-script-tab-content .gdpr-tab-code-section{transition:all .8s ease;top:0;right:0;left:0}.gdpr-script-tab-content .gdpr-tab-code-section:not(.gdpr-active){height:0;opacity:0;margin:0;position:absolute;top:100%;visibility:hidden}.gdpr-tab-code-section-nav ul{list-style-type:none;padding:0;margin:20px 1px 0;display:-ms-flexbox;display:flex}.gdpr-tab-code-section-nav ul li{list-style:none;padding:0;margin:0 -1px;position:relative;border:1px solid #f79322;border-bottom:0;overflow:hidden}.gdpr-tab-code-section-nav ul li:first-child{border-top-left-radius:10px}.gdpr-tab-code-section-nav ul li:last-child{border-top-right-radius:10px}.gdpr-tab-code-section-nav ul li a{background-color:#fff;display:block;padding:8px 20px;text-decoration:none;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;color:#555;transition:all .3s ease;outline:none;box-shadow:none}.gdpr-tab-code-section-nav ul li a:before{content:"\21B3";transform:rotate(90deg);display:inline-block;position:absolute;top:0;left:0;width:0;color:#fff;opacity:0;transition:all .3s ease}.gdpr-tab-code-section-nav ul li a.gdpr-active:before{opacity:1;top:4px;left:10px}.gdpr-tab-code-section-nav ul li a.gdpr-active,.gdpr-tab-code-section-nav ul li a:hover{background-color:#f79322;color:#fff}.gdpr-tab-code-section{background-color:#fff;padding:20px;border:1px solid #f79322;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top-right-radius:10px;position:relative;overflow-wrap:hidden}.gdpr-tab-code-section .CodeMirror{font-size:15px;width:100%;height:300px;box-sizing:border-box;background-color:#fff;border:1px solid #ccc}.gdpr-tab-code-section .CodeMirror-gutters{padding-bottom:0;background-color:#f1f1f1}.gdpr-tab-code-section p.description{font-weight:700;font-size:13px}.gdpr-tab-code-section h4{margin:-20px -20px 0;padding:15px 20px;border-bottom:1px solid #ccc}.gdpr-tab-code-section table{width:100%}.gdpr-tab-code-section .gdpr-code{padding:10px;background-color:#f1f1f1}.gdpr-img-responsive{max-width:100%;height:auto}.gdpr-tab-section-cnt{max-width:calc(100% - 380px);display:inline-block;width:100%}.gdpr-tab-section-cnt .regular-text{width:100%}.gdpr-tab-section-cnt .powered-by-label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:15px}.gdpr-tab-section-cnt .powered-by-label label{white-space:nowrap;margin-right:20px}.gdpr-tab-section-cnt.gdpr-has-premium{max-width:100%}.gdpr-conditional-field:not(.gdpr-conditional-on),.gdpr-tab-section-cnt.gdpr-has-premium+.moove-plugins-info-boxes{display:none}.gdpr-checkbox-toggle{position:relative;display:inline-block;width:160px;height:24px;box-sizing:border-box}.gdpr-checkbox-toggle *{box-sizing:border-box}.gdpr-checkbox-toggle.gdpr-checkbox-inverted input:checked+.gdpr-checkbox-slider{background-color:red}.gdpr-checkbox-toggle.gdpr-checkbox-inverted input:checked+.gdpr-checkbox-slider:after{content:attr(data-disable)}.gdpr-checkbox-toggle.gdpr-checkbox-inverted .gdpr-checkbox-slider{background-color:#2e9935}.gdpr-checkbox-toggle.gdpr-checkbox-inverted .gdpr-checkbox-slider:after{content:attr(data-enable)}.gdpr-checkbox-toggle.gdpr-color-scheme-toggle input:checked+.gdpr-checkbox-slider{background-color:#202020}.gdpr-checkbox-toggle.gdpr-color-scheme-toggle input:checked+.gdpr-checkbox-slider:after{color:#fff}.gdpr-checkbox-toggle.gdpr-color-scheme-toggle .gdpr-checkbox-slider,.gdpr-checkbox-toggle.gdpr-color-scheme-toggle input:checked+.gdpr-checkbox-slider:before{background-color:#fff}.gdpr-checkbox-toggle.gdpr-color-scheme-toggle .gdpr-checkbox-slider:after{color:#202020}.gdpr-checkbox-toggle.gdpr-color-scheme-toggle .gdpr-checkbox-slider:before{background-color:#202020}.gdpr-checkbox-toggle input{opacity:0;width:0;height:0}.gdpr-checkbox-toggle input:checked+.gdpr-checkbox-slider{background-color:#2e9935}.gdpr-checkbox-toggle input:checked+.gdpr-checkbox-slider:after{content:attr(data-enable)}.gdpr-checkbox-toggle input:checked+.gdpr-checkbox-slider:before{transform:translateX(136px)}.gdpr-checkbox-toggle .gdpr-checkbox-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:red;transition:.4s;border-radius:34px;border:1px solid #ddd}.gdpr-checkbox-toggle .gdpr-checkbox-slider:before{position:absolute;content:"";height:20px;width:20px;left:1px;bottom:1px;background-color:#fff;transition:.4s;border-radius:50%}.gdpr-checkbox-toggle .gdpr-checkbox-slider:after{content:attr(data-disable);position:absolute;top:5px;left:0;right:0;color:#fff;font-size:12px;display:block;z-index:4;text-transform:uppercase;text-align:center;font-weight:600;font-family:Helvetica;letter-spacing:.5px}.moove-plugins-info-boxes{display:inline-block;float:right;width:350px;background-color:#fff}.moove-plugins-info-boxes .m-plugin-box{border:1px solid #ccc;margin-bottom:30px;background-color:#fff;border-radius:5px;box-shadow:0 3px 51px 0 rgba(0,0,0,.05)}.moove-plugins-info-boxes .m-plugin-box.m-plugin-box-highlighted{border:2px solid #f79322}.moove-plugins-info-boxes .m-plugin-box.m-plugin-box-highlighted .box-header{background-color:#f79322;border-color:#f79322;color:#fff}.moove-plugins-info-boxes .m-plugin-box.m-plugin-box-support:not(.m-plugin-box-highlighted) .gdpr-review-bnt{background-color:rgba(85,85,85,.5);color:#fff}.moove-plugins-info-boxes .m-plugin-box.m-plugin-box-support:not(.m-plugin-box-highlighted) .gdpr-review-bnt:hover{background-color:#232323;color:#fff}.moove-plugins-info-boxes .m-plugin-box .box-content .gdpr-faq-forum-content p{position:relative;padding-left:15px;line-height:1.3;margin-bottom:10px}.moove-plugins-info-boxes .m-plugin-box .box-content .gdpr-faq-forum-content p .gdpr-chevron-left{color:#f79322;font-size:18px;position:absolute;left:0;top:7px;line-height:0}.moove-plugins-info-boxes .m-plugin-box a:not(.gdpr-review-bnt):not(.plugin-buy-now-btn){color:#f79322;transition:all .3s ease}.moove-plugins-info-boxes .m-plugin-box a:not(.gdpr-review-bnt):not(.plugin-buy-now-btn):hover{color:#23282d}.moove-plugins-info-boxes .m-plugin-box .gdpr-review-bnt{text-decoration:none;outline:none;padding:7px 20px;font-size:12px;font-weight:700;background-color:#f79322;color:#fff;transition:all .3s ease;line-height:18px;border:none;display:inline-block;margin:10px 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.moove-plugins-info-boxes .m-plugin-box .gdpr-review-bnt:hover{background-color:#262c33}.moove-plugins-info-boxes .m-plugin-box .box-header{padding:10px;border-bottom:1px solid #ccc}.moove-plugins-info-boxes .m-plugin-box .box-header h4{font-size:14px;font-weight:700;margin:0;font-family:Nunito}.moove-plugins-info-boxes .m-plugin-box .box-content{padding:10px}.moove-plugins-info-boxes .m-plugin-box .box-content p{margin-top:5px;margin-bottom:5px}.moove-plugins-info-boxes .m-plugin-box .box-content hr{margin:10px 0}.moove-plugins-info-boxes .m-plugin-box .plugin-rating{display:-ms-flexbox;display:flex;margin:10px 0 20px;-ms-flex-align:center;align-items:center;transform:scale(1.3);width:100%;padding-left:13%}.moove-plugins-info-boxes .m-plugin-box .plugin-rating .plugin-stars{display:inline-block;width:50%}.moove-plugins-info-boxes .m-plugin-box .gdpr-review-container{display:block;text-align:left;margin:0}.moove-plugins-info-boxes .m-plugin-box .plugin-stats{display:-ms-flexbox;display:flex}.moove-plugins-info-boxes .m-plugin-box .plugin-stats *{box-sizing:border-box}.moove-plugins-info-boxes .m-plugin-box .plugin-stats .plugin-download-ainstalls-cnt{display:inline-block;width:calc(100% - 130px);line-height:20px}.moove-plugins-info-boxes .m-plugin-box .plugin-stats .plugin-rating{width:125px;box-sizing:border-box;text-align:right;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:0;margin:0}.moove-plugins-info-boxes .m-plugin-box .plugin-stats .plugin-rating .plugin-stars{width:100px;transform:scale(.8)}.moove-plugins-info-boxes .m-plugin-box .plugin-features{padding-left:20px;margin-top:5px}.moove-plugins-info-boxes .m-plugin-box .plugin-features li{list-style-type:square}.moove-plugins-info-boxes .m-plugin-box .plugin-buy-now-btn{display:block;text-decoration:none;outline:none;box-shadow:none;padding:7px 20px;background-color:#f79322;color:#fff;text-align:center;transition:all .3s ease;margin:15px 0;font-weight:700;font-size:12px}.moove-plugins-info-boxes .m-plugin-box .plugin-buy-now-btn:hover{background-color:#232323}.gdpr-tab-section-cnt{position:relative;overflow:hidden}.gdpr-tab-section-cnt .form-table th{width:250px;max-width:250px}@media (max-width:1280px){.gdpr-tab-section-cnt{max-width:100%;display:block;width:100%}.gdpr-tab-section-cnt .form-table th{width:200px}.moove-plugins-info-boxes{display:inline-block;float:none;width:100%;padding:0;margin:15px 0;background-color:#f1f1f1}}.gdpr-locked-section{padding:0 40px;background-color:#fff;border:1px solid #ccc;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;margin-top:90px;border-radius:5px}.gdpr-locked-section span{display:block;width:100%;transform:translateY(-50px);text-align:center}.gdpr-locked-section h4{font-size:28px;line-height:32px;margin:60px 0 30px;text-align:center}.gdpr-locked-section *{box-sizing:border-box}.gdpr-locked-section i{font-size:30px;line-height:55px;color:#f79322;width:60px;height:50px;background-color:#fff;border:1px solid #ccc;border-bottom:1px solid #fff;border-top-left-radius:100px;border-top-right-radius:100px}.gdpr-locked-section .plugin-buy-now-btn{display:block;text-decoration:none;outline:none;box-shadow:none;padding:7px 20px;background-color:#f79322;color:#fff;text-align:center;transition:all .3s ease;margin:15px auto 0;font-weight:700;font-size:12px;max-width:200px}.gdpr-locked-section .plugin-buy-now-btn:hover{background-color:#232323}#moove_form_checker_wrap .nav-tab-wrapper a.nav-tab.gdpr-cc-addon.gdpr-cc-disabled{background-color:#fff;color:#f79322}.moove-donation-box{position:relative;width:calc(100% - 20px);margin:16px 0;padding:0 15px 10px;box-shadow:0 1px 1px rgba(0,0,0,.04);background:#fff;font-size:13px}.moove-donation-box .notice-dismiss:before{float:left;margin:0 4px -2px 0}.moove-redirect-box{width:100%}.moove-not-visible{opacity:0;visibility:hidden;position:absolute}.moove-gdpr-form-container{min-height:45vh}.moove-gdpr-form-container input[type=radio].on-off{margin:0}.moove-gdpr-form-container input.iris-colorpicker{text-shadow:1px 0 0 #fff,-1px 0 0 #fff,0 1px 0 #fff,0 -1px 0 #fff,1px 1px #fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff;text-transform:uppercase;outline:none!important;box-shadow:none!important;font-weight:700;font-size:14px;border:none;width:120px;height:30px;margin:0;border-top-left-radius:5px;border-bottom-left-radius:5px}.moove-gdpr-form-container .iris-selectbtn{position:relative;background-color:#fff;display:inline-block;padding:0 5px;text-transform:uppercase;font-size:11px;line-height:30px;font-weight:700;float:right;border-top-right-radius:5px;border-bottom-right-radius:5px;cursor:pointer}.moove-gdpr-form-container .iris-colorpicker-group-cnt{display:inline-block;border:1px solid #ddd;border-radius:5px}.moove-gdpr-form-container .iris-picker{position:absolute}.moove-gdpr-form-container .iris-picker:before{content:"";position:fixed;width:100%;height:100%;top:0;left:0}.moove-gdpr-form-container .iris-picker .iris-picker-inner{z-index:100}.moove-clearfix:after{content:"";clear:both;display:table}.moove_gdpr_company_logo_holder{display:inline-block;padding-bottom:50px;width:130px;height:0;background-position:0;background-repeat:no-repeat;background-size:contain;cursor:pointer}#wp-moove_gdpr_advanced_cookies_tab_content-wrap,#wp-moove_gdpr_cookies_policy_tab_content-wrap,#wp-moove_gdpr_ifb_content-wrap,#wp-moove_gdpr_info_bar_content-wrap,#wp-moove_gdpr_modal_strictly_secondary_notice-wrap,#wp-moove_gdpr_performance_cookies_tab_content-wrap,#wp-moove_gdpr_privacy_overview_tab_content-wrap,#wp-moove_gdpr_strict_necessary_cookies_tab_content-wrap,#wp-moove_gdpr_strictly_necessary_cookies_warning-wrap{max-width:100%}span.separator{display:inline-block;margin-left:10px}.gdpr-cookie-compliance-header-section{padding-left:100px;position:relative;margin:30px 0}.gdpr-cookie-compliance-header-section a{color:#f79322}.gdpr-cookie-compliance-header-section:before{content:"";position:absolute;left:0;top:0;width:100px;height:100px;background-image:url(../images/gdpr-cookie-compliance-icon.png);background-position:0;background-repeat:no-repeat;background-size:contain}.gdpr-cookie-compliance-header-section h2{font-family:Nunito,sans-serif;font-size:30px;font-weight:700;padding-top:25px;margin-bottom:10px}.gdpr-cookie-compliance-header-section h2 .gdpr-plugin-version{font-size:16px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;color:#565656;margin-left:5px}.gdpr-cookie-compliance-header-section h4{margin-top:10px}#moove_form_checker_wrap{position:relative}#moove_form_checker_wrap .button-primary{background-color:#f89e26;border:none;border-radius:0;text-shadow:none;box-shadow:none;outline:none;padding:8px 15px;font-size:12px;font-weight:400;color:#fff;transition:all .3s ease;height:auto;line-height:18px;border:1px solid #d28b21}#moove_form_checker_wrap .button-primary.button-inverse,#moove_form_checker_wrap .button-primary:hover{background-color:#262c33;border:1px solid #737373}#moove_form_checker_wrap .button-primary.button-inverse:hover{background-color:#f89e26;border:1px solid #d28b21}#moove_form_checker_wrap h1{margin:0;padding:0}#moove_form_checker_wrap h2,#moove_form_checker_wrap h3{font-family:Nunito,sans-serif;font-weight:700;font-size:20px}#moove_form_checker_wrap .gdpr-tab-section-cnt:after{content:"";clear:both;display:table}#moove_form_checker_wrap .nav-tab-wrapper{width:200px;display:inline-block;padding-right:17px;padding-top:0;position:relative}#moove_form_checker_wrap .nav-tab-wrapper a.nav-tab{font-size:12px;padding:10px 8px;width:100%;font-weight:700;margin-left:0;outline:none;box-shadow:none;border-right:0;position:relative;white-space:normal;line-height:1.3;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border-bottom:1px solid #ccc;margin-bottom:-1px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}#moove_form_checker_wrap .nav-tab-wrapper a.nav-tab .dashicons{margin-right:5px}#moove_form_checker_wrap .nav-tab-wrapper .nav-tab-active,#moove_form_checker_wrap .nav-tab-wrapper .nav-tab-active:focus,#moove_form_checker_wrap .nav-tab-wrapper .nav-tab-active:focus:active,#moove_form_checker_wrap .nav-tab-wrapper .nav-tab-active:hover{border-bottom:1px solid #ccc;color:#f79322;outline:none;box-shadow:none;background-color:#fff}#moove_form_checker_wrap .nav-tab-wrapper .nav-tab-active:after{content:"";position:absolute;right:-1px;top:0;width:2px;bottom:0;background-color:#fff}#moove_form_checker_wrap .moove-gdpr-form-container{width:calc(100% - 279px);float:right;padding:5px 30px 30px;border:1px solid #ccc}#moove_form_checker_wrap .moove-gdpr-settings-branding{margin:25px 0;font-style:italic}#moove_form_checker_wrap .moove-gdpr-settings-branding hr{margin:0}#moove_form_checker_wrap .moove-gdpr-settings-branding p{margin:15px 0}#moove_form_checker_wrap .moove-gdpr-settings-branding p span{display:inline-block;background-image:url(../images/moove_logo_br.png);width:66px;height:15px;background-size:contain;background-repeat:no-repeat;background-position:0 100%}#moove_form_checker_wrap .moove-gdpr-settings-branding p a{text-decoration:none;color:inherit}#moove_form_checker_wrap .moove-gdpr-settings-branding p a:hover{text-decoration:underline}.moove-gdpr-form-error .alert.script-error{color:#fff;padding:10px;background-color:red;text-transform:uppercase}#moove_form_checker_wrap .CodeMirror{font-family:monospace;height:auto;color:#000;direction:ltr}#moove_form_checker_wrap .CodeMirror-lines{padding:4px 0}#moove_form_checker_wrap .CodeMirror pre{padding:0 4px}#moove_form_checker_wrap .CodeMirror-gutter-filler,#moove_form_checker_wrap .CodeMirror-scrollbar-filler{background-color:#fff}#moove_form_checker_wrap .CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}#moove_form_checker_wrap .CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}#moove_form_checker_wrap .CodeMirror-guttermarker{color:#000}#moove_form_checker_wrap .CodeMirror-guttermarker-subtle{color:#999}#moove_form_checker_wrap .CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}#moove_form_checker_wrap .CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}#moove_form_checker_wrap .cm-fat-cursor .CodeMirror-cursor{width:auto;border:0!important;background:#7e7}#moove_form_checker_wrap .cm-fat-cursor div.CodeMirror-cursors{z-index:1}#moove_form_checker_wrap .cm-fat-cursor-mark{background-color:rgba(20,255,20,.5);animation:blink 1.06s steps(1) infinite}#moove_form_checker_wrap .cm-animate-fat-cursor{width:auto;border:0;animation:blink 1.06s steps(1) infinite;background-color:#7e7}@keyframes blink{50%{background-color:transparent}}#moove_form_checker_wrap .cm-tab{display:inline-block;text-decoration:inherit}#moove_form_checker_wrap .CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:-20px;overflow:hidden}#moove_form_checker_wrap .CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}#moove_form_checker_wrap .cm-s-default .cm-header{color:blue}#moove_form_checker_wrap .cm-s-default .cm-quote{color:#090}#moove_form_checker_wrap .cm-negative{color:#d44}#moove_form_checker_wrap .cm-positive{color:#292}#moove_form_checker_wrap .cm-header,.cm-strong{font-weight:700}#moove_form_checker_wrap .cm-em{font-style:italic}#moove_form_checker_wrap .cm-link{text-decoration:underline}#moove_form_checker_wrap .cm-strikethrough{text-decoration:line-through}#moove_form_checker_wrap .cm-s-default .cm-keyword{color:#708}#moove_form_checker_wrap .cm-s-default .cm-atom{color:#219}#moove_form_checker_wrap .cm-s-default .cm-number{color:#164}#moove_form_checker_wrap .cm-s-default .cm-def{color:#00f}#moove_form_checker_wrap .cm-s-default .cm-variable-2{color:#05a}#moove_form_checker_wrap .cm-s-default .cm-variable-3,.cm-s-default .cm-type{color:#085}#moove_form_checker_wrap .cm-s-default .cm-comment{color:#a50}#moove_form_checker_wrap .cm-s-default .cm-string{color:#a11}#moove_form_checker_wrap .cm-s-default .cm-string-2{color:#f50}#moove_form_checker_wrap .cm-s-default .cm-meta,#moove_form_checker_wrap .cm-s-default .cm-qualifier{color:#555}#moove_form_checker_wrap .cm-s-default .cm-builtin{color:#30a}#moove_form_checker_wrap .cm-s-default .cm-bracket{color:#997}#moove_form_checker_wrap .cm-s-default .cm-tag{color:#170}#moove_form_checker_wrap .cm-s-default .cm-attribute{color:#00c}#moove_form_checker_wrap .cm-s-default .cm-hr{color:#999}#moove_form_checker_wrap .cm-s-default .cm-link{color:#00c}#moove_form_checker_wrap .cm-invalidchar,#moove_form_checker_wrap .cm-s-default .cm-error{color:red}#moove_form_checker_wrap .CodeMirror-composing{border-bottom:2px solid}#moove_form_checker_wrap div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}#moove_form_checker_wrap div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}#moove_form_checker_wrap .CodeMirror-matchingtag{background:rgba(255,150,0,.3)}#moove_form_checker_wrap .CodeMirror-activeline-background{background:#e8f2ff}#moove_form_checker_wrap .CodeMirror{position:relative;overflow:hidden;background:#fff}.gdpr-script-tabs-main-cnt .CodeMirror-scroll{min-height:300px}#moove_form_checker_wrap .CodeMirror-scroll{overflow:scroll!important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;max-height:300px;outline:none;position:relative}#moove_form_checker_wrap .CodeMirror-sizer{position:relative;border-right:30px solid transparent}#moove_form_checker_wrap .CodeMirror-gutter-filler,#moove_form_checker_wrap .CodeMirror-hscrollbar,#moove_form_checker_wrap .CodeMirror-scrollbar-filler,#moove_form_checker_wrap .CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}#moove_form_checker_wrap .CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}#moove_form_checker_wrap .CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}#moove_form_checker_wrap .CodeMirror-scrollbar-filler{right:0;bottom:0}#moove_form_checker_wrap .CodeMirror-gutter-filler{left:0;bottom:0}#moove_form_checker_wrap .CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}#moove_form_checker_wrap .CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-30px}#moove_form_checker_wrap .CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:none!important;border:none!important}#moove_form_checker_wrap .CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}#moove_form_checker_wrap .CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}#moove_form_checker_wrap .CodeMirror-gutter-wrapper ::selection{background-color:transparent}#moove_form_checker_wrap .CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}#moove_form_checker_wrap .CodeMirror-lines{cursor:text;min-height:1px}#moove_form_checker_wrap .CodeMirror pre{border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;font-variant-ligatures:contextual}#moove_form_checker_wrap .CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}#moove_form_checker_wrap .CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}#moove_form_checker_wrap .CodeMirror-linewidget{position:relative;z-index:2;padding:.1px}#moove_form_checker_wrap .CodeMirror-rtl pre{direction:rtl}#moove_form_checker_wrap .CodeMirror-code{outline:none}#moove_form_checker_wrap .CodeMirror-gutter,#moove_form_checker_wrap .CodeMirror-gutters,#moove_form_checker_wrap .CodeMirror-linenumber,#moove_form_checker_wrap .CodeMirror-scroll,#moove_form_checker_wrap .CodeMirror-sizer{box-sizing:content-box}#moove_form_checker_wrap .CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}#moove_form_checker_wrap .CodeMirror-cursor{position:absolute;pointer-events:none}#moove_form_checker_wrap .CodeMirror-measure pre{position:static}#moove_form_checker_wrap div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}#moove_form_checker_wrap .CodeMirror-focused div.CodeMirror-cursors,#moove_form_checker_wrap div.CodeMirror-dragcursors{visibility:visible}#moove_form_checker_wrap .CodeMirror-selected{background:#d9d9d9}#moove_form_checker_wrap .CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}#moove_form_checker_wrap .CodeMirror-crosshair{cursor:crosshair}#moove_form_checker_wrap .CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}#moove_form_checker_wrap .CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}#moove_form_checker_wrap .cm-searching{background-color:#ffa;background-color:rgba(255,255,0,.4)}#moove_form_checker_wrap .cm-force-border{padding-right:.1px}@media print{#moove_form_checker_wrap .CodeMirror div.CodeMirror-cursors{visibility:hidden}}#moove_form_checker_wrap .cm-tab-wrap-hack:after{content:""}#moove_form_checker_wrap span.CodeMirror-selectedtext{background:none}
     1.moove-gdpr-donation-box-wrapper{width:auto;margin:10px 20px 0 2px}.moove-gdpr-donation-box-wrapper .moove-gdpr-donate-form{float:left;margin-right:20px}.moove-gdpr-donation-box-wrapper .moove-donation-box{padding-bottom:20px}.gdpr_cb_bhv_desc{display:block;font-size:12px;line-height:1.2;margin-top:2px;font-style:italic}#moove_form_checker_wrap .moove-gdpr-form-container,#moove_form_checker_wrap .nav-tab-wrapper,#moove_form_checker_wrap .nav-tab-wrapper a.nav-tab,.moove-plugins-info-boxes{box-sizing:content-box}#moove_form_checker_wrap .nav-tab-wrapper a.nav-tab.gdpr-cc-addon{background-color:#f79322;color:#fff}#moove_form_checker_wrap .nav-tab-wrapper a.nav-tab.gdpr-cc-addon.nav-tab-active,#moove_form_checker_wrap .nav-tab-wrapper a.nav-tab.gdpr-cc-addon:hover{color:#f79322;background-color:#fff}#moove_form_checker_wrap .nav-tab-wrapper a.nav-tab.gdpr-cc-addon.nav-tab-active:after{background-color:#fff}fieldset.gdpr-close-options label{font-weight:500}fieldset.gdpr-close-options label span{font-weight:300}#moove_form_checker_wrap .gdpr-faq-accordion-content .cm-s-default .cm-string-2{color:inherit}.gdpr-tab-section-cnt .gdpr-sortable-buttons-wrap>td{padding:0}.gdpr-tab-section-cnt .gdpr-sortable-buttons-wrap .gdpr-sortable-buttons{width:100%;counter-reset:a}.gdpr-tab-section-cnt .gdpr-sortable-buttons-wrap .gdpr-sortable-buttons table{width:100%}.gdpr-tab-section-cnt .gdpr-sortable-buttons-wrap .gdpr-sortable-buttons p{font-size:12px}.gdpr-tab-section-cnt .gdpr-sortable-buttons-wrap .gdpr-sortable-buttons .gdpr-sortable-button{border:1px solid #e5e5e5;padding:0 20px 20px 60px;position:relative;counter-increment:a;margin:10px 0;background-color:#fff}.gdpr-tab-section-cnt .gdpr-sortable-buttons-wrap .gdpr-sortable-buttons .gdpr-sortable-button.ui-state-disabled{pointer-events:none}.gdpr-tab-section-cnt .gdpr-sortable-buttons-wrap .gdpr-sortable-buttons .gdpr-sortable-button.ui-state-disabled *{pointer-events:auto}.gdpr-tab-section-cnt .gdpr-sortable-buttons-wrap .gdpr-sortable-buttons .gdpr-sortable-button:before{position:absolute;content:counter(a);top:1px;left:1px;width:30px;height:calc(100% - 2px);background-color:#f5f5f5;color:#23282d;text-align:center;line-height:30px;border:none;padding:0;box-shadow:none;transition:all .4s ease;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-right:1px solid #e5e5e5;font-weight:500;font-size:14px}.gdpr-tab-section-cnt .gdpr-sortable-buttons-wrap .gdpr-sortable-buttons td{padding:0}#moove_form_checker_wrap>.notice.is-dismissible:not(.gdpr-cc-notice){display:none!important}.gdpr-tab-section-cnt .nav-tab-wrapper a.nav-tab-dark{background-color:#232323;color:#fff}.gdpr-tab-section-cnt .nav-tab-wrapper a.nav-tab-dark:hover{background-color:#fff;color:#555}.gdpr-tab-section-cnt .nav-tab-wrapper a.nav-tab-dark.nav-tab-active{background-color:#fff}.gdpr-admin-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999}.gdpr-admin-popup,.gdpr-admin-popup .gdpr-popup-close{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.gdpr-admin-popup .gdpr-popup-close{position:absolute;top:-15px;right:-15px;width:30px;height:30px;text-decoration:none;border-radius:50%;background-color:#f79322;color:#fff;transition:all .4 ease}.gdpr-admin-popup .gdpr-popup-close:hover{background-color:#232323}.gdpr-admin-popup .gdpr-popup-overlay{background-color:rgba(0,0,0,.8);position:absolute;top:0;left:0;bottom:0;right:0;z-index:15}.gdpr-admin-popup .gdpr-popup-content{width:420px;max-width:70vw;background-color:#fff;padding:30px;border-radius:8px;text-align:center;position:relative;z-index:35}.gdpr-admin-popup .gdpr-popup-content p{font-size:14px;line-height:20px;margin-top:0}.gdpr-admin-popup .gdpr-popup-content h4{font-size:18px;line-height:28px;margin-top:0}#moove-gdpr-setting-error-settings_updated .wrap{width:100%;margin:0}#moove-gdpr-setting-error-settings_updated .wrap p{padding-left:0;margin-left:0}.gdpr-video-tutorial-content{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.gdpr_admin_link{text-decoration:none;color:#f79322;transition:all .4s ease}.gdpr_admin_link.gdpr_premium_buy_link{font-weight:600}.gdpr_admin_link:hover{text-decoration:underline;color:#f79322}.gdpr_license_info{font-style:italic}#moove_gdpr_license_settings .wrap,#moove_gdpr_license_settings pre{width:100%;white-space:normal;word-break:break-all;margin:0}#moove_gdpr_license_settings .wrap span,#moove_gdpr_license_settings pre span{font-size:13px}#moove_gdpr_license_settings .wrap p,#moove_gdpr_license_settings pre p{margin-bottom:0}#moove_gdpr_license_settings .gdpr_license_log{padding:0}.gdpr-video-tutorial-content iframe{width:100%;height:auto;position:absolute;top:0;left:0;height:100%}.gdpr-faq-accordion-content textarea{width:100%;height:auto;height:200px}.gdpr-cookie-alert{background-color:#f79322;border:1px solid #f79322;color:#fff;box-shadow:0 3px 51px 0 rgba(0,0,0,.05);padding:10px;display:inline-block;width:auto;box-sizing:border-box;margin:10px 0 20px;border-radius:3px;padding-right:50px;position:relative}.gdpr-cookie-alert.gdpr-cookie-alert-dark{background-color:#23282d;border-color:#23282d;display:block;width:100%}.gdpr-cookie-alert.gdpr-cookie-alert-dark span.gdpr-dismiss,.gdpr-cookie-alert.gdpr-cookie-alert-dark span.gdpr-dismiss-update{color:#fff;top:6px}.gdpr-cookie-alert.gdpr-cookie-alert-dark span.gdpr-dismiss-update:hover,.gdpr-cookie-alert.gdpr-cookie-alert-dark span.gdpr-dismiss:hover{color:#f79322}.gdpr-cookie-alert.gdpr-cookie-update-alert{display:block;width:100%;background-color:#fff;border:1px solid #ccc;box-shadow:0 3px 51px 0 rgba(0,0,0,.05);color:#23282d}.gdpr-cookie-alert.gdpr-cookie-update-alert a{color:#f79322}.gdpr-cookie-alert.gdpr-cookie-update-alert span.gdpr-dismiss,.gdpr-cookie-alert.gdpr-cookie-update-alert span.gdpr-dismiss-update{color:#23282d}.gdpr-cookie-alert.gdpr-cookie-update-alert span.gdpr-dismiss-update:hover,.gdpr-cookie-alert.gdpr-cookie-update-alert span.gdpr-dismiss:hover{color:#f79322}.gdpr-cookie-alert span.gdpr-dismiss,.gdpr-cookie-alert span.gdpr-dismiss-update{position:absolute;top:4px;right:8px;font-size:25px;font-weight:400;line-height:1;color:#fff;cursor:pointer;transition:all .4s ease}.gdpr-cookie-alert span.gdpr-dismiss-update:hover,.gdpr-cookie-alert span.gdpr-dismiss:hover{color:#23282d}.gdpr-cookie-alert h4{margin:0 0 10px;font-size:16px}.gdpr-cookie-alert p{margin:0;font-size:13px;font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gdpr-cookie-alert p strong{padding:2px 3px;display:inline-block;background-color:#fff;color:#23282d;margin:0 5px}.gdpr-disabled{pointer-events:none;cursor:default;opacity:.5}.gdpr-script-tabs-main-cnt{position:relative;overflow:hidden}body.toplevel_page_moove-gdpr{background-color:#fff}#moove_form_checker_wrap button.button-primary.button-reset-settings{float:right;background-color:#262c33;border-color:#737373;opacity:.5}#moove_form_checker_wrap button.button-primary.button-reset-settings:hover{opacity:1}#moove_form_checker_wrap .moove-gdpr-form-container{min-height:895px}.gdpr_license_log_alert{padding:0}.gdpr_license_log_alert .wrap>.update-messages,.gdpr_license_log_alert .wrap>h1,.gdpr_license_log_alert .wrap>p{display:none}.gdpr_license_log_alert .gdpr-admin-alert{position:relative;padding-right:40px;margin:20px 0}.gdpr_license_log_alert .gdpr-admin-alert .gdpr-alert-content{padding-right:30px}.gdpr_license_log_alert .gdpr-admin-alert .dashicons{position:absolute;top:5px;right:5px;width:30px;height:30px;border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:rgba(5,150,24,.5);font-size:34px!important;background-color:#fff}.gdpr_license_log_alert .gdpr-admin-alert a{color:inherit;text-decoration:underline;margin-right:5px;font-weight:500}.gdpr_license_log_alert .gdpr-admin-alert a:hover{color:#262c33;text-decoration:underline}.gdpr_license_log_alert .gdpr-admin-alert.gdpr-admin-alert-success{background-color:rgba(5,150,24,.1);color:#059618;padding:5px 10px;border-radius:15px;border:2px solid rgba(5,150,24,.5)}.gdpr_license_log_alert .gdpr-admin-alert.gdpr-admin-alert-error{background-color:rgba(225,0,0,.1);color:#e10000;padding:5px 10px;border-radius:15px;border:2px solid rgba(225,0,0,.5)}.gdpr_license_log_alert .gdpr-admin-alert.gdpr-admin-alert-error .dashicons{color:rgba(225,0,0,.5)}.gdpr_license_log_alert .gdpr-admin-alert p{margin:5px 0}.gdpr-plugin-star-rating{display:inline-block;color:#ffb900;position:relative;top:3px}.gdpr-plugin-star-rating svg,.gdpr-plugin-star-rating svg:hover{fill:#ffb900}.gdpr-plugin-star-rating svg:hover~svg{fill:none}.gdpr-help-content-cnt .gdpr-help-content-block{margin-top:20px}.gdpr-help-content-cnt .gdpr-faq-toggle{box-shadow:0 3px 51px 0 rgba(0,0,0,.05);border:1px solid #ccc;margin-bottom:20px}.gdpr-help-content-cnt .gdpr-faq-toggle code{display:block;white-space:pre-wrap}.gdpr-help-content-cnt .gdpr-faq-toggle ul li{position:relative;padding-left:15px}.gdpr-help-content-cnt .gdpr-faq-toggle ul li:before{content:"";position:absolute;top:7px;left:0;width:5px;height:5px;border-radius:50%;background-color:#f79322}.gdpr-help-content-cnt .gdpr-faq-toggle.gdpr-faq-open .gdpr-faq-accordion-header h3{background-color:#f79322;color:#fff}.gdpr-help-content-cnt .gdpr-faq-toggle.gdpr-faq-open .gdpr-faq-accordion-header h3:after{content:"-"}.gdpr-help-content-cnt .gdpr-faq-toggle .gdpr-faq-accordion-header h3{margin:0;position:relative;padding:15px 20px;padding-right:60px;cursor:pointer;transition:all .3s ease;font-size:16px!important}.gdpr-help-content-cnt .gdpr-faq-toggle .gdpr-faq-accordion-header h3:hover{background-color:#f79322;color:#fff}.gdpr-help-content-cnt .gdpr-faq-toggle .gdpr-faq-accordion-header h3:after{content:"+";width:50px;position:absolute;top:0;right:0;border-left:1px solid #ccc;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:26px;text-align:center;bottom:0;-ms-flex-pack:center;justify-content:center}.gdpr-help-content-cnt .gdpr-faq-toggle .gdpr-faq-accordion-content{padding:15px 60px 15px 20px;border-top:1px solid #ccc}.gdpr-help-content-cnt .gdpr-faq-toggle .gdpr-faq-accordion-content code{line-height:1.8;overflow:auto;display:block}.gdpr-disable-posts-nav{list-style-type:none;padding:5px 10px;margin:20px 0;background-color:#fff;box-shadow:0 3px 51px 0 rgba(0,0,0,.05);border:1px solid #ccc}.gdpr-disable-posts-nav li:first-child a{padding-left:0}.gdpr-disable-posts-nav li:last-child a{padding-right:0}.gdpr-disable-posts-nav li:after{content:"|";display:inline-block;position:absolute;right:-2px;top:10px}.gdpr-disable-posts-nav li:first-child:after,.gdpr-disable-posts-nav li:last-child:after{display:none}.gdpr-disable-posts-nav li{list-style:none;display:inline-block;float:left;position:relative;margin:0}.gdpr-disable-posts-nav li a.active{color:#f79322}.gdpr-disable-posts-nav li a,.gdpr-disable-posts-nav li strong{display:block;padding:10px;outline:none;box-shadow:none}.gdpr-disable-posts-nav li strong{padding-left:0}body.toplevel_page_moove-gdpr #wpcontent{background-color:#fff}.gdpr-script-tab-content{position:relative;overflow:hidden}.gdpr-script-tab-content .gdpr-tab-code-section{transition:all .8s ease;top:0;right:0;left:0}.gdpr-script-tab-content .gdpr-tab-code-section:not(.gdpr-active){height:0;opacity:0;margin:0;position:absolute;top:100%;visibility:hidden}.gdpr-tab-code-section-nav ul{list-style-type:none;padding:0;margin:20px 1px 0;display:-ms-flexbox;display:flex}.gdpr-tab-code-section-nav ul li{list-style:none;padding:0;margin:0 -1px;position:relative;border:1px solid #f79322;border-bottom:0;overflow:hidden}.gdpr-tab-code-section-nav ul li:first-child{border-top-left-radius:10px}.gdpr-tab-code-section-nav ul li:last-child{border-top-right-radius:10px}.gdpr-tab-code-section-nav ul li a{background-color:#fff;display:block;padding:8px 20px;text-decoration:none;font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;color:#555;transition:all .3s ease;outline:none;box-shadow:none}.gdpr-tab-code-section-nav ul li a:before{content:"\21B3";transform:rotate(90deg);display:inline-block;position:absolute;top:0;left:0;width:0;color:#fff;opacity:0;transition:all .3s ease}.gdpr-tab-code-section-nav ul li a.gdpr-active:before{opacity:1;top:4px;left:10px}.gdpr-tab-code-section-nav ul li a.gdpr-active,.gdpr-tab-code-section-nav ul li a:hover{background-color:#f79322;color:#fff}.gdpr-tab-code-section{background-color:#fff;padding:20px;border:1px solid #f79322;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top-right-radius:10px;position:relative;overflow-wrap:hidden}.gdpr-tab-code-section .CodeMirror{font-size:15px;width:100%;height:300px;box-sizing:border-box;background-color:#fff;border:1px solid #ccc}.gdpr-tab-code-section .CodeMirror-gutters{padding-bottom:0;background-color:#f1f1f1}.gdpr-tab-code-section p.description{font-weight:500;font-size:13px}.gdpr-tab-code-section h4{margin:-20px -20px 0;padding:15px 20px;border-bottom:1px solid #ccc}.gdpr-tab-code-section table{width:100%}.gdpr-tab-code-section .gdpr-code{padding:10px;background-color:#f1f1f1}.gdpr-img-responsive{max-width:100%;height:auto}.gdpr-tab-section-cnt{max-width:calc(100% - 380px);display:inline-block;width:100%}.gdpr-tab-section-cnt .regular-text{width:100%}.gdpr-tab-section-cnt .powered-by-label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:15px}.gdpr-tab-section-cnt .powered-by-label label{white-space:nowrap;margin-right:20px}.gdpr-tab-section-cnt.gdpr-has-premium{max-width:100%}.gdpr-conditional-field:not(.gdpr-conditional-on),.gdpr-tab-section-cnt.gdpr-has-premium+.moove-plugins-info-boxes{display:none}.gdpr-checkbox-toggle{position:relative;display:inline-block;width:160px;height:24px;box-sizing:border-box}.gdpr-checkbox-toggle *{box-sizing:border-box}.gdpr-checkbox-toggle.gdpr-checkbox-inverted input:checked+.gdpr-checkbox-slider{background-color:red}.gdpr-checkbox-toggle.gdpr-checkbox-inverted input:checked+.gdpr-checkbox-slider:after{content:attr(data-disable)}.gdpr-checkbox-toggle.gdpr-checkbox-inverted .gdpr-checkbox-slider{background-color:#2e9935}.gdpr-checkbox-toggle.gdpr-checkbox-inverted .gdpr-checkbox-slider:after{content:attr(data-enable)}.gdpr-checkbox-toggle.gdpr-color-scheme-toggle input:checked+.gdpr-checkbox-slider{background-color:#202020}.gdpr-checkbox-toggle.gdpr-color-scheme-toggle input:checked+.gdpr-checkbox-slider:after{color:#fff}.gdpr-checkbox-toggle.gdpr-color-scheme-toggle .gdpr-checkbox-slider,.gdpr-checkbox-toggle.gdpr-color-scheme-toggle input:checked+.gdpr-checkbox-slider:before{background-color:#fff}.gdpr-checkbox-toggle.gdpr-color-scheme-toggle .gdpr-checkbox-slider:after{color:#202020}.gdpr-checkbox-toggle.gdpr-color-scheme-toggle .gdpr-checkbox-slider:before{background-color:#202020}.gdpr-checkbox-toggle input{opacity:0;width:0;height:0}.gdpr-checkbox-toggle input:checked+.gdpr-checkbox-slider{background-color:#2e9935}.gdpr-checkbox-toggle input:checked+.gdpr-checkbox-slider:after{content:attr(data-enable)}.gdpr-checkbox-toggle input:checked+.gdpr-checkbox-slider:before{transform:translateX(136px)}.gdpr-checkbox-toggle .gdpr-checkbox-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:red;transition:.4s;border-radius:34px;border:1px solid #ddd}.gdpr-checkbox-toggle .gdpr-checkbox-slider:before{position:absolute;content:"";height:20px;width:20px;left:1px;bottom:1px;background-color:#fff;transition:.4s;border-radius:50%}.gdpr-checkbox-toggle .gdpr-checkbox-slider:after{content:attr(data-disable);position:absolute;top:5px;left:0;right:0;color:#fff;font-size:12px;display:block;z-index:4;text-transform:uppercase;text-align:center;font-weight:600;font-family:Helvetica;letter-spacing:.5px}.moove-plugins-info-boxes{display:inline-block;float:right;width:350px;background-color:#fff}.moove-plugins-info-boxes .m-plugin-box{border:1px solid #ccc;margin-bottom:30px;background-color:#fff;border-radius:5px;box-shadow:0 3px 51px 0 rgba(0,0,0,.05)}.moove-plugins-info-boxes .m-plugin-box img{max-width:100%;height:auto}.moove-plugins-info-boxes .m-plugin-box.m-plugin-box-highlighted{border:2px solid #f79322}.moove-plugins-info-boxes .m-plugin-box.m-plugin-box-highlighted .box-header{background-color:#f79322;border-color:#f79322;color:#fff}.moove-plugins-info-boxes .m-plugin-box.m-plugin-box-support:not(.m-plugin-box-highlighted) .gdpr-review-bnt{background-color:rgba(85,85,85,.5);color:#fff}.moove-plugins-info-boxes .m-plugin-box.m-plugin-box-support:not(.m-plugin-box-highlighted) .gdpr-review-bnt:hover{background-color:#232323;color:#fff}.moove-plugins-info-boxes .m-plugin-box .box-content .gdpr-faq-forum-content p{position:relative;padding-left:15px;line-height:1.3;margin-bottom:10px}.moove-plugins-info-boxes .m-plugin-box .box-content .gdpr-faq-forum-content p .gdpr-chevron-left{color:#f79322;font-size:18px;position:absolute;left:0;top:7px;line-height:0}.moove-plugins-info-boxes .m-plugin-box a:not(.gdpr-review-bnt):not(.plugin-buy-now-btn){color:#f79322;transition:all .3s ease}.moove-plugins-info-boxes .m-plugin-box a:not(.gdpr-review-bnt):not(.plugin-buy-now-btn):hover{color:#23282d}.moove-plugins-info-boxes .m-plugin-box .gdpr-review-bnt{text-decoration:none;outline:none;padding:7px 20px;font-size:12px;font-weight:500;background-color:#f79322;color:#fff;transition:all .3s ease;line-height:18px;border:none;display:inline-block;margin:10px 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.moove-plugins-info-boxes .m-plugin-box .gdpr-review-bnt:hover{background-color:#262c33}.moove-plugins-info-boxes .m-plugin-box .box-header{padding:10px;border-bottom:1px solid #ccc}.moove-plugins-info-boxes .m-plugin-box .box-header h4{font-size:14px;font-weight:500;margin:0}.moove-plugins-info-boxes .m-plugin-box .box-content{padding:10px}.moove-plugins-info-boxes .m-plugin-box .box-content p{margin-top:5px;margin-bottom:5px}.moove-plugins-info-boxes .m-plugin-box .box-content hr{margin:10px 0}.moove-plugins-info-boxes .m-plugin-box .plugin-rating{display:-ms-flexbox;display:flex;margin:10px 0 20px;-ms-flex-align:center;align-items:center;transform:scale(1.3);width:100%;padding-left:13%}.moove-plugins-info-boxes .m-plugin-box .plugin-rating .plugin-stars{display:inline-block;width:50%}.moove-plugins-info-boxes .m-plugin-box .gdpr-review-container{display:block;text-align:left;margin:0}.moove-plugins-info-boxes .m-plugin-box .plugin-stats{display:-ms-flexbox;display:flex}.moove-plugins-info-boxes .m-plugin-box .plugin-stats *{box-sizing:border-box}.moove-plugins-info-boxes .m-plugin-box .plugin-stats .plugin-download-ainstalls-cnt{display:inline-block;width:calc(100% - 130px);line-height:20px}.moove-plugins-info-boxes .m-plugin-box .plugin-stats .plugin-rating{width:125px;box-sizing:border-box;text-align:right;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:0;margin:0}.moove-plugins-info-boxes .m-plugin-box .plugin-stats .plugin-rating .plugin-stars{width:100px;transform:scale(.8)}.moove-plugins-info-boxes .m-plugin-box .plugin-features{padding-left:20px;margin-top:5px}.moove-plugins-info-boxes .m-plugin-box .plugin-features li{list-style-type:square}.moove-plugins-info-boxes .m-plugin-box .plugin-buy-now-btn{display:block;text-decoration:none;outline:none;box-shadow:none;padding:7px 20px;background-color:#f79322;color:#fff;text-align:center;transition:all .3s ease;margin:15px 0;font-weight:500;font-size:12px}.moove-plugins-info-boxes .m-plugin-box .plugin-buy-now-btn:hover{background-color:#232323}.gdpr-tab-section-cnt{position:relative;overflow:hidden}.gdpr-tab-section-cnt .form-table th{width:250px;max-width:250px}@media (max-width:1280px){.gdpr-tab-section-cnt{max-width:100%;display:block;width:100%}.gdpr-tab-section-cnt .form-table th{width:200px}.moove-plugins-info-boxes{display:inline-block;float:none;width:100%;padding:0;margin:15px 0;background-color:#f1f1f1}}.gdpr-locked-section{padding:0 40px;background-color:#fff;border:1px solid #ccc;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;margin-top:90px;border-radius:5px}.gdpr-locked-section span{display:block;width:100%;transform:translateY(-50px);text-align:center}.gdpr-locked-section h4{font-size:28px;line-height:32px;margin:60px 0 30px;text-align:center}.gdpr-locked-section *{box-sizing:border-box}.gdpr-locked-section i{font-size:30px;line-height:55px;color:#f79322;width:60px;height:50px;background-color:#fff;border:1px solid #ccc;border-bottom:1px solid #fff;border-top-left-radius:100px;border-top-right-radius:100px}.gdpr-locked-section .plugin-buy-now-btn{display:block;text-decoration:none;outline:none;box-shadow:none;padding:7px 20px;background-color:#f79322;color:#fff;text-align:center;transition:all .3s ease;margin:15px auto 0;font-weight:500;font-size:12px;max-width:200px}.gdpr-locked-section .plugin-buy-now-btn:hover{background-color:#232323}#moove_form_checker_wrap .nav-tab-wrapper a.nav-tab.gdpr-cc-addon.gdpr-cc-disabled{background-color:#fff;color:#f79322}.moove-donation-box{position:relative;width:calc(100% - 20px);margin:16px 0;padding:0 15px 10px;box-shadow:0 1px 1px rgba(0,0,0,.04);background:#fff;font-size:13px}.moove-donation-box .notice-dismiss:before{float:left;margin:0 4px -2px 0}.moove-redirect-box{width:100%}.moove-not-visible{opacity:0;visibility:hidden;position:absolute}.moove-gdpr-form-container{min-height:45vh}.moove-gdpr-form-container input[type=radio].on-off{margin:0}.moove-gdpr-form-container input.iris-colorpicker{text-shadow:1px 0 0 #fff,-1px 0 0 #fff,0 1px 0 #fff,0 -1px 0 #fff,1px 1px #fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff;text-transform:uppercase;outline:none!important;box-shadow:none!important;font-weight:500;font-size:14px;border:none;width:120px;height:30px;margin:0;border-top-left-radius:5px;border-bottom-left-radius:5px}.moove-gdpr-form-container .iris-selectbtn{position:relative;background-color:#fff;display:inline-block;padding:0 5px;text-transform:uppercase;font-size:11px;line-height:30px;font-weight:500;float:right;border-top-right-radius:5px;border-bottom-right-radius:5px;cursor:pointer}.moove-gdpr-form-container .iris-colorpicker-group-cnt{display:inline-block;border:1px solid #ddd;border-radius:5px}.moove-gdpr-form-container .iris-picker{position:absolute}.moove-gdpr-form-container .iris-picker:before{content:"";position:fixed;width:100%;height:100%;top:0;left:0}.moove-gdpr-form-container .iris-picker .iris-picker-inner{z-index:100}.moove-clearfix:after{content:"";clear:both;display:table}.moove_gdpr_company_logo_holder{display:inline-block;padding-bottom:50px;width:130px;height:0;background-position:0;background-repeat:no-repeat;background-size:contain;cursor:pointer}#wp-moove_gdpr_advanced_cookies_tab_content-wrap,#wp-moove_gdpr_cookies_policy_tab_content-wrap,#wp-moove_gdpr_ifb_content-wrap,#wp-moove_gdpr_info_bar_content-wrap,#wp-moove_gdpr_modal_strictly_secondary_notice-wrap,#wp-moove_gdpr_performance_cookies_tab_content-wrap,#wp-moove_gdpr_privacy_overview_tab_content-wrap,#wp-moove_gdpr_strict_necessary_cookies_tab_content-wrap,#wp-moove_gdpr_strictly_necessary_cookies_warning-wrap{max-width:100%}span.separator{display:inline-block;margin-left:10px}.gdpr-cookie-compliance-header-section{padding-left:100px;position:relative;margin:30px 0}.gdpr-cookie-compliance-header-section a{color:#f79322}.gdpr-cookie-compliance-header-section:before{content:"";position:absolute;left:0;top:0;width:100px;height:100px;background-image:url(../images/gdpr-cookie-compliance-icon.png);background-position:0;background-repeat:no-repeat;background-size:contain}.gdpr-cookie-compliance-header-section h2{font-size:30px;font-weight:500;padding-top:25px;margin-bottom:10px}.gdpr-cookie-compliance-header-section h2 .gdpr-plugin-version{font-size:16px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;color:#565656;margin-left:5px}.gdpr-cookie-compliance-header-section h4{margin-top:10px}#moove_form_checker_wrap{position:relative}#moove_form_checker_wrap .button-primary{background-color:#f89e26;border:none;border-radius:0;text-shadow:none;box-shadow:none;outline:none;padding:8px 15px;font-size:12px;font-weight:400;color:#fff;transition:all .3s ease;height:auto;line-height:18px;border:1px solid #d28b21}#moove_form_checker_wrap .button-primary.button-inverse,#moove_form_checker_wrap .button-primary:hover{background-color:#262c33;border:1px solid #737373}#moove_form_checker_wrap .button-primary.button-inverse:hover{background-color:#f89e26;border:1px solid #d28b21}#moove_form_checker_wrap h1{margin:0;padding:0}#moove_form_checker_wrap h2,#moove_form_checker_wrap h3{font-weight:500;font-size:20px}#moove_form_checker_wrap .gdpr-tab-section-cnt:after{content:"";clear:both;display:table}#moove_form_checker_wrap .nav-tab-wrapper{width:200px;display:inline-block;padding-right:17px;padding-top:0;position:relative}#moove_form_checker_wrap .nav-tab-wrapper a.nav-tab{font-size:12px;padding:10px 8px;width:100%;font-weight:500;margin-left:0;outline:none;box-shadow:none;border-right:0;position:relative;white-space:normal;line-height:1.3;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border-bottom:1px solid #ccc;margin-bottom:-1px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}#moove_form_checker_wrap .nav-tab-wrapper a.nav-tab .dashicons{margin-right:5px}#moove_form_checker_wrap .nav-tab-wrapper .nav-tab-active,#moove_form_checker_wrap .nav-tab-wrapper .nav-tab-active:focus,#moove_form_checker_wrap .nav-tab-wrapper .nav-tab-active:focus:active,#moove_form_checker_wrap .nav-tab-wrapper .nav-tab-active:hover{border-bottom:1px solid #ccc;color:#f79322;outline:none;box-shadow:none;background-color:#fff}#moove_form_checker_wrap .nav-tab-wrapper .nav-tab-active:after{content:"";position:absolute;right:-1px;top:0;width:2px;bottom:0;background-color:#fff}#moove_form_checker_wrap .moove-gdpr-form-container{width:calc(100% - 279px);float:right;padding:5px 30px 30px;border:1px solid #ccc}#moove_form_checker_wrap .moove-gdpr-settings-branding{margin:25px 0;font-style:italic}#moove_form_checker_wrap .moove-gdpr-settings-branding hr{margin:0}#moove_form_checker_wrap .moove-gdpr-settings-branding p{margin:15px 0}#moove_form_checker_wrap .moove-gdpr-settings-branding p span{display:inline-block;background-image:url(../images/moove_logo_br.png);width:66px;height:15px;background-size:contain;background-repeat:no-repeat;background-position:0 100%}#moove_form_checker_wrap .moove-gdpr-settings-branding p a{text-decoration:none;color:inherit}#moove_form_checker_wrap .moove-gdpr-settings-branding p a:hover{text-decoration:underline}.moove-gdpr-form-error .alert.script-error{color:#fff;padding:10px;background-color:red;text-transform:uppercase}#moove_form_checker_wrap .CodeMirror{font-family:monospace;height:auto;color:#000;direction:ltr}#moove_form_checker_wrap .CodeMirror-lines{padding:4px 0}#moove_form_checker_wrap .CodeMirror pre{padding:0 4px}#moove_form_checker_wrap .CodeMirror-gutter-filler,#moove_form_checker_wrap .CodeMirror-scrollbar-filler{background-color:#fff}#moove_form_checker_wrap .CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}#moove_form_checker_wrap .CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}#moove_form_checker_wrap .CodeMirror-guttermarker{color:#000}#moove_form_checker_wrap .CodeMirror-guttermarker-subtle{color:#999}#moove_form_checker_wrap .CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}#moove_form_checker_wrap .CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}#moove_form_checker_wrap .cm-fat-cursor .CodeMirror-cursor{width:auto;border:0!important;background:#7e7}#moove_form_checker_wrap .cm-fat-cursor div.CodeMirror-cursors{z-index:1}#moove_form_checker_wrap .cm-fat-cursor-mark{background-color:rgba(20,255,20,.5);animation:blink 1.06s steps(1) infinite}#moove_form_checker_wrap .cm-animate-fat-cursor{width:auto;border:0;animation:blink 1.06s steps(1) infinite;background-color:#7e7}@keyframes blink{50%{background-color:transparent}}#moove_form_checker_wrap .cm-tab{display:inline-block;text-decoration:inherit}#moove_form_checker_wrap .CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:-20px;overflow:hidden}#moove_form_checker_wrap .CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}#moove_form_checker_wrap .cm-s-default .cm-header{color:blue}#moove_form_checker_wrap .cm-s-default .cm-quote{color:#090}#moove_form_checker_wrap .cm-negative{color:#d44}#moove_form_checker_wrap .cm-positive{color:#292}#moove_form_checker_wrap .cm-header,.cm-strong{font-weight:700}#moove_form_checker_wrap .cm-em{font-style:italic}#moove_form_checker_wrap .cm-link{text-decoration:underline}#moove_form_checker_wrap .cm-strikethrough{text-decoration:line-through}#moove_form_checker_wrap .cm-s-default .cm-keyword{color:#708}#moove_form_checker_wrap .cm-s-default .cm-atom{color:#219}#moove_form_checker_wrap .cm-s-default .cm-number{color:#164}#moove_form_checker_wrap .cm-s-default .cm-def{color:#00f}#moove_form_checker_wrap .cm-s-default .cm-variable-2{color:#05a}#moove_form_checker_wrap .cm-s-default .cm-variable-3,.cm-s-default .cm-type{color:#085}#moove_form_checker_wrap .cm-s-default .cm-comment{color:#a50}#moove_form_checker_wrap .cm-s-default .cm-string{color:#a11}#moove_form_checker_wrap .cm-s-default .cm-string-2{color:#f50}#moove_form_checker_wrap .cm-s-default .cm-meta,#moove_form_checker_wrap .cm-s-default .cm-qualifier{color:#555}#moove_form_checker_wrap .cm-s-default .cm-builtin{color:#30a}#moove_form_checker_wrap .cm-s-default .cm-bracket{color:#997}#moove_form_checker_wrap .cm-s-default .cm-tag{color:#170}#moove_form_checker_wrap .cm-s-default .cm-attribute{color:#00c}#moove_form_checker_wrap .cm-s-default .cm-hr{color:#999}#moove_form_checker_wrap .cm-s-default .cm-link{color:#00c}#moove_form_checker_wrap .cm-invalidchar,#moove_form_checker_wrap .cm-s-default .cm-error{color:red}#moove_form_checker_wrap .CodeMirror-composing{border-bottom:2px solid}#moove_form_checker_wrap div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}#moove_form_checker_wrap div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}#moove_form_checker_wrap .CodeMirror-matchingtag{background:rgba(255,150,0,.3)}#moove_form_checker_wrap .CodeMirror-activeline-background{background:#e8f2ff}#moove_form_checker_wrap .CodeMirror{position:relative;overflow:hidden;background:#fff}.gdpr-script-tabs-main-cnt .CodeMirror-scroll{min-height:300px}#moove_form_checker_wrap .CodeMirror-scroll{overflow:scroll!important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;max-height:300px;outline:none;position:relative}#moove_form_checker_wrap .CodeMirror-sizer{position:relative;border-right:30px solid transparent}#moove_form_checker_wrap .CodeMirror-gutter-filler,#moove_form_checker_wrap .CodeMirror-hscrollbar,#moove_form_checker_wrap .CodeMirror-scrollbar-filler,#moove_form_checker_wrap .CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}#moove_form_checker_wrap .CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}#moove_form_checker_wrap .CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}#moove_form_checker_wrap .CodeMirror-scrollbar-filler{right:0;bottom:0}#moove_form_checker_wrap .CodeMirror-gutter-filler{left:0;bottom:0}#moove_form_checker_wrap .CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}#moove_form_checker_wrap .CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-30px}#moove_form_checker_wrap .CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:none!important;border:none!important}#moove_form_checker_wrap .CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}#moove_form_checker_wrap .CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}#moove_form_checker_wrap .CodeMirror-gutter-wrapper ::selection{background-color:transparent}#moove_form_checker_wrap .CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}#moove_form_checker_wrap .CodeMirror-lines{cursor:text;min-height:1px}#moove_form_checker_wrap .CodeMirror pre{border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;font-variant-ligatures:contextual}#moove_form_checker_wrap .CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}#moove_form_checker_wrap .CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}#moove_form_checker_wrap .CodeMirror-linewidget{position:relative;z-index:2;padding:.1px}#moove_form_checker_wrap .CodeMirror-rtl pre{direction:rtl}#moove_form_checker_wrap .CodeMirror-code{outline:none}#moove_form_checker_wrap .CodeMirror-gutter,#moove_form_checker_wrap .CodeMirror-gutters,#moove_form_checker_wrap .CodeMirror-linenumber,#moove_form_checker_wrap .CodeMirror-scroll,#moove_form_checker_wrap .CodeMirror-sizer{box-sizing:content-box}#moove_form_checker_wrap .CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}#moove_form_checker_wrap .CodeMirror-cursor{position:absolute;pointer-events:none}#moove_form_checker_wrap .CodeMirror-measure pre{position:static}#moove_form_checker_wrap div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}#moove_form_checker_wrap .CodeMirror-focused div.CodeMirror-cursors,#moove_form_checker_wrap div.CodeMirror-dragcursors{visibility:visible}#moove_form_checker_wrap .CodeMirror-selected{background:#d9d9d9}#moove_form_checker_wrap .CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}#moove_form_checker_wrap .CodeMirror-crosshair{cursor:crosshair}#moove_form_checker_wrap .CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}#moove_form_checker_wrap .CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}#moove_form_checker_wrap .cm-searching{background-color:#ffa;background-color:rgba(255,255,0,.4)}#moove_form_checker_wrap .cm-force-border{padding-right:.1px}@media print{#moove_form_checker_wrap .CodeMirror div.CodeMirror-cursors{visibility:hidden}}#moove_form_checker_wrap .cm-tab-wrap-hack:after{content:""}#moove_form_checker_wrap span.CodeMirror-selectedtext{background:none}
  • gdpr-cookie-compliance/trunk/languages/gdpr-cookie-compliance.pot

    r2705544 r2878897  
    44"Project-Id-Version: PACKAGE VERSION\n"
    55"Report-Msgid-Bugs-To: \n"
    6 "POT-Creation-Date: 2022-04-06 07:13+0000\n"
     6"POT-Creation-Date: 2023-03-11 09:09+0000\n"
    77"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    88"Last-Translator: \n"
     
    1515"X-Generator: Loco https://localise.biz/"
    1616
    17 #: views/moove/admin/settings/general-settings.php:392
     17#: views/moove/admin/settings/general-settings.php:123
    1818msgid ""
    1919"(Enter 0 if you want the consent to expire at the end of the current "
     
    2121msgstr ""
    2222
    23 #: views/moove/admin/settings/banner-settings.php:338
     23#: views/moove/admin/settings/banner-settings.php:355
    2424msgid ""
    2525"(The Cookie Banner becomes hidden for the duration of the current browsing "
     
    2828msgstr ""
    2929
    30 #: views/moove/admin/settings/general-settings.php:320
    31 msgid "(The Cookie Setting Screen will be closed)"
    32 msgstr ""
    33 
    34 #: views/moove/admin/settings/general-settings.php:336
    35 #: views/moove/admin/settings/banner-settings.php:354
     30#: views/moove/admin/settings/banner-settings.php:371
    3631msgid ""
    3732"(The cookies are accepted and the cookie banner does not re-appear until the "
     
    3934msgstr ""
    4035
    41 #: views/moove/admin/settings/general-settings.php:328
    42 #: views/moove/admin/settings/banner-settings.php:346
     36#: views/moove/admin/settings/banner-settings.php:363
    4337msgid ""
    4438"(The cookies are rejected and the cookie banner does not re-appear until the "
     
    4640msgstr ""
    4741
    48 #: class-gdpr-modules.php:297 class-gdpr-modules.php:411
    49 #: views/moove/admin/settings/settings-page.php:102
     42#: views/moove/admin/settings/banner-settings.php:380
     43msgid ""
     44"(The cookies are rejected and the user will be redirected to the specified "
     45"URL.)"
     46msgstr ""
     47
     48#: views/moove/admin/settings/support.php:28
     49#, php-format
     50msgid "1. Check the %s"
     51msgstr ""
     52
     53#: views/moove/admin/settings/support.php:47
     54#, php-format
     55msgid "2. Search our %s"
     56msgstr ""
     57
     58#: views/moove/admin/settings/support.php:61
     59msgid "3. Create a Support Ticket"
     60msgstr ""
     61
     62#: class-gdpr-modules.php:311 class-gdpr-modules.php:425
     63#: views/moove/admin/settings/settings-page.php:109
    5064#: views/moove/admin/settings/third-party-cookies.php:77
    5165msgid "3rd Party Cookies"
    5266msgstr ""
    5367
    54 #: views/moove/admin/settings/help.php:124
     68#: views/moove/admin/settings/help.php:142
    5569msgid "Absolute Path"
    5670msgstr ""
    5771
    58 #: class-moove-gdpr-content.php:150 class-gdpr-modules.php:164
    59 #: views/moove/admin/settings/banner-settings.php:222
     72#: class-moove-gdpr-content.php:150 class-gdpr-modules.php:178
     73#: views/moove/admin/settings/banner-settings.php:237
    6074msgid "Accept"
    6175msgstr ""
    6276
    63 #: views/moove/admin/settings/banner-settings.php:219
     77#: views/moove/admin/settings/banner-settings.php:234
    6478msgid "Accept - Button Label"
    6579msgstr ""
    6680
    67 #: views/moove/admin/settings/banner-settings.php:202
     81#: views/moove/admin/settings/banner-settings.php:217
    6882msgid "Accept button"
    6983msgstr ""
    7084
    71 #: views/moove/admin/settings/banner-settings.php:213
     85#: views/moove/admin/settings/banner-settings.php:228
    7286msgid "Accept button allows users to accept all cookies."
     87msgstr ""
     88
     89#: views/moove/admin/settings/plugin-boxes.php:31
     90msgid "Accept cookies on scroll"
    7391msgstr ""
    7492
     
    7795msgstr ""
    7896
    79 #: class-moove-gdpr-content.php:276 class-moove-gdpr-content.php:283
    80 #: class-moove-gdpr-content.php:289
     97#: class-moove-gdpr-actions.php:809
     98msgid "Accept on Scroll / Hide timer"
     99msgstr ""
     100
     101#: views/moove/admin/settings/banner-settings.php:445
     102msgid "Accessibility"
     103msgstr ""
     104
     105#: class-moove-gdpr-content.php:311 class-moove-gdpr-content.php:318
     106#: class-moove-gdpr-content.php:324
    81107msgid "Activate"
     108msgstr ""
     109
     110#: views/moove/admin/settings/help.php:105
     111msgid "activate again"
     112msgstr ""
     113
     114#: class-moove-gdpr-actions.php:530 class-moove-gdpr-actions.php:553
     115msgid "Activate your licence"
     116msgstr ""
     117
     118#: views/moove/admin/settings/plugin-boxes.php:68
     119msgid "Active installations"
    82120msgstr ""
    83121
     
    103141msgstr ""
    104142
    105 #: class-gdpr-modules.php:269 class-gdpr-modules.php:415
    106 #: views/moove/admin/settings/settings-page.php:109
     143#: views/moove/admin/settings/help.php:98
     144msgid "add-on plugin from your CMS completely"
     145msgstr ""
     146
     147#: class-gdpr-modules.php:283 class-gdpr-modules.php:429
     148#: views/moove/admin/settings/settings-page.php:116
    107149#: views/moove/admin/settings/advanced-cookies.php:67
    108150msgid "Additional Cookies"
     
    113155msgstr ""
    114156
     157#: views/moove/admin/settings/help.php:78
     158msgid ""
     159"Alternatively, you can try adding the code snippet below to your functions."
     160"php to change the script injection from AJAX to static which might help."
     161msgstr ""
     162
    115163#: views/moove/admin/settings/strictly-necessary-cookies.php:83
    116164msgid "Always enabled (user cannot disable it but can see the content)"
     
    121169msgstr ""
    122170
    123 #: views/moove/admin/settings/general-settings.php:319
    124 #: views/moove/admin/settings/banner-settings.php:337
     171#: class-moove-gdpr-actions.php:817
     172msgid "Analytics"
     173msgstr ""
     174
     175#: class-moove-gdpr-actions.php:555
     176msgid "and activate it"
     177msgstr ""
     178
     179#: views/moove/admin/settings/plugin-boxes.php:35
     180msgid "and more..."
     181msgstr ""
     182
     183#: views/moove/admin/settings/banner-settings.php:354
    125184msgid "as a Close button"
    126185msgstr ""
    127186
    128 #: views/moove/admin/settings/general-settings.php:327
    129 #: views/moove/admin/settings/banner-settings.php:345
     187#: views/moove/admin/settings/banner-settings.php:379
     188msgid "as a Redirect"
     189msgstr ""
     190
     191#: views/moove/admin/settings/banner-settings.php:362
    130192msgid "as a Reject button"
    131193msgstr ""
    132194
    133 #: views/moove/admin/settings/general-settings.php:335
    134 #: views/moove/admin/settings/banner-settings.php:353
     195#: views/moove/admin/settings/banner-settings.php:370
    135196msgid "as an Accept button"
     197msgstr ""
     198
     199#: views/moove/admin/settings/banner-settings.php:463
     200msgid "Banner initialization delay"
    136201msgstr ""
    137202
     
    141206msgstr ""
    142207
    143 #: views/moove/admin/settings/banner-settings.php:384
     208#: views/moove/admin/settings/banner-settings.php:414
    144209msgid "Bottom"
    145210msgstr ""
     
    154219msgstr ""
    155220
    156 #: views/moove/admin/settings/floating-button.php:120
    157 msgid "Button - Background Colour"
    158 msgstr ""
    159 
    160 #: views/moove/admin/settings/floating-button.php:91
    161 msgid "Button - Custom Position (CSS)"
    162 msgstr ""
    163 
    164 #: views/moove/admin/settings/floating-button.php:148
    165 msgid "Button - Font Colour"
    166 msgstr ""
    167 
    168 #: views/moove/admin/settings/floating-button.php:133
    169 msgid "Button - Hover Background Colour"
    170 msgstr ""
    171 
    172221#: views/moove/admin/settings/floating-button.php:82
    173222msgid "Button - Hover Label"
    174223msgstr ""
    175224
    176 #: views/moove/admin/settings/general-settings.php:188
    177 #: views/moove/admin/settings/banner-settings.php:189
     225#: views/moove/admin/settings/banner-settings.php:204
     226#: views/moove/admin/settings/screen-settings.php:156
    178227msgid "Button Setup"
    179228msgstr ""
    180229
    181 #: views/moove/admin/settings/branding.php:155
     230#: views/moove/admin/settings/branding.php:139
    182231msgid "Button Style"
    183232msgstr ""
    184233
    185 #: class-moove-gdpr-content.php:293 class-moove-gdpr-content.php:383
     234#: class-moove-gdpr-actions.php:531 class-moove-gdpr-actions.php:553
     235msgid "buy a new licence here"
     236msgstr ""
     237
     238#: class-moove-gdpr-content.php:328 class-moove-gdpr-content.php:418
    186239msgid "Buy licence"
    187240msgstr ""
    188241
    189 #: class-moove-gdpr-content.php:346
     242#: class-moove-gdpr-content.php:381
    190243msgid "Buy more licences"
     244msgstr ""
     245
     246#: class-moove-gdpr-actions.php:534 class-moove-gdpr-actions.php:560
     247#: views/moove/admin/settings/plugin-boxes.php:39
     248msgid "Buy Now"
    191249msgstr ""
    192250
     
    200258msgstr ""
    201259
    202 #: views/moove/admin/settings/help.php:629
     260#: views/moove/admin/settings/help.php:632
    203261msgid ""
    204262"By default, our plugin stores user preferences in \"moove_gdpr_popup\" "
     
    208266msgstr ""
    209267
    210 #: views/moove/admin/settings/help.php:413
     268#: views/moove/admin/settings/help.php:416
    211269msgid ""
    212270"By default, our plugin uses AJAX script injection to function properly, "
     
    217275msgstr ""
    218276
    219 #: views/moove/admin/settings/help.php:189
     277#: views/moove/admin/settings/help.php:207
    220278msgid "Can I use custom code or hooks with your plugin?"
    221279msgstr ""
    222280
    223 #: views/moove/admin/settings/help.php:134
     281#: views/moove/admin/settings/help.php:152
    224282msgid "Can I use direct links to “Accept” or “Reject” cookies?"
    225283msgstr ""
    226284
    227 #: views/moove/admin/settings/branding.php:204
     285#: views/moove/admin/settings/help.php:94
     286msgid ""
     287"Can you please check in your CMS > Plugins that both the free version and "
     288"the premium add-on plugin are activated?"
     289msgstr ""
     290
     291#: views/moove/admin/settings/branding.php:188
    228292msgid "CDN Base URL"
    229293msgstr ""
    230294
    231 #: views/moove/admin/settings/branding.php:145
    232 msgid "Center"
    233 msgstr ""
    234 
    235 #: class-gdpr-modules.php:77 views/moove/admin/settings/floating-button.php:85
     295#: views/moove/admin/settings/branding.php:193
     296msgid "cdn.example.com"
     297msgstr ""
     298
     299#: class-gdpr-modules.php:81 views/moove/admin/settings/floating-button.php:85
    236300msgid "Change cookie settings"
    237301msgstr ""
    238302
    239 #: views/moove/admin/settings/general-settings.php:361
     303#: views/moove/admin/settings/help.php:67
     304#, php-format
     305msgid ""
     306"Check %s in private browsing - if it’s restricted, you need to whitelist the "
     307"admin-ajax.php in your .htaccess file, or to apply the HTTP protection for "
     308"the wp-login.php only."
     309msgstr ""
     310
     311#: views/moove/admin/settings/screen-settings.php:287
    240312msgid "Checkbox Labels"
    241313msgstr ""
    242314
    243 #: views/moove/admin/settings/branding.php:176
     315#: views/moove/admin/settings/branding.php:160
    244316msgid "Choose font"
    245317msgstr ""
     
    249321msgstr ""
    250322
    251 #: views/moove/admin/settings/general-settings.php:308
    252 #: views/moove/admin/settings/banner-settings.php:326
     323#: views/moove/admin/settings/banner-settings.php:341
    253324msgid "Choose how the Close button should behave"
    254325msgstr ""
    255326
    256 #: views/moove/admin/settings/general-settings.php:168
     327#: views/moove/admin/settings/general-settings.php:106
     328msgid ""
     329"Choose if you’d like the page to reload when user accepts cookies. If you "
     330"choose not to, your analytical software will not count the current page "
     331"visit as the cookies will be loaded during the next page load only."
     332msgstr ""
     333
     334#: views/moove/admin/settings/banner-settings.php:454
     335msgid ""
     336"Choose the right accessibility experience for your users. You can decide "
     337"wether pressing tab key on your keyboard should first focus on the Cookie "
     338"Banner or on your website's content."
     339msgstr ""
     340
     341#: views/moove/admin/settings/screen-settings.php:136
    257342msgid "Choose your layout"
    258343msgstr ""
    259344
    260 #: views/moove/admin/settings/general-settings.php:294
    261 #: views/moove/admin/settings/banner-settings.php:312
     345#: views/moove/admin/settings/banner-settings.php:327
     346#: views/moove/admin/settings/screen-settings.php:262
    262347msgid "Close button"
    263348msgstr ""
    264349
    265 #: class-moove-gdpr-actions.php:336 class-moove-gdpr-actions.php:337
    266 #: class-moove-gdpr-actions.php:354 class-moove-gdpr-actions.php:355
     350#: class-moove-gdpr-actions.php:464 class-moove-gdpr-actions.php:465
     351#: class-moove-gdpr-actions.php:482 class-moove-gdpr-actions.php:483
    267352msgid "Close GDPR Cookie Banner"
    268353msgstr ""
    269354
    270 #: gdpr-modules/modal/modal-base-tabs.php:11
    271355#: gdpr-modules/modal/modal-base-tabs.php:12
    272 #: gdpr-modules/modal/modal-base-onepage.php:11
     356#: gdpr-modules/modal/modal-base-tabs.php:13
    273357#: gdpr-modules/modal/modal-base-onepage.php:12
     358#: gdpr-modules/modal/modal-base-onepage.php:13
    274359msgid "Close GDPR Cookie Settings"
    275360msgstr ""
    276361
    277 #: views/moove/admin/settings/banner-settings.php:397
     362#: views/moove/admin/settings/banner-settings.php:427
    278363msgid "Colour scheme"
    279364msgstr ""
    280365
    281 #: views/moove/admin/settings/help.php:745
     366#: views/moove/admin/settings/help.php:37
     367msgid "Common issue 1: Console errors"
     368msgstr ""
     369
     370#: views/moove/admin/settings/help.php:46
     371msgid "Common issue 2: Cache conflict"
     372msgstr ""
     373
     374#: views/moove/admin/settings/help.php:61
     375msgid "Common issue 3: Ajax script is blocked"
     376msgstr ""
     377
     378#: views/moove/admin/settings/help.php:730
    282379msgid "Compatibility with Pixel Your Site plugin"
    283380msgstr ""
    284381
    285 #: views/moove/admin/settings/help.php:165
     382#: views/moove/admin/settings/help.php:183
    286383msgid "configure GA/GTM consent settings."
    287384msgstr ""
    288385
    289 #: views/moove/admin/settings/general-settings.php:383
     386#: views/moove/admin/settings/plugin-boxes.php:32
     387msgid "Consent Analytics"
     388msgstr ""
     389
     390#: views/moove/admin/settings/general-settings.php:118
     391msgid "Consent expires after"
     392msgstr ""
     393
     394#: views/moove/admin/settings/general-settings.php:114
    290395msgid "Consent expiry"
    291396msgstr ""
    292397
     398#: class-moove-gdpr-actions.php:837
    293399#: views/moove/admin/settings/consent-log.php:15
     400#: views/moove/admin/settings/plugin-boxes.php:29
    294401msgid "Consent Log"
    295402msgstr ""
    296403
    297 #: views/moove/admin/settings/help.php:255
     404#: views/moove/admin/settings/help.php:273
    298405msgid "Consent Log here"
    299406msgstr ""
    300407
    301 #: views/moove/admin/settings/banner-settings.php:148
     408#: views/moove/admin/settings/banner-settings.php:450
     409msgid "Content"
     410msgstr ""
     411
     412#: views/moove/admin/settings/banner-settings.php:450
     413msgid "Cookie Banner"
     414msgstr ""
     415
     416#: views/moove/admin/settings/banner-settings.php:163
    302417msgid "Cookie Banner Content"
    303418msgstr ""
    304419
    305 #: views/moove/admin/settings/banner-settings.php:378
     420#: views/moove/admin/settings/banner-settings.php:408
    306421msgid "Cookie Banner position"
    307422msgstr ""
    308423
    309424#: views/moove/admin/settings/settings-page.php:80
    310 #: views/moove/admin/settings/banner-settings.php:128
     425#: views/moove/admin/settings/banner-settings.php:143
    311426msgid "Cookie Banner Settings"
    312427msgstr ""
    313428
     429#: class-moove-gdpr-actions.php:833
    314430#: views/moove/admin/settings/cookie-declaration.php:15
    315431msgid "Cookie Declaration"
    316432msgstr ""
    317433
    318 #: class-gdpr-modules.php:354 class-gdpr-modules.php:419
    319 #: views/moove/admin/settings/settings-page.php:115
     434#: class-gdpr-modules.php:368 class-gdpr-modules.php:433
     435#: views/moove/admin/settings/settings-page.php:122
    320436#: views/moove/admin/settings/cookie-policy.php:57
    321437msgid "Cookie Policy"
     
    326442msgstr ""
    327443
    328 #: views/moove/admin/settings/general-settings.php:161
    329 msgid "Cookie Settings Screen - General Setup"
    330 msgstr ""
    331 
    332 #: views/moove/admin/settings/help.php:566
     444#: views/moove/admin/settings/settings-page.php:84
     445#: views/moove/admin/settings/screen-settings.php:129
     446msgid "Cookie Settings Screen"
     447msgstr ""
     448
     449#: views/moove/admin/settings/help.php:569
    333450msgid "Custom css for buttons"
    334451msgstr ""
    335452
    336 #: views/moove/admin/settings/help.php:809
     453#: views/moove/admin/settings/help.php:831
    337454msgid ""
    338455"Custom tracking code on language sites (WPML, qTranslate, WP Multilang, "
     
    340457msgstr ""
    341458
    342 #: views/moove/admin/settings/banner-settings.php:402
     459#: views/moove/admin/settings/banner-settings.php:432
    343460msgid "Dark"
     461msgstr ""
     462
     463#: views/moove/admin/settings/general-settings.php:120
     464msgid "days"
     465msgstr ""
     466
     467#: views/moove/admin/settings/help.php:100
     468msgid "Deactivate"
    344469msgstr ""
    345470
     
    348473msgstr ""
    349474
    350 #: views/moove/admin/settings/branding.php:179
     475#: views/moove/admin/settings/branding.php:163
    351476msgid "Default"
    352477msgstr ""
    353478
    354 #: views/moove/admin/settings/help.php:882
     479#: views/moove/admin/settings/help.php:917
    355480msgid "Default capability: manage_options"
    356481msgstr ""
    357482
    358483#: views/moove/admin/settings/help.php:21
    359 #: views/moove/admin/settings/help.php:192
     484#: views/moove/admin/settings/help.php:210
    360485msgid "Default Hooks"
     486msgstr ""
     487
     488#: views/moove/admin/settings/screen-settings.php:313
     489msgid "Default label"
    361490msgstr ""
    362491
     
    366495msgstr ""
    367496
    368 #: views/moove/admin/settings/help.php:686
     497#: views/moove/admin/settings/help.php:689
    369498msgid "Default value: SameSite=Lax"
    370499msgstr ""
    371500
    372 #: views/moove/admin/settings/help.php:645
     501#: views/moove/admin/settings/help.php:648
    373502msgid "Define CDN URLs"
    374503msgstr ""
    375504
    376 #: views/moove/admin/settings/help.php:682
     505#: views/moove/admin/settings/help.php:685
    377506msgid "Define custom cookie attribute (SameSite)"
    378507msgstr ""
    379508
    380 #: views/moove/admin/settings/help.php:727
    381 msgid "Delay script execution"
    382 msgstr ""
    383 
    384 #: views/moove/admin/settings/help.php:848
     509#: views/moove/admin/settings/help.php:98
     510msgid "Delete the premium"
     511msgstr ""
     512
     513#: views/moove/admin/settings/help.php:878
    385514msgid "Disable comments until cookies are accepted"
    386515msgstr ""
    387516
    388 #: views/moove/admin/settings/help.php:602
     517#: views/moove/admin/settings/help.php:605
    389518msgid "Disable Monster Insights based on cookie selected"
    390519msgstr ""
    391520
    392 #: views/moove/admin/settings/help.php:791
     521#: views/moove/admin/settings/help.php:813
    393522msgid "Disable script caching"
     523msgstr ""
     524
     525#: views/moove/admin/settings/help.php:798
     526msgid "Disable tabindex attribute for buttons"
    394527msgstr ""
    395528
     
    398531msgstr ""
    399532
    400 #: class-gdpr-modules.php:251 class-gdpr-modules.php:281
    401 #: class-gdpr-modules.php:309
    402 #: views/moove/admin/settings/general-settings.php:207
    403 #: views/moove/admin/settings/general-settings.php:238
    404 #: views/moove/admin/settings/general-settings.php:269
    405 #: views/moove/admin/settings/general-settings.php:300
    406 #: views/moove/admin/settings/general-settings.php:371
    407 #: views/moove/admin/settings/banner-settings.php:208
    408 #: views/moove/admin/settings/banner-settings.php:243
    409 #: views/moove/admin/settings/banner-settings.php:281
    410 #: views/moove/admin/settings/banner-settings.php:318
     533#: class-gdpr-modules.php:265 class-gdpr-modules.php:295
     534#: class-gdpr-modules.php:323
     535#: views/moove/admin/settings/general-settings.php:102
     536#: views/moove/admin/settings/banner-settings.php:223
     537#: views/moove/admin/settings/banner-settings.php:258
     538#: views/moove/admin/settings/banner-settings.php:296
     539#: views/moove/admin/settings/banner-settings.php:333
    411540#: views/moove/admin/settings/third-party-cookies.php:109
    412541#: views/moove/admin/settings/advanced-cookies.php:98
     542#: views/moove/admin/settings/screen-settings.php:175
     543#: views/moove/admin/settings/screen-settings.php:206
     544#: views/moove/admin/settings/screen-settings.php:237
     545#: views/moove/admin/settings/screen-settings.php:268
     546#: views/moove/admin/settings/screen-settings.php:297
    413547#: views/moove/admin/settings/floating-button.php:74
    414548msgid "Disabled"
     549msgstr ""
     550
     551#: views/moove/admin/settings/help.php:198
     552msgid "Disabled state"
    415553msgstr ""
    416554
     
    424562msgstr ""
    425563
    426 #: views/moove/admin/settings/settings-page.php:123
     564#: views/moove/admin/settings/plugin-boxes.php:33
     565msgid "Display cookie banner for EU visitors only"
     566msgstr ""
     567
     568#: class-moove-gdpr-actions.php:555
     569msgid "Do you have a licence key?"
     570msgstr ""
     571
     572#: views/moove/admin/settings/support.php:29
     573#: views/moove/admin/settings/support.php:37
     574#: views/moove/admin/settings/settings-page.php:130
    427575#: views/moove/admin/settings/help.php:15
    428576msgid "Documentation"
    429577msgstr ""
    430578
    431 #: views/moove/admin/settings/help.php:201
     579#: views/moove/admin/settings/help.php:219
    432580msgid "Does the plugin support subdomains or subfolders on multisite network?"
    433581msgstr ""
    434582
    435 #: views/moove/admin/settings/help.php:215
     583#: views/moove/admin/settings/help.php:233
    436584msgid "Does this plugin block all cookies?"
    437585msgstr ""
    438586
    439 #: class-gdpr-modules.php:378
    440 #: views/moove/admin/settings/general-settings.php:248
     587#: views/moove/admin/settings/help.php:281
     588msgid ""
     589"Does this plugin guarantee that I will comply with data protection laws?"
     590msgstr ""
     591
     592#: class-moove-gdpr-actions.php:531
     593msgid "Don’t have a valid licence key yet?"
     594msgstr ""
     595
     596#: views/moove/admin/settings/plugin-boxes.php:64
     597msgid "Downloads"
     598msgstr ""
     599
     600#: views/moove/admin/settings/branding.php:193
     601msgid "e.g."
     602msgstr ""
     603
     604#: class-gdpr-modules.php:392
     605#: views/moove/admin/settings/screen-settings.php:216
    441606msgid "Enable All"
    442607msgstr ""
    443608
    444 #: views/moove/admin/settings/general-settings.php:245
     609#: views/moove/admin/settings/screen-settings.php:213
    445610msgid "Enable All - Button Label"
    446611msgstr ""
    447612
    448 #: views/moove/admin/settings/general-settings.php:232
     613#: views/moove/admin/settings/screen-settings.php:200
    449614msgid "Enable All button"
    450 msgstr ""
    451 
    452 #: views/moove/admin/settings/help.php:395
    453 msgid "Enable force reload"
    454615msgstr ""
    455616
     
    460621msgstr ""
    461622
    462 #: class-gdpr-modules.php:250 class-gdpr-modules.php:280
    463 #: class-gdpr-modules.php:308
    464 #: views/moove/admin/settings/general-settings.php:207
    465 #: views/moove/admin/settings/general-settings.php:238
    466 #: views/moove/admin/settings/general-settings.php:269
    467 #: views/moove/admin/settings/general-settings.php:300
    468 #: views/moove/admin/settings/general-settings.php:368
    469 #: views/moove/admin/settings/banner-settings.php:208
    470 #: views/moove/admin/settings/banner-settings.php:243
    471 #: views/moove/admin/settings/banner-settings.php:281
    472 #: views/moove/admin/settings/banner-settings.php:318
     623#: class-gdpr-modules.php:264 class-gdpr-modules.php:294
     624#: class-gdpr-modules.php:322
     625#: views/moove/admin/settings/general-settings.php:102
     626#: views/moove/admin/settings/banner-settings.php:223
     627#: views/moove/admin/settings/banner-settings.php:258
     628#: views/moove/admin/settings/banner-settings.php:296
     629#: views/moove/admin/settings/banner-settings.php:333
    473630#: views/moove/admin/settings/third-party-cookies.php:109
    474631#: views/moove/admin/settings/advanced-cookies.php:98
     632#: views/moove/admin/settings/screen-settings.php:175
     633#: views/moove/admin/settings/screen-settings.php:206
     634#: views/moove/admin/settings/screen-settings.php:237
     635#: views/moove/admin/settings/screen-settings.php:268
     636#: views/moove/admin/settings/screen-settings.php:294
    475637#: views/moove/admin/settings/floating-button.php:74
    476638msgid "Enabled"
    477639msgstr ""
    478640
    479 #: class-moove-gdpr-content.php:368
     641#: views/moove/admin/settings/help.php:199
     642msgid "Enabled state"
     643msgstr ""
     644
     645#: class-moove-gdpr-content.php:403
    480646msgid "Enter a new licence key:"
    481647msgstr ""
    482648
    483 #: class-moove-gdpr-content.php:414
     649#: class-moove-gdpr-content.php:449
    484650msgid "Enter licence key:"
    485651msgstr ""
    486652
    487 #: class-moove-gdpr-content.php:331
     653#: class-moove-gdpr-content.php:366
    488654msgid "Enter new licence key"
    489655msgstr ""
    490656
    491 #: views/moove/admin/settings/branding.php:209
     657#: views/moove/admin/settings/branding.php:193
    492658msgid ""
    493659"Enter your CDN root URL to enable CDN for GDPR Lity library files. The URL "
     
    495661msgstr ""
    496662
    497 #: class-moove-gdpr-content.php:401
     663#: class-moove-gdpr-content.php:436
    498664msgid "Enter your licence key:"
    499665msgstr ""
    500666
    501 #: views/moove/admin/settings/help.php:545
     667#: views/moove/admin/settings/plugin-boxes.php:28
     668msgid "Export & import"
     669msgstr ""
     670
     671#: views/moove/admin/settings/export-import.php:15
     672msgid "Export / Import Settings"
     673msgstr ""
     674
     675#: class-moove-gdpr-actions.php:801
     676msgid "Export/Import Settings"
     677msgstr ""
     678
     679#: views/moove/admin/settings/help.php:548
    502680msgid "Extend styles"
    503681msgstr ""
     
    507685msgstr ""
    508686
    509 #: views/moove/admin/settings/settings-page.php:83
     687#: views/moove/admin/settings/plugin-boxes.php:53
     688msgid "Find this plugin useful?"
     689msgstr ""
     690
     691#: views/moove/admin/settings/settings-page.php:88
    510692#: views/moove/admin/settings/floating-button.php:61
    511693#: views/moove/admin/settings/floating-button.php:68
     
    518700msgstr ""
    519701
    520 #: views/moove/admin/settings/help.php:178
     702#: views/moove/admin/settings/help.php:196
    521703msgid ""
    522704"For example, we use Strictly Necessary Cookies to save information about "
     
    540722msgstr ""
    541723
     724#: views/moove/admin/settings/general-settings.php:96
     725msgid "Force Reload"
     726msgstr ""
     727
     728#: views/moove/admin/settings/plugin-boxes.php:116
     729msgid "Free trial"
     730msgstr ""
     731
     732#: class-moove-gdpr-actions.php:813
     733msgid "Full-screen / Cookiewall"
     734msgstr ""
     735
    542736#: views/moove/admin/settings/full-screen-mode.php:15
    543737msgid "Full-Screen Mode Setup"
     
    553747
    554748#. Name of the plugin
    555 #: class-moove-gdpr-actions.php:654
     749#: class-moove-gdpr-actions.php:788
    556750msgid "GDPR Cookie Compliance"
    557751msgstr ""
     
    561755msgstr ""
    562756
    563 #: views/moove/admin/settings/help.php:879
     757#: views/moove/admin/settings/help.php:914
    564758msgid "GDPR Cookie Compliance Settings Page - Permissions"
    565759msgstr ""
    566760
    567 #: gdpr-modules/modal/modal-base-tabs.php:8
    568 #: gdpr-modules/modal/modal-base-onepage.php:8
     761#: gdpr-modules/modal/modal-base-tabs.php:9
     762#: gdpr-modules/modal/modal-base-onepage.php:9
    569763msgid "GDPR Settings Screen"
    570764msgstr ""
    571765
    572 #: views/moove/admin/settings/settings-page.php:86
     766#: views/moove/admin/settings/general-settings.php:89
     767#: views/moove/admin/settings/settings-page.php:92
    573768msgid "General Settings"
     769msgstr ""
     770
     771#: class-moove-gdpr-actions.php:821
     772msgid "Geo Location"
    574773msgstr ""
    575774
     
    578777msgstr ""
    579778
    580 #: views/moove/admin/settings/help.php:470
     779#: class-moove-gdpr-actions.php:847
     780msgid "Google Site Kit"
     781msgstr ""
     782
     783#: views/moove/admin/settings/google-site-kit.php:15
     784msgid "Google Site Kit - Integration"
     785msgstr ""
     786
     787#: views/moove/admin/settings/help.php:473
    581788msgid "GTM / GA consent settings"
    582789msgstr ""
    583790
    584 #: views/moove/admin/settings/help.php:526
     791#: views/moove/admin/settings/help.php:529
    585792msgid "GTM / Javascript consent variables"
    586793msgstr ""
     
    591798msgstr ""
    592799
    593 #: views/moove/admin/settings/help.php:276
     800#: views/moove/admin/settings/support.php:23
     801msgid ""
     802"Here are the best steps to find answers to your questions and resolve issues "
     803"as fast as possible"
     804msgstr ""
     805
     806#: views/moove/admin/settings/help.php:294
    594807msgid ""
    595808"Here you can find the default hooks & custom scripts available in our plugin."
    596809msgstr ""
    597810
    598 #: views/moove/admin/settings/floating-button.php:112
     811#: views/moove/admin/settings/floating-button.php:97
    599812msgid "Hidden"
     813msgstr ""
     814
     815#: class-moove-gdpr-actions.php:825
     816msgid "Hide Cookie Banner"
    600817msgstr ""
    601818
     
    604821msgstr ""
    605822
    606 #: views/moove/admin/settings/help.php:768
     823#: views/moove/admin/settings/help.php:767
    607824msgid "Hook for WooCommerce Facebook Pixel plugin"
    608825msgstr ""
    609826
    610 #: views/moove/admin/settings/help.php:300
     827#: views/moove/admin/settings/help.php:318
    611828msgid "HOOK to GDPR custom 3RD-PARTY script by php – BODY"
    612829msgstr ""
    613830
    614 #: views/moove/admin/settings/help.php:319
     831#: views/moove/admin/settings/help.php:337
    615832msgid "HOOK to GDPR custom 3RD-PARTY script by php – FOOTER"
    616833msgstr ""
    617834
    618 #: views/moove/admin/settings/help.php:281
     835#: views/moove/admin/settings/help.php:299
    619836msgid "HOOK to GDPR custom 3RD-PARTY script by php – HEAD"
    620837msgstr ""
    621838
    622 #: views/moove/admin/settings/help.php:357
     839#: views/moove/admin/settings/help.php:375
    623840msgid "HOOK to GDPR custom ADVANCED-PARTY script by php – BODY"
    624841msgstr ""
    625842
    626 #: views/moove/admin/settings/help.php:376
     843#: views/moove/admin/settings/help.php:394
    627844msgid "HOOK to GDPR custom ADVANCED-PARTY script by php – FOOTER"
    628845msgstr ""
    629846
    630 #: views/moove/admin/settings/help.php:338
     847#: views/moove/admin/settings/help.php:356
    631848msgid "HOOK to GDPR custom ADVANCED-PARTY script by php – HEAD"
    632849msgstr ""
    633850
    634 #: views/moove/admin/settings/help.php:118
     851#: views/moove/admin/settings/help.php:136
    635852msgid "How can I link directly to the Cookie Settings pop-up screen?"
    636853msgstr ""
    637854
    638 #: views/moove/admin/settings/help.php:161
     855#: views/moove/admin/settings/help.php:179
    639856msgid "How to configure GA / GTM consent settings"
    640857msgstr ""
    641858
    642 #: views/moove/admin/settings/help.php:631
     859#: views/moove/admin/settings/help.php:634
    643860msgid ""
    644861"However, you can prevent the plugin from storing user preferences into our "
     
    652869#. Author URI of the plugin
    653870msgid "https://www.mooveagency.com"
     871msgstr ""
     872
     873#: views/moove/admin/settings/help.php:91
     874msgid "I can’t activate the premium licence"
     875msgstr ""
     876
     877#: views/moove/admin/settings/help.php:95
     878msgid ""
     879"If not, please ensure that <b>both are activated</b>, not just installed."
     880msgstr ""
     881
     882#: views/moove/admin/settings/help.php:96
     883msgid ""
     884"If they are both activated and you still don’t see the premium features, you "
     885"can try the following:"
     886msgstr ""
     887
     888#: views/moove/admin/settings/help.php:47
     889msgid ""
     890"If you are using any caching plugins, you will need to exclude our plugin "
     891"assets by following the steps below:"
    654892msgstr ""
    655893
     
    661899msgstr ""
    662900
    663 #: views/moove/admin/settings/help.php:429
     901#: views/moove/admin/settings/help.php:42
     902msgid ""
     903"If you don’t see the updates correctly, the best is to view the site in a "
     904"private browsing window or you can use a different browser to ensure that "
     905"your local cache does not interfere."
     906msgstr ""
     907
     908#: views/moove/admin/settings/help.php:432
    664909msgid ""
    665910"If you find that our GDPR Cookie Compliance Banner or the Settings Screen is "
     
    668913msgstr ""
    669914
     915#: views/moove/admin/settings/support.php:65
     916#, php-format
     917msgid "If you still need support, you can create a %s in our Support Forum."
     918msgstr ""
     919
     920#: class-moove-gdpr-actions.php:829
    670921#: views/moove/admin/settings/iframe-blocker.php:15
    671922msgid "Iframe Blocker"
    672923msgstr ""
    673924
    674 #: views/moove/admin/settings/branding.php:183
     925#: views/moove/admin/settings/plugin-boxes.php:27
     926msgid "Includes a cookiewall layout"
     927msgstr ""
     928
     929#: views/moove/admin/settings/branding.php:167
    675930msgid "Inherit font-family from your WordPress theme"
     931msgstr ""
     932
     933#: class-moove-gdpr-actions.php:555
     934msgid "Insert your license key to the"
    676935msgstr ""
    677936
     
    680939msgstr ""
    681940
    682 #: views/moove/admin/settings/branding.php:142
    683 msgid "Left"
    684 msgstr ""
    685 
     941#: views/moove/admin/settings/plugin-boxes.php:34
     942msgid "Language specific scripts"
     943msgstr ""
     944
     945#: class-moove-gdpr-actions.php:555
     946#: views/moove/admin/settings/settings-page.php:145
    686947#: views/moove/admin/settings/licence.php:15
    687948msgid "Licence Manager"
    688949msgstr ""
    689950
    690 #: views/moove/admin/settings/banner-settings.php:402
     951#: views/moove/admin/settings/banner-settings.php:432
    691952msgid "Light"
    692953msgstr ""
    693954
    694 #: views/moove/admin/settings/branding.php:139
    695 msgid "Logo Position"
    696 msgstr ""
    697 
    698 #: views/moove/admin/settings/help.php:585
     955#: class-moove-gdpr-actions.php:531
     956msgid "Login to your account"
     957msgstr ""
     958
     959#: views/moove/admin/settings/help.php:588
    699960msgid "Make \"Reject\" button less visible"
    700961msgstr ""
     
    704965msgstr ""
    705966
    706 #: views/moove/admin/settings/help.php:474
     967#: views/moove/admin/settings/help.php:477
    707968msgid "More details on this implementation in the "
    708969msgstr ""
    709970
    710 #: views/moove/admin/settings/help.php:165
    711 #: views/moove/admin/settings/help.php:242
     971#: views/moove/admin/settings/help.php:183
     972#: views/moove/admin/settings/help.php:260
    712973msgid "More info about how to"
     974msgstr ""
     975
     976#: views/moove/admin/settings/help.php:74
     977#, php-format
     978msgid ""
     979"More info here: %s in private browsing - if it’s restricted, you need to "
     980"whitelist the admin-ajax.php in your .htaccess file, or to apply the HTTP "
     981"protection for the wp-login.php only."
    713982msgstr ""
    714983
     
    717986msgstr ""
    718987
    719 #: views/moove/admin/settings/banner-settings.php:141
     988#: views/moove/admin/settings/support.php:36
     989#, php-format
     990msgid ""
     991"Most issues can be resolved quickly and easily. We compiled the list of "
     992"basic troubleshooting, hooks, filters, shortcodes and more in our %s section."
     993msgstr ""
     994
     995#: views/moove/admin/settings/support.php:55
     996#, php-format
     997msgid ""
     998"Most questions have already been asked by other users so you can find "
     999"answers quickly and resolve issues fast by searching for the problem on our "
     1000"%s. Search bar is located in the top right corner."
     1001msgstr ""
     1002
     1003#: class-moove-gdpr-actions.php:805
     1004#: views/moove/admin/settings/multisite-settings.php:15
     1005msgid "Multisite Settings"
     1006msgstr ""
     1007
     1008#: views/moove/admin/settings/support.php:66
     1009msgid "new support ticket"
     1010msgstr ""
     1011
     1012#: views/moove/admin/settings/banner-settings.php:156
    7201013#: views/moove/admin/settings/cookie-policy.php:74
    7211014#: views/moove/admin/settings/third-party-cookies.php:95
     
    7241017msgstr ""
    7251018
    726 #: views/moove/admin/settings/help.php:474
     1019#: views/moove/admin/settings/help.php:477
    7271020msgid "official Google Dev Guides."
    7281021msgstr ""
    7291022
    730 #: views/moove/admin/settings/banner-settings.php:141
     1023#: views/moove/admin/settings/banner-settings.php:156
    7311024#: views/moove/admin/settings/cookie-policy.php:74
    7321025#: views/moove/admin/settings/third-party-cookies.php:95
     
    7351028msgstr ""
    7361029
    737 #: views/moove/admin/settings/help.php:226
     1030#: views/moove/admin/settings/help.php:244
    7381031msgid ""
    7391032"Once I add scripts to this plugin, should I delete them from the website’s "
     
    7411034msgstr ""
    7421035
    743 #: views/moove/admin/settings/help.php:241
     1036#: views/moove/admin/settings/help.php:259
    7441037msgid ""
    7451038"Once you install the WPML plugin to your site, all you need to do is to "
     
    7491042msgstr ""
    7501043
    751 #: views/moove/admin/settings/general-settings.php:179
     1044#: views/moove/admin/settings/screen-settings.php:147
    7521045msgid "One page layout"
    7531046msgstr ""
     
    7571050msgstr ""
    7581051
    759 #: views/moove/admin/settings/branding.php:209
     1052#: views/moove/admin/settings/branding.php:193
    7601053msgid "Optional, leave it empty to use default domain"
    7611054msgstr ""
    7621055
    763 #: views/moove/admin/settings/help.php:240
     1056#: class-moove-gdpr-actions.php:553
     1057msgid "or"
     1058msgstr ""
     1059
     1060#: views/moove/admin/settings/help.php:39
     1061msgid ""
     1062"Our plugin doesn’t work if there are any console errors on your site. For "
     1063"that reason, it’s important to fix those before contacting our support as we "
     1064"won’t be able to help you until the errors are fixed."
     1065msgstr ""
     1066
     1067#: views/moove/admin/settings/help.php:258
    7641068msgid ""
    7651069"Our plugin is compatible with WPML out of the box, no special set up is "
     
    7731077msgstr ""
    7741078
    775 #: views/moove/admin/settings/help.php:152
     1079#: views/moove/admin/settings/help.php:170
    7761080msgid ""
    7771081"Our plugin loads scripts using JavaScript which is why you cannot find them "
     
    7791083msgstr ""
    7801084
    781 #: views/moove/admin/settings/help.php:164
     1085#: views/moove/admin/settings/help.php:182
    7821086msgid "Our plugin supports both the GTM & GA consent variables natively."
     1087msgstr ""
     1088
     1089#: views/moove/admin/settings/help.php:63
     1090msgid ""
     1091"Our plugin, just as many other plugins, needs Ajax to work properly. "
     1092"Sometimes Ajax calls are restricted on servers so you need to check if "
     1093"that’s the case on your site too."
     1094msgstr ""
     1095
     1096#: views/moove/admin/settings/help.php:104
     1097#, php-format
     1098msgid ""
     1099"Paste the licence key again and %s  this will force automatic download of "
     1100"the latest version of the premium add-on and everything should work now."
    7831101msgstr ""
    7841102
     
    7901108msgstr ""
    7911109
    792 #: views/moove/admin/settings/help.php:448
     1110#: views/moove/admin/settings/help.php:451
    7931111msgid "PHP cookie checker"
    7941112msgstr ""
     
    8021120msgstr ""
    8031121
    804 #: views/moove/admin/settings/general-settings.php:434
     1122#: views/moove/admin/settings/general-settings.php:152
    8051123msgid ""
    8061124"Please confirm that you would like to reset the plugin settings to the "
     
    8081126msgstr ""
    8091127
     1128#: views/moove/admin/settings/support.php:71
     1129msgid ""
     1130"Please don’t forget to add screenshots or video recording of your screen "
     1131"that would help us see what issues you are experiencing."
     1132msgstr ""
     1133
    8101134#: class-moove-gdpr-content.php:180
    8111135msgid ""
    8121136"Please enable Strictly Necessary Cookies first so that we can save your "
    8131137"preferences!"
     1138msgstr ""
     1139
     1140#: class-moove-gdpr-content.php:148
     1141msgid "Please enable the cookies to view this content"
     1142msgstr ""
     1143
     1144#: views/moove/admin/settings/help.php:736
     1145#: views/moove/admin/settings/help.php:773
     1146#: views/moove/admin/settings/help.php:837
     1147#: views/moove/admin/settings/help.php:884
     1148#, php-format
     1149msgid "Please ensure you have the %s enabled!"
    8141150msgstr ""
    8151151
     
    8261162msgstr ""
    8271163
    828 #: views/moove/admin/settings/help.php:632
     1164#: views/moove/admin/settings/help.php:295
     1165msgid ""
     1166"Please note that these are just examples - some bespoke development work may "
     1167"be required to customise these code snippets to your specific requirements."
     1168msgstr ""
     1169
     1170#: views/moove/admin/settings/help.php:635
    8291171msgid ""
    8301172"Please note, without our \"temporary cookie\", the cookie banner will be "
     
    8341176msgstr ""
    8351177
    836 #: views/moove/admin/settings/general-settings.php:399
     1178#: views/moove/admin/settings/help.php:31
     1179msgid "Plugin doesn’t work as expected"
     1180msgstr ""
     1181
     1182#: views/moove/admin/settings/help.php:99
     1183msgid "plugin to the latest version"
     1184msgstr ""
     1185
     1186#: views/moove/admin/settings/screen-settings.php:309
    8371187msgid "Powered by GDPR"
    8381188msgstr ""
    8391189
    840 #: views/moove/admin/settings/help.php:193
     1190#: views/moove/admin/settings/help.php:211
    8411191msgid "pre-defined advanced hooks here"
     1192msgstr ""
     1193
     1194#: views/moove/admin/settings/plugin-boxes.php:22
     1195msgid "Premium Add-On"
    8421196msgstr ""
    8431197
     
    8501204msgstr ""
    8511205
    852 #: views/moove/admin/settings/help.php:410
     1206#: views/moove/admin/settings/help.php:413
    8531207msgid "Prevent ajax script injection"
    8541208msgstr ""
    8551209
    856 #: views/moove/admin/settings/help.php:626
     1210#: views/moove/admin/settings/help.php:629
    8571211msgid "Prevent storing a \"temporary reject cookie\" when cookies are rejected"
    8581212msgstr ""
    8591213
    860 #: class-gdpr-modules.php:89 class-gdpr-modules.php:217
    861 #: class-gdpr-modules.php:403 views/moove/admin/settings/settings-page.php:89
     1214#: class-gdpr-modules.php:93 class-gdpr-modules.php:231
     1215#: class-gdpr-modules.php:417 views/moove/admin/settings/settings-page.php:96
    8621216#: views/moove/admin/settings/privacy-overview.php:49
    8631217msgid "Privacy Overview"
     
    8681222msgstr ""
    8691223
    870 #: views/moove/admin/settings/help.php:700
     1224#: views/moove/admin/settings/plugin-boxes.php:58
     1225msgid "rating this plugin"
     1226msgstr ""
     1227
     1228#: views/moove/admin/settings/help.php:703
    8711229msgid "Read cookie values with JavaScript"
    8721230msgstr ""
     
    8761234msgstr ""
    8771235
    878 #: class-moove-gdpr-actions.php:307
    879 #: views/moove/admin/settings/banner-settings.php:260
     1236#: views/moove/admin/settings/banner-settings.php:383
     1237msgid "Redirect location"
     1238msgstr ""
     1239
     1240#: class-moove-gdpr-actions.php:435
     1241#: views/moove/admin/settings/banner-settings.php:275
    8801242msgid "Reject"
    8811243msgstr ""
    8821244
    883 #: views/moove/admin/settings/banner-settings.php:257
     1245#: views/moove/admin/settings/banner-settings.php:272
    8841246msgid "Reject - Button Label"
    8851247msgstr ""
    8861248
    887 #: class-gdpr-modules.php:381
    888 #: views/moove/admin/settings/general-settings.php:279
     1249#: class-gdpr-modules.php:395
     1250#: views/moove/admin/settings/screen-settings.php:247
    8891251msgid "Reject All"
    8901252msgstr ""
    8911253
    892 #: views/moove/admin/settings/general-settings.php:276
     1254#: views/moove/admin/settings/screen-settings.php:244
    8931255msgid "Reject All - Button Label"
    8941256msgstr ""
    8951257
    896 #: views/moove/admin/settings/general-settings.php:263
     1258#: views/moove/admin/settings/screen-settings.php:231
    8971259msgid "Reject All button"
    8981260msgstr ""
    8991261
    900 #: views/moove/admin/settings/banner-settings.php:237
     1262#: views/moove/admin/settings/banner-settings.php:252
    9011263msgid "Reject button"
    9021264msgstr ""
    9031265
    904 #: views/moove/admin/settings/banner-settings.php:251
     1266#: views/moove/admin/settings/banner-settings.php:266
    9051267msgid "Reject button allows users to reject all cookies."
    9061268msgstr ""
    9071269
    908 #: views/moove/admin/settings/help.php:122
     1270#: views/moove/admin/settings/help.php:140
    9091271msgid "Relative Path (RECOMMENDED)"
    9101272msgstr ""
    9111273
    912 #: views/moove/admin/settings/help.php:664
     1274#: views/moove/admin/settings/help.php:667
    9131275msgid "Remove jQuery script dependency"
    9141276msgstr ""
    9151277
     1278#: class-moove-gdpr-actions.php:841
    9161279#: views/moove/admin/settings/renew-consent.php:15
    9171280msgid "Renew Consent"
    9181281msgstr ""
    9191282
    920 #: class-moove-gdpr-content.php:325
     1283#: class-moove-gdpr-content.php:360
    9211284msgid "Renew your licence"
    9221285msgstr ""
    9231286
    924 #: views/moove/admin/settings/general-settings.php:437
     1287#: views/moove/admin/settings/general-settings.php:155
    9251288msgid "Reset plugin to default state"
    9261289msgstr ""
    9271290
    928 #: views/moove/admin/settings/general-settings.php:419
     1291#: views/moove/admin/settings/general-settings.php:137
    9291292msgid "Reset Settings"
    9301293msgstr ""
    9311294
    932 #: views/moove/admin/settings/branding.php:147
    933 msgid "Right"
    934 msgstr ""
    935 
    936 #: views/moove/admin/settings/branding.php:160
     1295#: views/moove/admin/settings/branding.php:144
    9371296msgid "Rounded corners"
    9381297msgstr ""
    9391298
    940 #: views/moove/admin/settings/general-settings.php:217
     1299#: views/moove/admin/settings/screen-settings.php:185
    9411300msgid "Save Changes"
    9421301msgstr ""
    9431302
    944 #: views/moove/admin/settings/general-settings.php:417
     1303#: views/moove/admin/settings/general-settings.php:135
    9451304#: views/moove/admin/settings/strictly-necessary-cookies.php:175
    946 #: views/moove/admin/settings/banner-settings.php:414
    947 #: views/moove/admin/settings/branding.php:220
     1305#: views/moove/admin/settings/banner-settings.php:489
     1306#: views/moove/admin/settings/branding.php:204
    9481307#: views/moove/admin/settings/cookie-policy.php:117
    9491308#: views/moove/admin/settings/privacy-overview.php:94
    9501309#: views/moove/admin/settings/third-party-cookies.php:257
    9511310#: views/moove/admin/settings/advanced-cookies.php:231
    952 #: views/moove/admin/settings/floating-button.php:167
     1311#: views/moove/admin/settings/screen-settings.php:327
     1312#: views/moove/admin/settings/floating-button.php:111
    9531313msgid "Save changes"
    9541314msgstr ""
    9551315
    956 #: class-gdpr-modules.php:375
     1316#: class-gdpr-modules.php:389
    9571317msgid "Save Settings"
    9581318msgstr ""
    9591319
    960 #: views/moove/admin/settings/general-settings.php:214
     1320#: views/moove/admin/settings/screen-settings.php:182
    9611321msgid "Save Settings - Button Label"
    9621322msgstr ""
    9631323
    964 #: views/moove/admin/settings/general-settings.php:201
     1324#: views/moove/admin/settings/screen-settings.php:169
    9651325msgid "Save Settings button"
    9661326msgstr ""
    9671327
    9681328#: views/moove/admin/settings/branding.php:83
    969 #: views/moove/admin/settings/floating-button.php:126
    970 #: views/moove/admin/settings/floating-button.php:141
    971 #: views/moove/admin/settings/floating-button.php:154
    9721329msgid "Select"
    9731330msgstr ""
    9741331
    975 #: views/moove/admin/settings/help.php:426
     1332#: views/moove/admin/settings/banner-settings.php:475
     1333msgid "Set 0 for the Cookie Banner to appear with no delay."
     1334msgstr ""
     1335
     1336#: views/moove/admin/settings/help.php:429
    9761337msgid "Set custom z-index"
    9771338msgstr ""
    9781339
    979 #: class-moove-gdpr-actions.php:318 gdpr-functions.php:118
    980 #: views/moove/admin/settings/banner-settings.php:297
     1340#: class-moove-gdpr-actions.php:446 gdpr-functions.php:118
     1341#: views/moove/admin/settings/banner-settings.php:312
    9811342msgid "Settings"
    9821343msgstr ""
    9831344
    984 #: views/moove/admin/settings/banner-settings.php:173
     1345#: views/moove/admin/settings/banner-settings.php:188
    9851346msgid "settings"
    9861347msgstr ""
    9871348
    988 #: views/moove/admin/settings/banner-settings.php:294
     1349#: views/moove/admin/settings/banner-settings.php:309
    9891350msgid "Settings - Button Label"
    9901351msgstr ""
    9911352
    992 #: views/moove/admin/settings/banner-settings.php:275
     1353#: views/moove/admin/settings/banner-settings.php:290
    9931354msgid "Settings button"
    9941355msgstr ""
    9951356
    996 #: views/moove/admin/settings/banner-settings.php:288
     1357#: views/moove/admin/settings/banner-settings.php:303
    9971358msgid "Settings button opens up the Cookie Settings Screen."
    9981359msgstr ""
     
    10021363msgstr ""
    10031364
    1004 #: class-moove-gdpr-content.php:147
    1005 msgid "Sorry,<br /> the content is blocked!"
    1006 msgstr ""
    1007 
    1008 #: views/moove/admin/settings/branding.php:187
     1365#: views/moove/admin/settings/branding.php:171
    10091366msgid "Specify custom font"
    10101367msgstr ""
    10111368
    1012 #: views/moove/admin/settings/branding.php:166
     1369#: views/moove/admin/settings/branding.php:150
    10131370msgid "Squared corners"
    10141371msgstr ""
     
    10201377msgstr ""
    10211378
    1022 #: class-gdpr-modules.php:239 class-gdpr-modules.php:407
    1023 #: views/moove/admin/settings/settings-page.php:95
     1379#: class-gdpr-modules.php:253 class-gdpr-modules.php:421
     1380#: views/moove/admin/settings/settings-page.php:102
    10241381#: views/moove/admin/settings/strictly-necessary-cookies.php:67
    10251382msgid "Strictly Necessary Cookies"
     
    10311388
    10321389#: gdpr-functions.php:124 views/moove/admin/settings/support.php:15
     1390#: views/moove/admin/settings/settings-page.php:140
    10331391msgid "Support"
     1392msgstr ""
     1393
     1394#: views/moove/admin/settings/support.php:48
     1395msgid "Support Forum"
     1396msgstr ""
     1397
     1398#: views/moove/admin/settings/support.php:56
     1399msgid "support forum"
    10341400msgstr ""
    10351401
     
    10541420msgstr ""
    10551421
    1056 #: views/moove/admin/settings/general-settings.php:173
     1422#: views/moove/admin/settings/screen-settings.php:141
    10571423msgid "Tabs layout"
    10581424msgstr ""
    10591425
    1060 #: views/moove/admin/settings/help.php:177
     1426#: views/moove/admin/settings/help.php:195
    10611427msgid ""
    10621428"The \"Strictly Necessary Cookies\", sometimes called Essential Cookies, are "
     
    10641430msgstr ""
    10651431
    1066 #: views/moove/admin/settings/help.php:253
     1432#: views/moove/admin/settings/help.php:271
    10671433msgid ""
    10681434"The Consent Log features stores all data in your WordPress website database."
    10691435msgstr ""
    10701436
    1071 #: views/moove/admin/settings/help.php:630
     1437#: views/moove/admin/settings/help.php:119
     1438msgid "The Cookie Banner is covered by another pop-up"
     1439msgstr ""
     1440
     1441#: views/moove/admin/settings/help.php:633
    10721442msgid ""
    10731443"The cookie banner will be displayed again at the next browsing session so "
     
    10751445msgstr ""
    10761446
    1077 #: views/moove/admin/settings/help.php:254
     1447#: views/moove/admin/settings/help.php:272
    10781448msgid ""
    10791449"The data stored includes: Consent Date, User IP address, Cookies Accepted "
     
    10811451msgstr ""
    10821452
    1083 #: views/moove/admin/settings/help.php:149
     1453#: views/moove/admin/settings/help.php:111
     1454msgid "The deactivation doesn’t affect your settings stored in the plugin."
     1455msgstr ""
     1456
     1457#: views/moove/admin/settings/help.php:122
     1458msgid ""
     1459"The issue is related to a higher z-index in your theme. You can solve the "
     1460"issue by adding the following code snippet to your functions.php"
     1461msgstr ""
     1462
     1463#: views/moove/admin/settings/help.php:100
     1464msgid "the licence key on the “Licence Manager” tab"
     1465msgstr ""
     1466
     1467#: views/moove/admin/settings/help.php:167
    10841468msgid ""
    10851469"The scripts added to the plugin settings are not visible in the page source "
     
    10871471msgstr ""
    10881472
    1089 #: class-moove-gdpr-content.php:526
     1473#: views/moove/admin/settings/help.php:41
     1474msgid ""
     1475"There also might be some conflict with your theme or plugins, or with a "
     1476"caching plugin that should be investigated by your developers."
     1477msgstr ""
     1478
     1479#: class-moove-gdpr-content.php:561
    10901480msgid "There is a new version of GDPR Cookie Compliance - Premium Add-On."
     1481msgstr ""
     1482
     1483#: views/moove/admin/settings/help.php:34
     1484msgid ""
     1485"There might be several reasons why and most of them can be fixed easily and "
     1486"quickly."
    10911487msgstr ""
    10921488
     
    10951491msgstr ""
    10961492
    1097 #: views/moove/admin/settings/general-settings.php:434
     1493#: views/moove/admin/settings/general-settings.php:152
    10981494msgid "This action will remove all of your custom modifications and settings"
     1495msgstr ""
     1496
     1497#: class-moove-gdpr-content.php:147
     1498msgid "This content is blocked"
     1499msgstr ""
     1500
     1501#: views/moove/admin/settings/banner-settings.php:473
     1502msgid ""
     1503"This feature can be used to improve Largest Contentful Paint (LCP) metric in "
     1504"PageSpeed Insights."
     1505msgstr ""
     1506
     1507#: class-moove-gdpr-actions.php:529
     1508msgid "This feature is not supported in this version of the Premium Add-on."
    10991509msgstr ""
    11001510
     
    11031513msgstr ""
    11041514
    1105 #: views/moove/admin/settings/help.php:267
     1515#: views/moove/admin/settings/help.php:285
    11061516msgid ""
    11071517"THIS PLUGIN DOES NOT MAKE YOUR WEBSITE COMPLIANT. YOU ARE RESPONSIBLE FOR "
     
    11091519msgstr ""
    11101520
    1111 #: views/moove/admin/settings/help.php:266
     1521#: views/moove/admin/settings/help.php:284
    11121522msgid ""
    11131523"This plugin is just a template and needs to be setup correctly in order to "
     
    11211531msgstr ""
    11221532
    1123 #: views/moove/admin/settings/help.php:218
     1533#: views/moove/admin/settings/help.php:236
    11241534msgid ""
    11251535"This plugin only restricts cookies for scripts that you have setup in the "
     
    11621572msgstr ""
    11631573
    1164 #: views/moove/admin/settings/help.php:138
     1574#: views/moove/admin/settings/help.php:156
    11651575msgid "To ACCEPT all cookies"
    11661576msgstr ""
    11671577
    1168 #: views/moove/admin/settings/help.php:140
     1578#: class-moove-gdpr-actions.php:530
     1579msgid "to download the latest version of the Premium Add-on"
     1580msgstr ""
     1581
     1582#: class-moove-gdpr-actions.php:531
     1583msgid "to generate the key or"
     1584msgstr ""
     1585
     1586#: views/moove/admin/settings/help.php:158
    11691587msgid "To REJECT cookies"
    11701588msgstr ""
    11711589
    1172 #: class-moove-gdpr-content.php:148
    1173 msgid "To unlock, please enable the cookies!"
    1174 msgstr ""
    1175 
    1176 #: views/moove/admin/settings/help.php:153
     1590#: views/moove/admin/settings/help.php:171
    11771591msgid ""
    11781592"To view the scripts you can use the Developer Console in Chrome browser "
     
    11801594msgstr ""
    11811595
    1182 #: views/moove/admin/settings/banner-settings.php:381
     1596#: views/moove/admin/settings/banner-settings.php:411
    11831597msgid "Top"
     1598msgstr ""
     1599
     1600#: views/moove/admin/settings/plugin-boxes.php:113
     1601msgid ""
     1602"Track user activity & duration on your website with this incredibly powerful,"
     1603" easy-to-use and well supported plugin."
    11841604msgstr ""
    11851605
     
    11881608msgstr ""
    11891609
    1190 #: views/moove/admin/settings/banner-settings.php:135
     1610#: views/moove/admin/settings/banner-settings.php:150
    11911611#: views/moove/admin/settings/cookie-policy.php:67
    11921612#: views/moove/admin/settings/third-party-cookies.php:88
     
    11951615msgstr ""
    11961616
    1197 #: views/moove/admin/settings/help.php:242
     1617#: views/moove/admin/settings/help.php:99
     1618msgid "Update the free"
     1619msgstr ""
     1620
     1621#: views/moove/admin/settings/help.php:260
    11981622msgid "use WPML with our plugin."
    11991623msgstr ""
    12001624
    1201 #: views/moove/admin/settings/floating-button.php:106
     1625#: views/moove/admin/settings/plugin-boxes.php:105
     1626msgid "User Activity Tracking and Log"
     1627msgstr ""
     1628
     1629#: views/moove/admin/settings/settings-page.php:135
     1630#: views/moove/admin/settings/video-tutorial.php:15
     1631msgid "Video Tutorial"
     1632msgstr ""
     1633
     1634#: views/moove/admin/settings/floating-button.php:91
    12021635msgid "Visibility on mobile"
    12031636msgstr ""
    12041637
    1205 #: views/moove/admin/settings/floating-button.php:112
     1638#: views/moove/admin/settings/floating-button.php:97
    12061639msgid "Visible"
    12071640msgstr ""
    12081641
    1209 #: views/moove/admin/settings/help.php:179
     1642#: views/moove/admin/settings/help.php:197
    12101643msgid ""
    12111644"We are not storing any sensitive or personal data there, the cookie file "
     
    12131646msgstr ""
    12141647
    1215 #: class-gdpr-modules.php:142
    1216 #: views/moove/admin/settings/banner-settings.php:156
     1648#: class-gdpr-modules.php:155
     1649#: views/moove/admin/settings/banner-settings.php:171
    12171650msgid "We are using cookies to give you the best experience on our website."
    12181651msgstr ""
    12191652
    1220 #: views/moove/admin/settings/settings-page.php:66
     1653#: views/moove/admin/settings/settings-page.php:65
    12211654msgid "We have detected that you have a multi-language setup."
    12221655msgstr ""
    12231656
    1224 #: views/moove/admin/settings/help.php:174
     1657#: views/moove/admin/settings/help.php:192
    12251658msgid "What are \"Strictly Necessary Cookies / Essential Cookies\"?"
    12261659msgstr ""
    12271660
    1228 #: views/moove/admin/settings/help.php:250
     1661#: views/moove/admin/settings/help.php:268
    12291662msgid "What information does the Consent Log store and where is it stored?"
    12301663msgstr ""
    12311664
    1232 #: views/moove/admin/settings/help.php:237
     1665#: views/moove/admin/settings/plugin-boxes.php:30
     1666msgid "WordPress Multisite support"
     1667msgstr ""
     1668
     1669#: views/moove/admin/settings/help.php:255
    12331670msgid "WPML Compatibility"
    12341671msgstr ""
    12351672
    1236 #: views/moove/admin/settings/help.php:204
     1673#: views/moove/admin/settings/help.php:222
    12371674msgid ""
    12381675"Yes, the plugin supports subdomains on the same WordPress Multisite Network "
     
    12401677msgstr ""
    12411678
    1242 #: views/moove/admin/settings/help.php:192
     1679#: views/moove/admin/settings/help.php:210
    12431680msgid ""
    12441681"Yes, we have implemented hooks that allow you to implement custom code "
     
    12461683msgstr ""
    12471684
    1248 #: views/moove/admin/settings/help.php:229
     1685#: views/moove/admin/settings/help.php:247
    12491686msgid ""
    12501687"Yes. Once you setup the plugin, you should delete the scripts you uploaded "
     
    12541691
    12551692#. %s: version number
    1256 #: views/moove/admin/settings/settings-page.php:68
     1693#: views/moove/admin/settings/settings-page.php:67
    12571694#, php-format
    12581695msgid "You are currently editing: %s version"
    12591696msgstr ""
    12601697
    1261 #: views/moove/admin/settings/floating-button.php:97
    1262 msgid ""
    1263 "You can align the position eg.: <strong>top: 20px; right: 20px;</strong>"
    1264 msgstr ""
    1265 
    1266 #: views/moove/admin/settings/help.php:193
     1698#: views/moove/admin/settings/help.php:211
    12671699msgid "You can also find the list of all"
    12681700msgstr ""
    12691701
    1270 #: class-moove-gdpr-content.php:296 class-moove-gdpr-content.php:386
     1702#: views/moove/admin/settings/help.php:56
     1703msgid ""
     1704"You can also try to disable the ‘combine inline JS feature’ if you run into "
     1705"any issues."
     1706msgstr ""
     1707
     1708#: class-moove-gdpr-content.php:331 class-moove-gdpr-content.php:421
    12711709msgid "You can buy licences from our [store_link]online store[/store_link]."
    12721710msgstr ""
    12731711
    1274 #: class-moove-gdpr-content.php:349
     1712#: class-moove-gdpr-content.php:384
    12751713msgid ""
    12761714"You can buy more licences from our [store_link]online store[/store_link]."
    12771715msgstr ""
    12781716
    1279 #: views/moove/admin/settings/general-settings.php:189
    1280 #: views/moove/admin/settings/banner-settings.php:190
     1717#: views/moove/admin/settings/banner-settings.php:205
     1718#: views/moove/admin/settings/screen-settings.php:157
    12811719msgid "You can change the order by drag & drop"
    12821720msgstr ""
    12831721
    1284 #: class-gdpr-modules.php:143
    1285 #: views/moove/admin/settings/banner-settings.php:157
     1722#: views/moove/admin/settings/help.php:40
     1723msgid ""
     1724"You can check if you have any console errors using Chrome browser (Inspect > "
     1725"Console)."
     1726msgstr ""
     1727
     1728#: class-gdpr-modules.php:156
     1729#: views/moove/admin/settings/banner-settings.php:172
    12861730#, php-format
    12871731msgid ""
     
    12901734msgstr ""
    12911735
    1292 #: views/moove/admin/settings/help.php:255
     1736#: views/moove/admin/settings/plugin-boxes.php:58
     1737msgid "You can help other users find it too by"
     1738msgstr ""
     1739
     1740#: views/moove/admin/settings/help.php:273
    12931741msgid "You can see the preview of"
    12941742msgstr ""
    12951743
    1296 #: views/moove/admin/settings/help.php:137
     1744#: views/moove/admin/settings/help.php:155
    12971745msgid ""
    12981746"You can use the following links to accept or reject cookies straight-away. "
    12991747msgstr ""
    13001748
    1301 #: views/moove/admin/settings/banner-settings.php:171
     1749#: views/moove/admin/settings/banner-settings.php:186
    13021750msgid "You can use the following shortcut to link the Cookie Settings Screen:"
    13031751msgstr ""
    13041752
    1305 #: views/moove/admin/settings/help.php:121
     1753#: views/moove/admin/settings/help.php:139
    13061754msgid "You can use the following to display the Cookie Settings Screen window:"
    13071755msgstr ""
     
    13111759msgstr ""
    13121760
    1313 #: views/moove/admin/settings/help.php:192
     1761#: views/moove/admin/settings/help.php:210
    13141762msgid "You will find the list of popular hooks here:"
    13151763msgstr ""
    13161764
    1317 #: class-moove-gdpr-content.php:326
     1765#: class-moove-gdpr-content.php:361
    13181766msgid ""
    13191767"Your licence has expired. You will not receive the latest updates and "
    13201768"features unless you renew your licence."
    13211769msgstr ""
     1770
     1771#: views/moove/admin/settings/help.php:50
     1772msgid "“Exclude Cookies” with value: moove_gdpr_popup"
     1773msgstr ""
     1774
     1775#: views/moove/admin/settings/help.php:53
     1776msgid "“Exclude JS” with value: gdpr-cookie-compliance/dist/scripts/main.js"
     1777msgstr ""
  • gdpr-cookie-compliance/trunk/moove-gdpr.php

    r2871673 r2878897  
    55 *  Plugin URI: https://wordpress.org/plugins/gdpr-cookie-compliance/
    66 *  Description: Our plugin is useful in preparing your site for the following data protection and privacy regulations: GDPR, CCPA, PIPEDA, AAP, LGPD and others.
    7  *  Version: 4.10.2
     7 *  Version: 4.10.3
    88 *  Author: Moove Agency
    99 *  Domain Path: /languages
     
    1919} // Exit if accessed directly
    2020
    21 define( 'MOOVE_GDPR_VERSION', '4.10.2' );
     21define( 'MOOVE_GDPR_VERSION', '4.10.3' );
    2222if ( ! defined( 'MOOVE_SHOP_URL' ) ) :
    2323    define( 'MOOVE_SHOP_URL', 'https://shop.mooveagency.com' );
  • gdpr-cookie-compliance/trunk/readme.txt

    r2871673 r2878897  
    33Donate link: https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/
    44Tags: GDPR, CCPA, DSGVO, cookie banner, cookie notice
    5 Stable tag: 4.10.2
     5Stable tag: 4.10.3
    66Requires at least: 4.5
    77Tested up to: 6.1
     
    3737* **CDN** base URL supported
    3838* Supports all major **caching** servers and plugins
    39 * Available in **17 languages**
    40 * Optimised for PHP 7 and 8
     39* Available in **18 languages**
     40* Optimised for PHP 7 and PHP 8
    4141
    4242### Premium Features Available
     
    276276
    277277== Changelog ==
     278= 4.10.3: 13 March 2023 =
     279* Translations updated
     280* Admin screen improvements
     281
    278282= 4.10.2: 27 February 2023 =
    279283* WCAG improvements
  • gdpr-cookie-compliance/trunk/views/moove/admin/settings/branding.php

    r2652563 r2878897  
    137137            <tr>
    138138                <th scope="row">
    139                     <label for="moove_gdpr_logo_position"><?php esc_html_e( 'Logo Position', 'gdpr-cookie-compliance' ); ?></label>
    140                 </th>
    141                 <td>
    142                     <input name="moove_gdpr_logo_position" type="radio" value="left" id="moove_gdpr_logo_position_left" <?php echo isset( $gdpr_options['moove_gdpr_logo_position'] ) ? ( 'left' === $gdpr_options['moove_gdpr_logo_position'] ? 'checked' : '' ) : 'checked'; ?> class="on-off"> <label for="moove_gdpr_logo_position_left"><?php esc_html_e( 'Left', 'gdpr-cookie-compliance' ); ?></label>
    143                     <span class="separator"></span>
    144 
    145                     <input name="moove_gdpr_logo_position" type="radio" value="center" id="moove_gdpr_logo_position_center" <?php echo isset( $gdpr_options['moove_gdpr_logo_position'] ) ? ( 'center' === $gdpr_options['moove_gdpr_logo_position'] ? 'checked' : '' ) : ''; ?> class="on-off"> <label for="moove_gdpr_logo_position_center"><?php esc_html_e( 'Center', 'gdpr-cookie-compliance' ); ?></label>
    146                     <span class="separator"></span>
    147                     <input name="moove_gdpr_logo_position" type="radio" value="right" id="moove_gdpr_logo_position_right" <?php echo isset( $gdpr_options['moove_gdpr_logo_position'] ) ? ( 'right' === $gdpr_options['moove_gdpr_logo_position'] ? 'checked' : '' ) : ''; ?> class="on-off"> <label for="moove_gdpr_logo_position_right"><?php esc_html_e( 'Right', 'gdpr-cookie-compliance' ); ?></label>
    148 
    149                     <?php do_action( 'gdpr_cc_moove_gdpr_logo_position_settings' ); ?>
    150                 </td>
    151             </tr>
    152 
    153             <tr>
    154                 <th scope="row">
    155139                    <label for="moove_gdpr_button_style"><?php esc_html_e( 'Button Style', 'gdpr-cookie-compliance' ); ?></label>
    156140                </th>
     
    207191                    <input name="moove_gdpr_cdn_url" type="text" id="moove_gdpr_cdn_url" value="<?php echo isset( $gdpr_options['moove_gdpr_cdn_url'] ) && $gdpr_options['moove_gdpr_cdn_url'] ? esc_url( $gdpr_options['moove_gdpr_cdn_url'] ) : ''; ?>" class="regular-text">
    208192                    <p class="description">
    209                         <strong>* <?php esc_html_e( 'Optional, leave it empty to use default domain','gdpr-cookie-compliance');?></strong><br /><?php esc_html_e('Enter your CDN root URL to enable CDN for GDPR Lity library files. The URL can be http, https or protocol-relative', 'gdpr-cookie-compliance' ); ?> (e.g. //cdn.example.com/).</p>
     193                        <strong>* <?php esc_html_e( 'Optional, leave it empty to use default domain','gdpr-cookie-compliance');?></strong><br /><?php esc_html_e('Enter your CDN root URL to enable CDN for GDPR Lity library files. The URL can be http, https or protocol-relative', 'gdpr-cookie-compliance' ); ?> (<?php esc_html_e( 'e.g.','gdpr-cookie-compliance');?> //<?php esc_html_e( 'cdn.example.com','gdpr-cookie-compliance');?>/).</p>
    210194                    <!--  .description -->
    211195                </td>
  • gdpr-cookie-compliance/trunk/views/moove/admin/settings/export-import.php

    r2564882 r2878897  
    1313
    1414?>
    15 <h2><?php esc_attr_e('Export / Import Settings','gdpr-cookie-compliance-addon'); ?></h2>
     15<h2><?php esc_attr_e('Export / Import Settings','gdpr-cookie-compliance'); ?></h2>
    1616<hr />
    1717<?php do_action('gdpr_premium_section_ads'); ?>   
  • gdpr-cookie-compliance/trunk/views/moove/admin/settings/general-settings.php

    r2866389 r2878897  
    2424        if ( is_array( $_POST ) ) :
    2525
    26             if ( isset( $_POST['moove_gdpr_modal_powered_by_disable'] ) ) :
    27                 $value = intval( $_POST['moove_gdpr_modal_powered_by_disable'] );
     26            if ( isset( $_POST['gdpr_force_reload'] ) ) :
     27                $gfr = intval( $_POST['gdpr_force_reload'] );
    2828            else :
    29                 $value = 0;
     29                $gfr = 0;
    3030            endif;
    3131
    32             if ( isset( $_POST[ 'moove_gdpr_modal_powered_by_label' . $wpml_lang ] ) ) :
    33                 if ( 0 === strlen( trim( sanitize_text_field( wp_unslash( $_POST[ 'moove_gdpr_modal_powered_by_label' . $wpml_lang ] ) ) ) ) ) :
    34                     $value = 1;
    35                 else :
    36                     $value = 0;
    37                 endif;
    38             endif;
     32            $gdpr_options['gdpr_force_reload'] = $gfr;
    3933
    4034            $restricted_keys = array(
    41                 'moove_gdpr_floating_button_enable',
    4235                'moove_gdpr_modal_powered_by_disable',
    43                 'moove_gdpr_save_settings_button_enable',
    44                 'moove_gdpr_close_button_enable',
    45                 'moove_gdpr_colour_scheme',             
    46                 'gdpr_close_button_bhv_redirect',
     36                'gdpr_force_reload'
    4737            );
    4838
    49             $gdpr_options['moove_gdpr_modal_powered_by_disable'] = $value;
    50             update_option( $option_name, $gdpr_options );
    51             $gdpr_options = get_option( $option_name );
     39           
    5240            foreach ( $_POST as $form_key => $form_value ) :
    53                 if ( 'moove_gdpr_info_bar_content' === $form_key ) :
    54                     $value                                  = wpautop( wp_unslash( $form_value ) );
    55                     $gdpr_options[ $form_key . $wpml_lang ] = $value;
    56                 elseif ( 'moove_gdpr_modal_strictly_secondary_notice' . $wpml_lang === $form_key ) :
    57                     $value                     = wpautop( wp_unslash( $form_value ) );
    58                     $gdpr_options[ $form_key ] = $value;                   
    59                 elseif ( ! in_array( $form_key, $restricted_keys ) ) :
     41                if ( ! in_array( $form_key, $restricted_keys ) ) :
    6042                    $value                     = sanitize_text_field( wp_unslash( $form_value ) );
    6143                    $gdpr_options[ $form_key ] = $value;
    62                 elseif ( 'gdpr_gs_buttons_order' === $form_key ) :
    63                     $value                                          = json_decode( wp_unslash( $form_value ), true );
    64                     $allowed_values                         = array( 'enable', 'reject', 'save', 'close' );
    65                     $buttons_order                          = array();
    66                     if ( is_array( $value ) ) :
    67                         foreach ( $value as $button_type ) :
    68                             if ( in_array( $button_type, $allowed_values ) ) :
    69                                 $buttons_order[] = $button_type;
    70                             endif;
    71                         endforeach;
    72                     endif;
    73                     $buttons_order = $buttons_order ? $buttons_order : $allowed_values;
    74                     $gdpr_options[ $form_key ] = json_encode( $buttons_order );
    7544                endif;
    7645            endforeach;
    7746
    78             // Cookie Banner Save Settings Button.
    79             $moove_save_settings_enable = '0';
    80             if ( isset( $_POST['moove_gdpr_save_settings_button_enable'] ) ) :
    81                 $moove_save_settings_enable = '1';
    82             endif;
    83             $gdpr_options['moove_gdpr_save_settings_button_enable'] = $moove_save_settings_enable;
    84 
    85             // Cookie Banner Enable All Button.
    86             $moove_enable_all_button_enable = '0';
    87             if ( isset( $_POST['moove_gdpr_enable_all_button_enable'] ) ) :
    88                 $moove_enable_all_button_enable = '1';
    89             endif;
    90             $gdpr_options['moove_gdpr_enable_all_button_enable'] = $moove_enable_all_button_enable;
    91 
    92             // Cookie Banner Reject All Button.
    93             $moove_reject_all_button_enable = '0';
    94             if ( isset( $_POST['moove_gdpr_reject_all_button_enable'] ) ) :
    95                 $moove_reject_all_button_enable = '1';
    96             endif;
    97             $gdpr_options['moove_gdpr_reject_all_button_enable'] = $moove_reject_all_button_enable;
    98 
    99             // Cookie Banner Close Button.
    100             $moove_gs_close_enable = '0';
    101             if ( isset( $_POST['moove_gdpr_cb_close_button_enable'] ) ) :
    102                 $moove_gs_close_enable = '1';
    103             endif;
    104             $gdpr_options['moove_gdpr_cb_close_button_enable'] = $moove_gs_close_enable;
    105 
    10647            update_option( $option_name, $gdpr_options );
    107 
    108 
    10948            $gdpr_options = get_option( $option_name );
    11049        endif;
     
    14382endif;
    14483
    145 $buttons_order              = isset( $gdpr_options['gdpr_gs_buttons_order'] ) ? json_decode( $gdpr_options['gdpr_gs_buttons_order'], true ) : array( 'enable', 'reject', 'save', 'close' );
    146 if ( ! isset( $gdpr_options['moove_gdpr_cb_close_button_enable'] ) ) :
    147     if ( ! in_array( 'close', $buttons_order ) ) :
    148         $buttons_order[] = 'close';
    149     endif;
    150     $gdpr_options['moove_gdpr_cb_close_button_enable'] = '1';
    151 endif;
     84$gdpr_force_reload  = isset( $gdpr_options['gdpr_force_reload'] ) && intval( $gdpr_options['gdpr_force_reload'] ) >= 0 ? intval( $gdpr_options['gdpr_force_reload'] ) : apply_filters( 'gdpr_force_reload', false );
     85
    15286
    15387?>
    15488<form action="<?php esc_url( admin_url( 'admin.php?page=moove-gdpr&tab=general-settings' ) ); ?>" method="post" id="moove_gdpr_tab_general_settings">
    155     <h2><?php esc_html_e( 'Cookie Settings Screen - General Setup', 'gdpr-cookie-compliance' ); ?></h2>
     89    <h2><?php esc_html_e( 'General Settings', 'gdpr-cookie-compliance' ); ?></h2>
    15690    <hr />
    15791    <?php wp_nonce_field( 'moove_gdpr_nonce_field', 'moove_gdpr_nonce' ); ?>
     
    16094            <tr>
    16195                <th scope="row">
    162                     <label for="moove_gdpr_plugin_layout"><?php esc_html_e( 'Choose your layout', 'gdpr-cookie-compliance' ); ?></label>
     96                    <label for="gdpr_force_reload"><?php esc_html_e( 'Force Reload', 'gdpr-cookie-compliance' ); ?></label>
    16397                </th>
    16498                <td>
    165                     <input name="moove_gdpr_plugin_layout" type="radio" value="v1" id="moove_gdpr_plugin_layout_v1" <?php echo isset( $gdpr_options['moove_gdpr_plugin_layout'] ) ? ( 'v1' === $gdpr_options['moove_gdpr_plugin_layout'] ? 'checked' : '' ) : 'checked'; ?> class="on-off">
    166                     <label for="moove_gdpr_plugin_layout_v1">
    167                         <?php esc_html_e( 'Tabs layout', 'gdpr-cookie-compliance' ); ?>
    168                     </label>
    169                     <span class="separator"></span>
     99                    <!-- GDPR Rounded switch -->
     100                    <label class="gdpr-checkbox-toggle">
     101                        <input type="checkbox" name="gdpr_force_reload" id="gdpr_force_reload" <?php echo $gdpr_force_reload ? 'checked' : ''; ?> value="1" >
     102                        <span class="gdpr-checkbox-slider" data-enable="<?php esc_html_e( 'Enabled', 'gdpr-cookie-compliance' ); ?>" data-disable="<?php esc_html_e( 'Disabled', 'gdpr-cookie-compliance' ); ?>"></span>
     103                    </label>
    170104
    171                     <input name="moove_gdpr_plugin_layout" type="radio" value="v2" id="moove_gdpr_plugin_layout_v2" <?php echo isset( $gdpr_options['moove_gdpr_plugin_layout'] ) ? ( 'v2' === $gdpr_options['moove_gdpr_plugin_layout'] ? 'checked' : '' ) : ''; ?> class="on-off">
    172                     <label for="moove_gdpr_plugin_layout_v2">
    173                         <?php esc_html_e( 'One page layout', 'gdpr-cookie-compliance' ); ?>
    174                     </label>
    175                     <?php do_action( 'gdpr_cc_moove_gdpr_plugin_layout_settings' ); ?>
    176 
     105                    <p class="description">
     106                        <?php esc_html_e( 'Choose if you’d like the page to reload when user accepts cookies. If you choose not to, your analytical software will not count the current page visit as the cookies will be loaded during the next page load only.', 'gdpr-cookie-compliance' ); ?>
     107                    </p>
     108                    <!-- .description -->
    177109                </td>
    178             </tr>
    179 
    180             <tr class="gdpr-sortable-buttons-wrap">
    181                 <td colspan="2">
    182                     <h4 style="margin-bottom: 0;"><?php esc_html_e( 'Button Setup', 'gdpr-cookie-compliance' ) ?></h4>
    183                     <p class="description"><i><?php esc_html_e( 'You can change the order by drag & drop', 'gdpr-cookie-compliance' ) ?></i></p><br>
    184                     <input type="hidden" name="gdpr_gs_buttons_order" class="gdpr-buttons-order-inpval" value='<?php echo json_encode( $buttons_order, true ); ?>'>
    185                     <div class="gdpr-sortable-buttons">
    186                         <?php
    187                             foreach ( $buttons_order as $button_type ) :
    188                                 if ( 'save' === $button_type ) :
    189                                     ?>
    190                                         <div class="gdpr-sortable-button" data-type="save">
    191                                             <table>
    192                                                 <tbody>
    193                                                     <tr>
    194                                                         <th scope="row">
    195                                                             <label for="moove_gdpr_save_settings_button_enable"><?php esc_html_e( 'Save Settings button', 'gdpr-cookie-compliance' ); ?></label>
    196                                                         </th>
    197                                                         <td>
    198                                                             <!-- GDPR Rounded switch -->
    199                                                             <label class="gdpr-checkbox-toggle">
    200                                                                 <input type="checkbox" name="moove_gdpr_save_settings_button_enable" id="moove_gdpr_save_settings_button_enable" <?php echo isset( $gdpr_options['moove_gdpr_save_settings_button_enable'] ) ? ( intval( $gdpr_options['moove_gdpr_save_settings_button_enable'] ) === 1 ? 'checked' : ( ! isset( $gdpr_options['moove_gdpr_save_settings_button_enable'] ) ? 'checked' : '' ) ) : 'checked'; ?> >
    201                                                                 <span class="gdpr-checkbox-slider" data-enable="<?php esc_html_e( 'Enabled', 'gdpr-cookie-compliance' ); ?>" data-disable="<?php esc_html_e( 'Disabled', 'gdpr-cookie-compliance' ); ?>"></span>
    202                                                             </label>
    203                                                         </td>
    204                                                     </tr>
    205 
    206                                                     <tr class="gdpr-conditional-field" data-dependency="#moove_gdpr_save_settings_button_enable">
    207                                                         <th scope="row">
    208                                                             <label for="moove_gdpr_modal_save_button_label"><?php esc_html_e( 'Save Settings - Button Label', 'gdpr-cookie-compliance' ); ?></label>
    209                                                         </th>
    210                                                         <td>
    211                                                             <input name="moove_gdpr_modal_save_button_label<?php echo esc_attr( $wpml_lang ); ?>" type="text" id="moove_gdpr_modal_save_button_label" value="<?php echo isset( $gdpr_options[ 'moove_gdpr_modal_save_button_label' . $wpml_lang ] ) && $gdpr_options[ 'moove_gdpr_modal_save_button_label' . $wpml_lang ] ? esc_attr( $gdpr_options[ 'moove_gdpr_modal_save_button_label' . $wpml_lang ] ) : esc_html__( 'Save Changes', 'gdpr-cookie-compliance' ); ?>" class="regular-text">
    212                                                         </td>
    213                                                     </tr>
    214                                                 </tbody>
    215                                             </table>
    216                                         </div>
    217                                         <!-- .gdpr-sortable-button -->
    218                                     <?php
    219                                 elseif ( 'enable' === $button_type ) :
    220                                     ?>
    221                                         <div class="gdpr-sortable-button" data-type="enable">
    222                                             <table>
    223                                                 <tbody>
    224                                                     <tr>
    225                                                         <th scope="row">
    226                                                             <label for="moove_gdpr_enable_all_button_enable"><?php esc_html_e( 'Enable All button', 'gdpr-cookie-compliance' ); ?></label>
    227                                                         </th>
    228                                                         <td>
    229                                                             <!-- GDPR Rounded switch -->
    230                                                             <label class="gdpr-checkbox-toggle">
    231                                                                 <input type="checkbox" name="moove_gdpr_enable_all_button_enable" id="moove_gdpr_enable_all_button_enable" <?php echo isset( $gdpr_options['moove_gdpr_enable_all_button_enable'] ) ? ( intval( $gdpr_options['moove_gdpr_enable_all_button_enable'] ) === 1 ? 'checked' : ( ! isset( $gdpr_options['moove_gdpr_enable_all_button_enable'] ) ? 'checked' : '' ) ) : 'checked'; ?> >
    232                                                                 <span class="gdpr-checkbox-slider" data-enable="<?php esc_html_e( 'Enabled', 'gdpr-cookie-compliance' ); ?>" data-disable="<?php esc_html_e( 'Disabled', 'gdpr-cookie-compliance' ); ?>"></span>
    233                                                             </label>
    234                                                         </td>
    235                                                     </tr>
    236 
    237                                                     <tr class="gdpr-conditional-field" data-dependency="#moove_gdpr_enable_all_button_enable">
    238                                                         <th scope="row">
    239                                                             <label for="moove_gdpr_modal_allow_button_label"><?php esc_html_e( 'Enable All - Button Label', 'gdpr-cookie-compliance' ); ?></label>
    240                                                         </th>
    241                                                         <td>
    242                                                             <input name="moove_gdpr_modal_allow_button_label<?php echo esc_attr( $wpml_lang ); ?>" type="text" id="moove_gdpr_modal_allow_button_label" value="<?php echo isset( $gdpr_options[ 'moove_gdpr_modal_allow_button_label' . $wpml_lang ] ) && $gdpr_options[ 'moove_gdpr_modal_allow_button_label' . $wpml_lang ] ? esc_attr( $gdpr_options[ 'moove_gdpr_modal_allow_button_label' . $wpml_lang ] ) : esc_html__( 'Enable All', 'gdpr-cookie-compliance' ); ?>" class="regular-text">
    243                                                         </td>
    244                                                     </tr>
    245                                                 </tbody>
    246                                             </table>
    247                                         </div>
    248                                         <!-- .gdpr-sortable-button -->
    249                                     <?php
    250                                 elseif ( 'reject' === $button_type ) :
    251                                     ?>
    252                                         <div class="gdpr-sortable-button" data-type="reject">
    253                                             <table>
    254                                                 <tbody>
    255                                                     <tr>
    256                                                         <th scope="row">
    257                                                             <label for="moove_gdpr_reject_all_button_enable"><?php esc_html_e( 'Reject All button', 'gdpr-cookie-compliance' ); ?></label>
    258                                                         </th>
    259                                                         <td>
    260                                                             <!-- GDPR Rounded switch -->
    261                                                             <label class="gdpr-checkbox-toggle">
    262                                                                 <input type="checkbox" name="moove_gdpr_reject_all_button_enable" id="moove_gdpr_reject_all_button_enable" <?php echo isset( $gdpr_options['moove_gdpr_reject_all_button_enable'] ) ? ( intval( $gdpr_options['moove_gdpr_reject_all_button_enable'] ) === 1 ? 'checked' : ( ! isset( $gdpr_options['moove_gdpr_reject_all_button_enable'] ) ? '' : '' ) ) : ''; ?> >
    263                                                                 <span class="gdpr-checkbox-slider" data-enable="<?php esc_html_e( 'Enabled', 'gdpr-cookie-compliance' ); ?>" data-disable="<?php esc_html_e( 'Disabled', 'gdpr-cookie-compliance' ); ?>"></span>
    264                                                             </label>
    265                                                         </td>
    266                                                     </tr>
    267 
    268                                                     <tr class="gdpr-conditional-field" data-dependency="#moove_gdpr_reject_all_button_enable">
    269                                                         <th scope="row">
    270                                                             <label for="moove_gdpr_modal_allow_button_label"><?php esc_html_e( 'Reject All - Button Label', 'gdpr-cookie-compliance' ); ?></label>
    271                                                         </th>
    272                                                         <td>
    273                                                             <input name="moove_gdpr_modal_reject_button_label<?php echo esc_attr( $wpml_lang ); ?>" type="text" id="moove_gdpr_modal_reject_button_label" value="<?php echo isset( $gdpr_options[ 'moove_gdpr_modal_reject_button_label' . $wpml_lang ] ) && $gdpr_options[ 'moove_gdpr_modal_reject_button_label' . $wpml_lang ] ? esc_attr( $gdpr_options[ 'moove_gdpr_modal_reject_button_label' . $wpml_lang ] ) : esc_html__( 'Reject All', 'gdpr-cookie-compliance' ); ?>" class="regular-text">
    274                                                         </td>
    275                                                     </tr>
    276                                                 </tbody>
    277                                             </table>
    278                                         </div>
    279                                         <!-- .gdpr-sortable-button -->
    280                                     <?php
    281                                 elseif ( 'close' === $button_type ) :
    282                                     ?>
    283                                         <div class="gdpr-sortable-button ui-state-disabled" data-type="close" style="padding-bottom: 0;">
    284                                             <table>
    285                                                 <tbody>
    286                                                     <tr>
    287                                                         <th scope="row">
    288                                                             <label for="moove_gdpr_cb_close_button_enable"><?php esc_html_e( 'Close button', 'gdpr-cookie-compliance' ); ?></label>
    289                                                         </th>
    290                                                         <td>
    291                                                             <!-- GDPR Rounded switch -->
    292                                                             <label class="gdpr-checkbox-toggle">
    293                                                                 <input type="checkbox" name="moove_gdpr_cb_close_button_enable" id="moove_gdpr_cb_close_button_enable" <?php echo isset( $gdpr_options['moove_gdpr_cb_close_button_enable'] ) ? ( intval( $gdpr_options['moove_gdpr_cb_close_button_enable'] ) === 1 ? 'checked' : ( ! isset( $gdpr_options['moove_gdpr_cb_close_button_enable'] ) ? 'checked' : '' ) ) : ''; ?> >
    294                                                                 <span class="gdpr-checkbox-slider" data-enable="<?php esc_html_e( 'Enabled', 'gdpr-cookie-compliance' ); ?>" data-disable="<?php esc_html_e( 'Disabled', 'gdpr-cookie-compliance' ); ?>"></span>
    295                                                             </label>
    296                                                            
    297                                                         </td>
    298                                                     </tr>                                                   
    299                                                 </tbody>
    300                                             </table>
    301                                         </div>
    302                                     <?php
    303                                 endif;
    304                             endforeach;
    305                         ?>
    306                 </td>
    307             </tr>
    308             <!-- .gdpr-sortable-buttons -->
    309 
    310             <tr>
    311                 <th scope="row">
    312                     <label for="moove_gdpr_modal_enabled_checkbox_label">
    313                         <?php esc_html_e( 'Checkbox Labels', 'gdpr-cookie-compliance' ); ?>
    314                     </label>
    315                 </th>
    316                 <td>
    317                     <table >
    318                         <tr>
    319                             <td style="padding: 0;">
    320                                 <input name="moove_gdpr_modal_enabled_checkbox_label<?php echo esc_attr( $wpml_lang ); ?>" type="text" id="moove_gdpr_modal_enabled_checkbox_label" value="<?php echo isset( $gdpr_options[ 'moove_gdpr_modal_enabled_checkbox_label' . $wpml_lang ] ) && $gdpr_options[ 'moove_gdpr_modal_enabled_checkbox_label' . $wpml_lang ] ? esc_attr( $gdpr_options[ 'moove_gdpr_modal_enabled_checkbox_label' . $wpml_lang ] ) : esc_html__( 'Enabled', 'gdpr-cookie-compliance' ); ?>" class="regular-text">
    321                             </td>
    322                             <td style="padding: 0;">
    323                                 <input name="moove_gdpr_modal_disabled_checkbox_label<?php echo esc_attr( $wpml_lang ); ?>" type="text" id="moove_gdpr_modal_disabled_checkbox_label" value="<?php echo isset( $gdpr_options[ 'moove_gdpr_modal_disabled_checkbox_label' . $wpml_lang ] ) && $gdpr_options[ 'moove_gdpr_modal_disabled_checkbox_label' . $wpml_lang ] ? esc_attr( $gdpr_options[ 'moove_gdpr_modal_disabled_checkbox_label' . $wpml_lang ] ) : esc_html__( 'Disabled', 'gdpr-cookie-compliance' ); ?>" class="regular-text">
    324                             </td>
    325                         </tr>
    326                     </table>
    327                     <br />
    328                    
    329                 </td>
    330 
    331110            </tr>
    332111
     
    337116                <td>
    338117               
    339                     <span style="margin-right: 5px;">Consent expires after</span>
     118                    <span style="margin-right: 5px;"><?php esc_html_e( 'Consent expires after', 'gdpr-cookie-compliance' ); ?></span>
    340119                    <input name="moove_gdpr_consent_expiration" min="0" step="1" type="number" id="moove_gdpr_consent_expiration" value="<?php echo isset( $gdpr_options[ 'moove_gdpr_consent_expiration' ] ) && intval( $gdpr_options[ 'moove_gdpr_consent_expiration' ] ) >= 0 ? esc_attr( $gdpr_options[ 'moove_gdpr_consent_expiration' ] ) : '365'; ?>" style="width: 80px;">
    341                     <span style="margin-left: 5px;">days.</span>
     120                    <span style="margin-left: 5px;"><?php esc_html_e( 'days', 'gdpr-cookie-compliance' ); ?>.</span>
    342121               
    343122                    <p class="description">
     
    347126            </tr>
    348127
    349             <tr>
    350                 <th scope="row">
    351                     <label><?php esc_html_e( 'Powered by GDPR', 'gdpr-cookie-compliance' ); ?></label>
    352                 </th>
    353                 <td>
    354                     <span class="powered-by-label">
    355                         <label for="">Default label:</label>
    356                         <input name="moove_gdpr_modal_powered_by_label<?php echo esc_attr( $wpml_lang ); ?>" type="text" id="moove_gdpr_modal_powered_by_label" value="<?php echo isset( $gdpr_options[ 'moove_gdpr_modal_powered_by_label' . $wpml_lang ] ) ? esc_attr( $gdpr_options[ 'moove_gdpr_modal_powered_by_label' . $wpml_lang ] ) : 'Powered by'; ?>" class="regular-text">
    357                     </span>
    358 
    359                     <input name="moove_gdpr_modal_powered_by_disable" type="hidden" <?php echo isset( $gdpr_options['moove_gdpr_modal_powered_by_disable'] ) ? ( intval( $gdpr_options['moove_gdpr_modal_powered_by_disable'] ) === 1 ? 'checked' : '' ) : ''; ?> id="moove_gdpr_modal_powered_by_disable" value="<?php echo isset( $gdpr_options['moove_gdpr_modal_powered_by_disable'] ) ? ( intval( $gdpr_options['moove_gdpr_modal_powered_by_disable'] ) === 1 ? '1' : '0' ) : '0'; ?>">
    360                 </td>
    361             </tr>
    362128            <?php do_action( 'gdpr_cc_general_modal_settings' ); ?>
    363129        </tbody>
  • gdpr-cookie-compliance/trunk/views/moove/admin/settings/google-site-kit.php

    r2683589 r2878897  
    1313
    1414?>
    15 <h2><?php esc_html_e('Google Site Kit - Integration','gdpr-cookie-compliance-addon'); ?></h2>
     15<h2><?php esc_html_e('Google Site Kit - Integration','gdpr-cookie-compliance'); ?></h2>
    1616<hr />
    1717<?php do_action('gdpr_premium_section_ads'); ?>
  • gdpr-cookie-compliance/trunk/views/moove/admin/settings/help.php

    r2866389 r2878897  
    2929        <div class="gdpr-faq-toggle">
    3030            <div class="gdpr-faq-accordion-header">
    31                 <h3>Plugin doesn’t work as expected</h3>
    32             </div>
    33             <div class="gdpr-faq-accordion-content" >
    34                 <h3>There might be several reasons why and most of them can be fixed easily and quickly.</h3>
     31                <h3><?php esc_html_e( 'Plugin doesn’t work as expected', 'gdpr-cookie-compliance' ); ?></h3>
     32            </div>
     33            <div class="gdpr-faq-accordion-content" >
     34                <h3><?php esc_html_e( 'There might be several reasons why and most of them can be fixed easily and quickly.', 'gdpr-cookie-compliance' ); ?></h3>
    3535                <hr>
    3636
    37                 <h4>Common issue 1: Console errors</h4>
     37                <h4><?php esc_html_e( 'Common issue 1: Console errors', 'gdpr-cookie-compliance' ); ?></h4>
    3838                <ul>
    39                     <li>Our plugin doesn’t work if there are any console errors on your site. For that reason, it’s important to fix those before contacting our support as we won’t be able to help you until the errors are fixed.</li>
    40                     <li>You can check if you have any console errors using Chrome browser (Inspect > Console).</li>
    41                     <li>There also might be some conflict with your theme or plugins, or with a caching plugin that should be investigated by your developers.</li>
    42                     <li>If you don’t see the updates correctly, the best is to view the site in a private browsing window or you can use a different browser to ensure that your local cache does not interfere.</li>
     39                    <li><?php esc_html_e( 'Our plugin doesn’t work if there are any console errors on your site. For that reason, it’s important to fix those before contacting our support as we won’t be able to help you until the errors are fixed.', 'gdpr-cookie-compliance' ); ?></li>
     40                    <li><?php esc_html_e( 'You can check if you have any console errors using Chrome browser (Inspect > Console).', 'gdpr-cookie-compliance' ); ?></li>
     41                    <li><?php esc_html_e( 'There also might be some conflict with your theme or plugins, or with a caching plugin that should be investigated by your developers.', 'gdpr-cookie-compliance' ); ?></li>
     42                    <li><?php esc_html_e( 'If you don’t see the updates correctly, the best is to view the site in a private browsing window or you can use a different browser to ensure that your local cache does not interfere.', 'gdpr-cookie-compliance' ); ?></li>
    4343                </ul>
    44                 <hr>                       
    45         <hr>
    46 
    47                 <h4>Common issue 2: Cache conflict</h4>
    48                 <p>If you are using any caching plugins, you will need to exclude our plugin assets by following the steps below:</p>
     44                <hr>
     45
     46                <h4><?php esc_html_e( 'Common issue 2: Cache conflict', 'gdpr-cookie-compliance' ); ?></h4>
     47                <p><?php esc_html_e( 'If you are using any caching plugins, you will need to exclude our plugin assets by following the steps below:', 'gdpr-cookie-compliance' ); ?></p>
    4948                <ul>
    5049                    <li>
    51                         “Exclude Cookies” with value: moove_gdpr_popup
     50                        <?php esc_html_e( '“Exclude Cookies” with value: moove_gdpr_popup', 'gdpr-cookie-compliance' ); ?>
    5251                    </li>
    5352                    <li>
    54                         “Exclude JS” with value: gdpr-cookie-compliance/dist/scripts/main.js
     53                        <?php esc_html_e( '“Exclude JS” with value: gdpr-cookie-compliance/dist/scripts/main.js', 'gdpr-cookie-compliance' ); ?>
    5554                    </li>
    5655                    <li>
    57                         You can also try to disable the ‘combine inline JS feature’ if you run into any issues.
     56                        <?php esc_html_e( 'You can also try to disable the ‘combine inline JS feature’ if you run into any issues.', 'gdpr-cookie-compliance' ); ?>
    5857                    </li>
    5958                </ul>
    6059                <hr>
    6160
    62                 <h4>Common issue 3: Ajax script is blocked</h4>
     61                <h4><?php esc_html_e( 'Common issue 3: Ajax script is blocked', 'gdpr-cookie-compliance' ); ?></h4>
    6362                <ul>
    64                     <li>Our plugin, just as many other plugins, needs Ajax to work properly. Sometimes Ajax calls are restricted on servers so you need to check if that’s the case on your site too.</li>
    65                     <li>Check <a href="<?php echo home_url('/wp-admin/admin-ajax.php'); ?>" target="_blank"><?php echo home_url('/wp-admin/admin-ajax.php'); ?></a> in private browsing - if it’s restricted, you need to whitelist the admin-ajax.php in your .htaccess file, or to apply the HTTP protection for the wp-login.php only.</li>
    66                     <li>More info here: <a href="https://www.wpwhitesecurity.com/wordpress-security-hacks/securing-wordpress-wp-admin-htaccess/" target="_blank">https://www.wpwhitesecurity.com/wordpress-security-hacks/securing-wordpress-wp-admin-htaccess/</a></li>
    67                     <li>Alternatively, you can try adding the code snippet below to your functions.php to change the script injection from AJAX to static which might help.</li>
     63                    <li><?php esc_html_e( 'Our plugin, just as many other plugins, needs Ajax to work properly. Sometimes Ajax calls are restricted on servers so you need to check if that’s the case on your site too.', 'gdpr-cookie-compliance' ); ?></li>
     64                    <li>
     65                        <?php
     66                          echo sprintf(
     67                            esc_html__( 'Check %s in private browsing - if it’s restricted, you need to whitelist the admin-ajax.php in your .htaccess file, or to apply the HTTP protection for the wp-login.php only.', 'gdpr-cookie-compliance' ),
     68                            '<a href="' . home_url('/wp-admin/admin-ajax.php') . '" class="gdpr_admin_link" target="_blank">' . esc_attr( home_url('/wp-admin/admin-ajax.php') ) . '</a>'
     69                          );
     70                        ?>
     71                    <li>
     72                        <?php
     73                          echo sprintf(
     74                            esc_html__( 'More info here: %s in private browsing - if it’s restricted, you need to whitelist the admin-ajax.php in your .htaccess file, or to apply the HTTP protection for the wp-login.php only.', 'gdpr-cookie-compliance' ),
     75                            '<a href="https://www.wpwhitesecurity.com/wordpress-security-hacks/securing-wordpress-wp-admin-htaccess/" class="gdpr_admin_link" target="_blank">https://www.wpwhitesecurity.com/wordpress-security-hacks/securing-wordpress-wp-admin-htaccess/</a>'
     76                          );
     77                        ?>
     78                    <li><?php esc_html_e( 'Alternatively, you can try adding the code snippet below to your functions.php to change the script injection from AJAX to static which might help.', 'gdpr-cookie-compliance' ); ?></li>
    6879                  <code>add_action( 'gdpr_cc_prevent_ajax_script_inject', '__return_true' );</code>
    6980                    </li>
     
    7889        <div class="gdpr-faq-toggle">
    7990            <div class="gdpr-faq-accordion-header">
    80                 <h3>I can’t activate the premium licence</h3>
    81             </div>
    82             <div class="gdpr-faq-accordion-content" >
    83                 <p>Can you please check in your CMS > Plugins that both the free version and the premium add-on plugin are activated?</p>
    84                 <p>If not, please ensure that <b>both are activated</b>, not just installed.</p>
    85                 <p>If they are both activated and you still don’t see the premium features, you can try the following:</p>
     91                <h3><?php esc_html_e( 'I can’t activate the premium licence', 'gdpr-cookie-compliance' ); ?></h3>
     92            </div>
     93            <div class="gdpr-faq-accordion-content" >
     94                <p><?php esc_html_e( 'Can you please check in your CMS > Plugins that both the free version and the premium add-on plugin are activated?', 'gdpr-cookie-compliance' ); ?></p>
     95                <p><?php esc_html_e( 'If not, please ensure that <b>both are activated</b>, not just installed.', 'gdpr-cookie-compliance' ); ?></p>
     96                <p><?php esc_html_e( 'If they are both activated and you still don’t see the premium features, you can try the following:', 'gdpr-cookie-compliance' ); ?></p>
    8697                <ol>
    87                     <li><b>Delete the premium</b> add-on plugin from your CMS completely</li>
    88                     <li><b>Update the free</b> plugin to the latest version</li>
    89                     <li><b>Deactivate</b> the licence key on the “Licence Manager” tab</li>
    90                     <li>Paste the licence key again and <b>activate again</b> > this will force automatic download of the latest version of the premium add-on and everything should work now.</li>
     98                    <li><b><?php esc_html_e( 'Delete the premium', 'gdpr-cookie-compliance' ); ?></b> <?php esc_html_e( 'add-on plugin from your CMS completely', 'gdpr-cookie-compliance' ); ?></li>
     99                    <li><b><?php esc_html_e( 'Update the free', 'gdpr-cookie-compliance' ); ?></b> <?php esc_html_e( 'plugin to the latest version', 'gdpr-cookie-compliance' ); ?></li>
     100                    <li><b><?php esc_html_e( 'Deactivate', 'gdpr-cookie-compliance' ); ?></b> <?php esc_html_e( 'the licence key on the “Licence Manager” tab', 'gdpr-cookie-compliance' ); ?></li>
     101                    <li>
     102                        <?php
     103                          echo sprintf(
     104                            esc_html__( 'Paste the licence key again and %s  this will force automatic download of the latest version of the premium add-on and everything should work now.', 'gdpr-cookie-compliance' ),
     105                            '<b>'.esc_html__( 'activate again', 'gdpr-cookie-compliance' ).'</b>'
     106                          );
     107                        ?>
     108                    </li>
    91109                </ol>
    92110
    93                 <p>The deactivation doesn’t affect your settings stored in the plugin.</p>
     111                <p><?php esc_html_e( 'The deactivation doesn’t affect your settings stored in the plugin.', 'gdpr-cookie-compliance' ); ?></p>
    94112            </div>
    95113            <!--  .gdpr-faq-accordion-content -->
     
    99117        <div class="gdpr-faq-toggle">
    100118            <div class="gdpr-faq-accordion-header">
    101                 <h3>The Cookie Banner is covered by another pop-up</h3>
    102             </div>
    103             <div class="gdpr-faq-accordion-content" >
    104                 <p>The issue is related to a higher z-index in your theme. You can solve the issue by adding the following code snippet to your functions.php</p>
     119                <h3><?php esc_html_e( 'The Cookie Banner is covered by another pop-up', 'gdpr-cookie-compliance' ); ?></h3>
     120            </div>
     121            <div class="gdpr-faq-accordion-content" >
     122                <p><?php esc_html_e( 'The issue is related to a higher z-index in your theme. You can solve the issue by adding the following code snippet to your functions.php', 'gdpr-cookie-compliance' ); ?></p>
    105123                <code>add_action('moove_gdpr_inline_styles','gdpr_cookie_css_extension_zindex',10,3);</code>
    106124                <code>function gdpr_cookie_css_extension_zindex( $styles, $primary, $secondary ) { $styles .= '#moove_gdpr_cookie_info_bar { z-index: 99999999; }'; $styles .= 'body.moove_gdpr_overflow #moove_gdpr_cookie_info_bar { z-index: 9900; }'; $styles .= 'body.moove_gdpr_overflow .lity { z-index: 999999999; }'; return $styles; } </code>
     
    178196                <p><?php esc_html_e( 'For example, we use Strictly Necessary Cookies to save information about which cookies the user consented to.', 'gdpr-cookie-compliance' ); ?></p>
    179197                <p><?php esc_html_e( 'We are not storing any sensitive or personal data there, the cookie file contains only one of the following strings:', 'gdpr-cookie-compliance' ); ?></p>
    180                 <code>Disabled state: strictly: 1, thirdparty: 0, advanced: 0</code><br />
    181                 <code>Enabled state: strictly: 1, thirdparty: 1, advanced: 1</code>   
     198                <code><?php esc_html_e( 'Disabled state', 'gdpr-cookie-compliance' ); ?>: strictly: 1, thirdparty: 0, advanced: 0</code><br />
     199                <code><?php esc_html_e( 'Enabled state', 'gdpr-cookie-compliance' ); ?>: strictly: 1, thirdparty: 1, advanced: 1</code>   
    182200      </div>
    183201            <!--  .gdpr-faq-accordion-content -->
     
    261279        <div class="gdpr-faq-toggle">
    262280            <div class="gdpr-faq-accordion-header">
    263                 <h3><?php esc_html_e( 'Does this plugin guarantee that I will comply with data protection laws?' ); ?></h3>
     281                <h3><?php esc_html_e( 'Does this plugin guarantee that I will comply with data protection laws?', 'gdpr-cookie-compliance' ); ?></h3>
    264282            </div>
    265283            <div class="gdpr-faq-accordion-content" >
     
    275293    <div id="gdpr_cbm_dh" class="gdpr-help-content-block">
    276294        <p><?php esc_html_e( 'Here you can find the default hooks & custom scripts available in our plugin.', 'gdpr-cookie-compliance' ); ?></p>
    277         <p><strong><?php esc_html_e( 'Please note that these are just examples - some bespoke development work may be required to customise these code snippets to your specific requirements.' ); ?></strong></p>
     295        <p><strong><?php esc_html_e( 'Please note that these are just examples - some bespoke development work may be required to customise these code snippets to your specific requirements.', 'gdpr-cookie-compliance' ); ?></strong></p>
    278296
    279297        <div class="gdpr-faq-toggle gdpr-faq-open">
     
    383401                    return $scripts;
    384402                }
    385                 <?php $code = trim( ob_get_clean() ); ?>
    386                 <textarea id="<?php echo esc_attr( uniqid( strtotime( 'now' ) ) ); ?>"><?php apply_filters( 'gdpr_cc_keephtml', $code, true ); ?></textarea>
    387                 <div class="gdpr-code"></div><!--  .gdpr-code -->
    388             </div>
    389             <!--  .gdpr-faq-accordion-content -->
    390         </div>
    391         <!--  .gdpr-faq-toggle -->
    392    
    393         <div class="gdpr-faq-toggle">
    394             <div class="gdpr-faq-accordion-header">
    395                 <h3><?php esc_html_e( 'Enable force reload', 'gdpr-cookie-compliance' ); ?></h3>
    396             </div>
    397             <div class="gdpr-faq-accordion-content" >
    398                 <?php ob_start(); ?>
    399                 add_action( 'gdpr_force_reload', '__return_true' );
    400403                <?php $code = trim( ob_get_clean() ); ?>
    401404                <textarea id="<?php echo esc_attr( uniqid( strtotime( 'now' ) ) ); ?>"><?php apply_filters( 'gdpr_cc_keephtml', $code, true ); ?></textarea>
     
    728731            </div>
    729732            <div class="gdpr-faq-accordion-content" >
     733                <p>
     734                    <?php
     735                      echo sprintf(
     736                        esc_html__( 'Please ensure you have the %s enabled!', 'gdpr-cookie-compliance' ),
     737                        '<strong><a href="' . esc_url( admin_url( 'admin.php?page=moove-gdpr&tab=general-settings' ) ) . '" class="gdpr_admin_link" target="_blank">Force Reload</a></strong>'
     738                      );
     739                    ?> 
     740                </p>
     741                <hr />
    730742                <?php ob_start(); ?>
    731743                add_filter( 'pys_disable_by_gdpr', 'gdpr_cookie_compliance_pys', 100 );
     
    743755                  endif;
    744756                }, 100);
    745 
    746                 add_action( 'gdpr_force_reload', '__return_true' );
    747757                <?php $code = trim( ob_get_clean() ); ?>
    748758                <textarea id="<?php echo esc_attr( uniqid( strtotime( 'now' ) ) ); ?>"><?php apply_filters( 'gdpr_cc_keephtml', $code, true ); ?></textarea>
     
    758768            </div>
    759769            <div class="gdpr-faq-accordion-content" >
     770                <p>
     771                    <?php
     772                      echo sprintf(
     773                        esc_html__( 'Please ensure you have the %s enabled!', 'gdpr-cookie-compliance' ),
     774                        '<strong><a href="' . esc_url( admin_url( 'admin.php?page=moove-gdpr&tab=general-settings' ) ) . '" class="gdpr_admin_link" target="_blank">Force Reload</a></strong>'
     775                      );
     776                    ?> 
     777                </p>
     778                <hr>
    760779                <?php ob_start(); ?>
    761780                add_filter('facebook_for_woocommerce_integration_pixel_enabled', 'gdpr_cookie_facebook_wc', 20);
     
    767786                    return $enable_fb_wc;
    768787                }
    769                 add_action( 'gdpr_force_reload', '__return_true' );
    770788                <?php $code = trim( ob_get_clean() ); ?>
    771789                <textarea id="<?php echo esc_attr( uniqid( strtotime( 'now' ) ) ); ?>"><?php apply_filters( 'gdpr_cc_keephtml', $code, true ); ?></textarea>
     
    814832            </div>
    815833            <div class="gdpr-faq-accordion-content" >
     834                <p>
     835                    <?php
     836                      echo sprintf(
     837                        esc_html__( 'Please ensure you have the %s enabled!', 'gdpr-cookie-compliance' ),
     838                        '<strong><a href="' . esc_url( admin_url( 'admin.php?page=moove-gdpr&tab=general-settings' ) ) . '" class="gdpr_admin_link" target="_blank">Force Reload</a></strong>'
     839                      );
     840                    ?> 
     841                </p>
     842                <hr>
     843
    816844                <?php ob_start(); ?>
    817845                // Script caching should be disabled if you have separate scripts / site
     
    820848                    return array();
    821849                }
    822                 // Force reload required because of PHP functions
    823                 add_action( 'gdpr_force_reload', '__return_true' );
    824850
    825851                // Custom scripts based on front-end language
     
    853879            </div>
    854880            <div class="gdpr-faq-accordion-content" >
    855                 <?php ob_start(); ?>
    856                
    857                 // Force reload required because of PHP functions
    858                 add_action( 'gdpr_force_reload', '__return_true' );
    859                
     881                <p>
     882                    <?php
     883                      echo sprintf(
     884                        esc_html__( 'Please ensure you have the %s enabled!', 'gdpr-cookie-compliance' ),
     885                        '<strong><a href="' . esc_url( admin_url( 'admin.php?page=moove-gdpr&tab=general-settings' ) ) . '" class="gdpr_admin_link" target="_blank">Force Reload</a></strong>'
     886                      );
     887                    ?> 
     888                </p>
     889                <hr>
     890                <?php ob_start(); ?>
    860891
    861892                // Custom Scripts based on front-end language
  • gdpr-cookie-compliance/trunk/views/moove/admin/settings/multisite-settings.php

    r2564882 r2878897  
    1313
    1414?>
    15 <h2><?php esc_html_e('Multisite Settings','gdpr-cookie-compliance-addon'); ?></h2>
     15<h2><?php esc_html_e('Multisite Settings','gdpr-cookie-compliance'); ?></h2>
    1616<hr />
    1717<?php do_action('gdpr_premium_section_ads'); ?>
  • gdpr-cookie-compliance/trunk/views/moove/admin/settings/plugin-boxes.php

    r2858922 r2878897  
    2020    <div class="m-plugin-box m-plugin-box-highlighted">
    2121        <div class="box-header">
    22             <h4>Premium Add-On</h4>
     22            <h4><?php esc_html_e( 'Premium Add-On', 'gdpr-cookie-compliance' ); ?></h4>
    2323        </div>
    2424        <!--  .box-header -->
    2525        <div class="box-content">
    2626            <div class="gdpr-faq-forum-content">
    27                 <p><span class="gdpr-chevron-left">&#8250;</span> Includes a cookiewall layout</p>
    28                 <p><span class="gdpr-chevron-left">&#8250;</span> Export & import</p>
    29         <p><span class="gdpr-chevron-left">&#8250;</span> Consent Log</p>
    30                 <p><span class="gdpr-chevron-left">&#8250;</span> WordPress Multisite support</p>
    31                 <p><span class="gdpr-chevron-left">&#8250;</span> Accept cookies on scroll</p>
    32                 <p><span class="gdpr-chevron-left">&#8250;</span> Consent Analytics</p>
    33                 <p><span class="gdpr-chevron-left">&#8250;</span> Display cookie banner for EU visitors only</p>
    34                 <p><span class="gdpr-chevron-left">&#8250;</span> Language specific scripts</p>
    35                 <p><span class="gdpr-chevron-left">&#8250;</span> and more...</p>
     27                <p><span class="gdpr-chevron-left">&#8250;</span> <?php esc_html_e( 'Includes a cookiewall layout', 'gdpr-cookie-compliance' ); ?></p>
     28                <p><span class="gdpr-chevron-left">&#8250;</span> <?php esc_html_e( 'Export & import', 'gdpr-cookie-compliance' ); ?></p>
     29        <p><span class="gdpr-chevron-left">&#8250;</span> <?php esc_html_e( 'Consent Log', 'gdpr-cookie-compliance' ); ?></p>
     30                <p><span class="gdpr-chevron-left">&#8250;</span> <?php esc_html_e( 'WordPress Multisite support', 'gdpr-cookie-compliance' ); ?></p>
     31                <p><span class="gdpr-chevron-left">&#8250;</span> <?php esc_html_e( 'Accept cookies on scroll', 'gdpr-cookie-compliance' ); ?></p>
     32                <p><span class="gdpr-chevron-left">&#8250;</span> <?php esc_html_e( 'Consent Analytics', 'gdpr-cookie-compliance' ); ?></p>
     33                <p><span class="gdpr-chevron-left">&#8250;</span> <?php esc_html_e( 'Display cookie banner for EU visitors only', 'gdpr-cookie-compliance' ); ?></p>
     34                <p><span class="gdpr-chevron-left">&#8250;</span> <?php esc_html_e( 'Language specific scripts', 'gdpr-cookie-compliance' ); ?></p>
     35                <p><span class="gdpr-chevron-left">&#8250;</span> <?php esc_html_e( 'and more...', 'gdpr-cookie-compliance' ); ?></p>
    3636      </div>
    3737            <!-- gdpr-faq-forum-content -->
    3838            <hr />
    39             <a href="https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/" target="_blank" class="plugin-buy-now-btn">Buy Now</a>
     39            <a href="https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/" target="_blank" class="plugin-buy-now-btn"><?php esc_html_e( 'Buy Now', 'gdpr-cookie-compliance' ); ?></a>
    4040
    4141        </div>
     
    5151    <div class="m-plugin-box">
    5252        <div class="box-header">
    53             <h4>Find this plugin useful?</h4>
     53            <h4><?php esc_html_e( 'Find this plugin useful?', 'gdpr-cookie-compliance' ); ?></h4>
    5454        </div>
    5555        <!--  .box-header -->
    5656        <div class="box-content">
    5757
    58             <p>You can help other users find it too by <a href="https://wordpress.org/support/plugin/gdpr-cookie-compliance/reviews/?rate=5#new-post" target="_blank">rating this plugin</a>.</p>
     58            <p><?php esc_html_e( 'You can help other users find it too by', 'gdpr-cookie-compliance' ); ?> <a href="https://wordpress.org/support/plugin/gdpr-cookie-compliance/reviews/?rate=5#new-post" target="_blank"><?php esc_html_e( 'rating this plugin', 'gdpr-cookie-compliance' ); ?></a>.</p>
    5959            <?php if ( $plugin_details ) : ?>
    6060                <hr />
     
    6262                    <div class="plugin-download-ainstalls-cnt">
    6363                        <div class="plugin-downloads">
    64                             Downloads: <strong><?php echo number_format( $plugin_details->downloaded, 0, '', ',' ); ?></strong>
     64                            <?php esc_html_e( 'Downloads', 'gdpr-cookie-compliance' ); ?>: <strong><?php echo number_format( $plugin_details->downloaded, 0, '', ',' ); ?></strong>
    6565                        </div>
    6666                        <!--  .plugin-downloads -->
    6767                        <div class="plugin-active-installs">
    68                             Active installations: <strong><?php echo number_format( $plugin_details->active_installs, 0, '', ',' ); ?>+</strong>
     68                            <?php esc_html_e( 'Active installations', 'gdpr-cookie-compliance' ); ?>: <strong><?php echo number_format( $plugin_details->active_installs, 0, '', ',' ); ?>+</strong>
    6969                        </div>
    7070                        <!--  .plugin-downloads -->
     
    100100    </div>
    101101    <!--  .m-plugin-box -->
     102
     103    <div class="m-plugin-box">
     104        <div class="box-header">
     105            <h4><?php esc_html_e( 'User Activity Tracking and Log', 'gdpr-cookie-compliance' ); ?></h4>
     106        </div>
     107        <!--  .box-header -->
     108        <div class="box-content">
     109            <a href="https://www.mooveagency.com/wordpress-plugins/user-activity-tracking-and-log/" target="_blank">
     110                <img src='<?php echo moove_gdpr_get_plugin_directory_url() ?>/assets/images/uat-promo-wp.png?rev=<?php echo MOOVE_UAT_VERSION; ?>'/>
     111            </a>
     112            <hr>
     113            <p><?php esc_html_e( 'Track user activity & duration on your website with this incredibly powerful, easy-to-use and well supported plugin.', 'gdpr-cookie-compliance' ); ?></p>
     114
     115            <hr />
     116            <a href="https://www.mooveagency.com/wordpress-plugins/user-activity-tracking-and-log/" target="_blank" class="plugin-buy-now-btn"><?php esc_html_e( 'Free trial', 'gdpr-cookie-compliance' ); ?></a>
     117        </div>
     118        <!--  .box-content -->
     119    </div>
     120    <!--  .m-plugin-box -->
    102121</div>
    103122<!--  .moove-plugins-info-boxes -->
  • gdpr-cookie-compliance/trunk/views/moove/admin/settings/settings-page.php

    r2828691 r2878897  
    8080                <?php esc_html_e( 'Cookie Banner Settings', 'gdpr-cookie-compliance' ); ?>
    8181            </a>
     82
     83            <a href="<?php echo esc_attr( admin_url( 'admin.php?page=moove-gdpr&amp;tab=screen-settings' ) ); ?>" class="nav-tab <?php echo 'screen-settings' === $active_tab ? 'nav-tab-active' : ''; ?>">
     84                <?php esc_html_e( 'Cookie Settings Screen', 'gdpr-cookie-compliance' ); ?>
     85            </a>
     86
    8287            <a href="<?php echo esc_attr( admin_url( 'admin.php?page=moove-gdpr&amp;tab=floating-button' ) ); ?>" class="nav-tab <?php echo 'floating-button' === $active_tab ? 'nav-tab-active' : ''; ?>">
    8388                <?php esc_html_e( 'Floating Button', 'gdpr-cookie-compliance' ); ?>
    8489            </a>
     90
    8591            <a href="<?php echo esc_attr( admin_url( 'admin.php?page=moove-gdpr&amp;tab=general-settings' ) ); ?>" class="nav-tab <?php echo 'general-settings' === $active_tab ? 'nav-tab-active' : ''; ?>">
    8692                <?php esc_html_e( 'General Settings', 'gdpr-cookie-compliance' ); ?>
    8793            </a>
     94           
    8895            <?php
    8996                $nav_label = isset( $modal_options[ 'moove_gdpr_privacy_overview_tab_title' . $wpml_lang ] ) && $modal_options[ 'moove_gdpr_privacy_overview_tab_title' . $wpml_lang ] ? $modal_options[ 'moove_gdpr_privacy_overview_tab_title' . $wpml_lang ] : __( 'Privacy Overview', 'gdpr-cookie-compliance' );
     
    126133            <a href="<?php echo esc_attr( admin_url( 'admin.php?page=moove-gdpr&amp;tab=video-tutorial' ) ); ?>" class="nav-tab nav-tab-dark <?php echo 'video-tutorial' === $active_tab ? 'nav-tab-active' : ''; ?>">
    127134                <span class="dashicons dashicons-format-video"></span>
    128                 <?php esc_html_e( 'Video Tutorial', 'gdpr-cookie-compliance-addon' ); ?>
     135                <?php esc_html_e( 'Video Tutorial', 'gdpr-cookie-compliance' ); ?>
    129136            </a>
    130137
    131138            <a href="<?php echo esc_attr( admin_url( 'admin.php?page=moove-gdpr&amp;tab=support' ) ); ?>" class="nav-tab nav-tab-dark <?php echo 'support' === $active_tab ? 'nav-tab-active' : ''; ?>">
    132139                <span class="dashicons dashicons-sos"></span>
    133                 <?php esc_html_e( 'Support', 'gdpr-cookie-compliance-addon' ); ?>
     140                <?php esc_html_e( 'Support', 'gdpr-cookie-compliance' ); ?>
    134141            </a>
    135142
    136143            <a href="<?php echo esc_attr( admin_url( 'admin.php?page=moove-gdpr&amp;tab=licence' ) ); ?>" class="nav-tab nav-tab-dark <?php echo 'licence' === $active_tab ? 'nav-tab-active' : ''; ?>">
    137144                <span class="dashicons dashicons-admin-network"></span>
    138                 <?php esc_html_e( 'Licence Manager', 'gdpr-cookie-compliance-addon' ); ?>
     145                <?php esc_html_e( 'Licence Manager', 'gdpr-cookie-compliance' ); ?>
    139146            </a>
    140147
  • gdpr-cookie-compliance/trunk/views/moove/admin/settings/support.php

    r2674805 r2878897  
    2121
    2222
    23 <h4>Here are the best steps to find answers to your questions and resolve issues as fast as possible:</h4><br>
     23<h4><?php esc_html_e( 'Here are the best steps to find answers to your questions and resolve issues as fast as possible', 'gdpr-cookie-compliance' ); ?>:</h4>
     24
     25<h4>
     26  <?php
     27    echo sprintf(
     28      esc_html__( '1. Check the %s', 'gdpr-cookie-compliance' ),
     29      '<a href="' . esc_url( admin_url( 'admin.php?page=moove-gdpr&tab=help' ) ) . '" class="gdpr_admin_link">' . esc_html__( 'Documentation', 'gdpr-cookie-compliance' ) . '</a>'
     30    );
     31  ?>
     32</h4>
     33
     34<p><?php
     35  echo sprintf(
     36    esc_html__( 'Most issues can be resolved quickly and easily. We compiled the list of basic troubleshooting, hooks, filters, shortcodes and more in our %s section.', 'gdpr-cookie-compliance' ),
     37    '<a href="' . esc_url( admin_url( 'admin.php?page=moove-gdpr&tab=help' ) ) . '" class="gdpr_admin_link">' . esc_html__( 'Documentation', 'gdpr-cookie-compliance' ) . '</a>'
     38  );
     39?></p>
    2440
    2541
    26 <h4>1. Check the <a href="<?php echo esc_url( admin_url( 'admin.php?page=moove-gdpr&tab=help' ) ); ?>" class="gdpr_admin_link">Documentation</a> section</h4>
    27 <p>Most issues can be resolved quickly and easily. We compiled the list of basic troubleshooting, hooks, filters, shortcodes and more in our <a href="<?php echo esc_url( admin_url( 'admin.php?page=moove-gdpr&tab=help' ) ); ?>" class="gdpr_admin_link">Documentation</a> section.
    28 </p>
    2942<hr>
    3043
    31 <h4>2. Search our <a href="<?php echo $forum_link; ?>" class="gdpr_admin_link" target="_blank">Support Forum</a></h4>
    32 <p>Most questions have already been asked by other users so you can find answers quickly and resolve issues fast by searching for the problem on our <a href="<?php echo $forum_link; ?>" class="gdpr_admin_link" target="_blank">support forum</a>. Search bar is located in the top right corner.</p>
     44<h4>
     45  <?php
     46    echo sprintf(
     47      esc_html__( '2. Search our %s', 'gdpr-cookie-compliance' ),
     48      '<a href="' . $forum_link . '" class="gdpr_admin_link" target="_blank">' . esc_html__( 'Support Forum', 'gdpr-cookie-compliance' ) . '</a>'
     49    );
     50  ?>
     51</h4>
     52
     53<p><?php
     54  echo sprintf(
     55    esc_html__( 'Most questions have already been asked by other users so you can find answers quickly and resolve issues fast by searching for the problem on our %s. Search bar is located in the top right corner.', 'gdpr-cookie-compliance' ),
     56    '<a href="' . $forum_link . '" class="gdpr_admin_link" target="_blank">' . esc_html__( 'support forum', 'gdpr-cookie-compliance' ) . '</a>'
     57  );
     58?></p>
    3359<hr>
    3460
    35 <h4>3. Create a Support Ticket</h4>
    36 <p>If you still need support, you can create a <a href="<?php echo $forum_link; ?>#new-post" class="gdpr_admin_link" target="_blank">new support ticket</a> in our Support Forum.</p>
    37 <p>Please don’t forget to add screenshots or video recording of your screen that would help us see what issues you are experiencing.</p>
     61<h4><?php esc_html_e( '3. Create a Support Ticket', 'gdpr-cookie-compliance' ); ?></h4>
     62<p>
     63  <?php
     64    echo sprintf(
     65      esc_html__( 'If you still need support, you can create a %s in our Support Forum.', 'gdpr-cookie-compliance' ),
     66      '<a href="' . $forum_link . '#new-post" class="gdpr_admin_link" target="_blank">' . esc_html__( 'new support ticket', 'gdpr-cookie-compliance' ) . '</a>'
     67    );
     68  ?>
     69</p>
     70
     71<p><?php esc_html_e( 'Please don’t forget to add screenshots or video recording of your screen that would help us see what issues you are experiencing.', 'gdpr-cookie-compliance' ); ?></p>
  • gdpr-cookie-compliance/trunk/views/moove/admin/settings/video-tutorial.php

    r2564882 r2878897  
    1313
    1414?>
    15 <h2><?php esc_html_e( 'Video Tutorial', 'gdpr-cookie-compliance-addon' ); ?></h2>
     15<h2><?php esc_html_e( 'Video Tutorial', 'gdpr-cookie-compliance' ); ?></h2>
    1616<hr />
    1717<div class="gdpr-video-tutorial-content">
Note: See TracChangeset for help on using the changeset viewer.