Initial plugin, just an AMD learncase for myself.
TODO:
View Dries's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Can you please update location geo complete plugin?
Thanks for this. I used a script within my view before, but prefer your plugin. But there are two things to say:
I get the following error:
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
https://www.DOMAIN.com/cache/1433425134/default/js/elgg_cookieconsent/settings.js
(the settings.js is called settings.js.php in that directory)
And the window does not appear on top of the topbar like shown in your screenshots.
@Hanzolo Have you flushed you chaches on your dashboard?
Yes, I did.
Sorry, I'll try to figure out what's going on, but I cannot reproduce it, so it's difficult :)
None of the testsites I tried it on were 'https', so maybe that's the issue, I don't know. I'll look into it.
Ah, that might very well be. Thank you!
this plugin adds the consent box at the very top of the body element of the page, resulting in search engines including the cookie message within the description of the page (in some cases). it is better to append the cookie consent message so that it is the final element within the body element.
I'll look into it, I even forgot about this plugin.
Havent a week off next week might give me some time to overthink this and do what's necessary :)
ah, ok. the solution is simple. i just changed this, in cookieconsent.js:
to be:
Hello folks, i'm using the cookie bar on a site, i have changed the colors and content and it works well but at some point it just goes back to the original color (black just like demo of this plugin) and content too its not the one i defined on the interface when editing content for the cookie from the admin dashboard. How can i solve this issue?