• Hello,

    It seems current version of the plugin does nothing – the consent bar never appears.

    I looked into the code and the success handler seems questionable:

          checkCookiesOptions: function() {
                var self = this;
                console.log('checking cookies options');
                $.ajax({
                    type: 'post',
                    url: self.options.ajax_url,
                    dataType: 'json',
                    data: {
                        action: 'ultimate_gdpr_consent_check_cookies_options'
                    },
                    success: function(response) {},
                    error: function(xhr, ajaxOptions, thrownError) {
                        console.log(xhr);
                        console.log(ajaxOptions);
                        console.log(thrownError);
                    }
                });
            },

    It basically does nothing and never calls “showCookieBar” method.

Viewing 1 replies (of 1 total)
  • Plugin Author WPExec.com

    (@wpexecdev)

    Hi chebum,

    Thanks for reporting the problem. We will try to replicate the issue on our side and keep you posted.

    Best,
    WPEexc Dev Team

Viewing 1 replies (of 1 total)
  • The topic ‘Consent bar never appears’ is closed to new replies.