Cookie Consent + Detect AdBlock Bludit version 3.0.0 and onward

User avatar
TheNiller
Jr. Bludit
Posts: 9
Joined: Mon Jul 30, 2018 1:51 pm
Location: Denmark
Contact:

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
User avatar
Edi
Site Admin
Posts: 3120
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Which theme do you use?
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
TheNiller
Jr. Bludit
Posts: 9
Joined: Mon Jul 30, 2018 1:51 pm
Location: Denmark
Contact:

Hi.

I use the Blog X theme that ships with Bludit.

/Nils
rosinchen
Jr. Bludit
Posts: 4
Joined: Sun Nov 04, 2018 2:41 pm

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...
User avatar
Edi
Site Admin
Posts: 3120
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

There is now an updated version of the plugin for Bludit v3.3.0:

https://plugins.bludit.com/plugin/cookie-consent
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
TheNiller
Jr. Bludit
Posts: 9
Joined: Mon Jul 30, 2018 1:51 pm
Location: Denmark
Contact:

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
User avatar
Edi
Site Admin
Posts: 3120
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

There was a bug in the update. Now it is fixed.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
TheNiller
Jr. Bludit
Posts: 9
Joined: Mon Jul 30, 2018 1:51 pm
Location: Denmark
Contact:

Nice, and thanks, now it works like a charm 8-)

/Nils
rosinchen
Jr. Bludit
Posts: 4
Joined: Sun Nov 04, 2018 2:41 pm

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...
User avatar
Edi
Site Admin
Posts: 3120
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

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.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Post Reply