Page 1 of 2

Cookie Consent + Detect AdBlock Bludit version 3.0.0 and onward

Posted: Thu Nov 01, 2018 11:09 am
by TheNiller
Hi.

Is there coming a updated version of the Cookie Consent + Detect AdBlock plugin for bludit version 3.0.0 and onward?

If not, is there a other plugin that has the same or a similar function for displaying the cookie warning banner?

Thanks for any info in advanced.

/Nils

Re: Cookie Consent + Detect AdBlock Bludit version 3.0.0 and onward

Posted: Thu Nov 01, 2018 4:08 pm
by Edi
Which theme do you use?

Re: Cookie Consent + Detect AdBlock Bludit version 3.0.0 and onward

Posted: Fri Nov 02, 2018 9:06 pm
by TheNiller
Hi.

I use the Blog X theme that ships with Bludit.

/Nils

Re: Cookie Consent + Detect AdBlock Bludit version 3.0.0 and onward

Posted: Sun Nov 04, 2018 2:47 pm
by rosinchen
Hi,
I've the same problem. I use the alternative theme. i 've tried to put the code from Cookie Consent into the index.php from the theme. but it doesn't work. here's the code:

<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"></script>
<script>
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#aa0000",
"text": "#ffdddd"
},
"button": {
"background": "#ff0000"
}
},
"content": {
"message": "Diese Website enthält Cookies.",
"dismiss": "Ja",
"link": "Mehr dazu"
}
})});
</script>

any solution?
thnx for help...

Re: Cookie Consent + Detect AdBlock Bludit version 3.0.0 and onward

Posted: Mon Nov 05, 2018 12:04 am
by Edi
There is now an updated version of the plugin for Bludit v3.3.0:

https://plugins.bludit.com/plugin/cookie-consent

Re: Cookie Consent + Detect AdBlock Bludit version 3.0.0 and onward

Posted: Mon Nov 05, 2018 12:08 pm
by TheNiller
Thanks for the updated version.

I do though still have problems with the plugin. When changing from "disabled" to "enabled" and hitting safe, "enabled" gets reset to "disabled "and the plugin is not active. Going back and forth between the plugin index in Bludit (version 3.3.0) and the plugin doesen't change anything, the plugin is still disabled.

What to do?

/Nils

Re: Cookie Consent + Detect AdBlock Bludit version 3.0.0 and onward

Posted: Mon Nov 05, 2018 11:19 pm
by Edi
There was a bug in the update. Now it is fixed.

Re: Cookie Consent + Detect AdBlock Bludit version 3.0.0 and onward

Posted: Fri Nov 09, 2018 8:27 pm
by TheNiller
Nice, and thanks, now it works like a charm 8-)

/Nils

Re: Cookie Consent + Detect AdBlock Bludit version 3.0.0 and onward

Posted: Tue Nov 27, 2018 4:49 pm
by rosinchen
Sorry, but it still doesn't work on my site. I activated it but there is no box on the site. i've still bludit 3.20 , because it will not work on 3.40. but will t work in bludit 3.30? but i can't download 3.30 anymore. there is only 3.40. will the update work on 3.40? i'll see...

my site: http://byte42.de/bludit/

if anyone want to test it...

Re: Cookie Consent + Detect AdBlock Bludit version 3.0.0 and onward

Posted: Tue Nov 27, 2018 5:36 pm
by Edi
Yes, you can update from Bludit v3.2.0 to v3.4.0:

https://docs.bludit.com/en/getting-star ... rade-guide

The plugin Cookie Consent + Detect AdBlock v3.1 works with Bludit v3.3.0 onwards.