Hello,
I have purchased this theme and now I need to add on the main page the GDPR cookie bar. Can you help me?
I added in the header the link to the external js lib (osta\inc\client-head.html)
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />
Then I added in (osta\inc\client-foot.html)
<script src="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js" data-cfasync="false"></script>
<script>
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#edeff5",
"text": "#838391"
},
"button": {
"background": "#4b81e8"
}
},
"theme": "classic",
"content": {
"message": "We use cookies to ensure that we give you the best experience on our website. By continuing your navigation, we assume that you accept the use of these cookies. For more information, please refer to our Privacy Policy.",
"href": "https://www.mywebsite.com/privacy/"
}
});
</script>
But it doens't work. If I build a simple index html page it works....is there some overriding to be done? or can you suggest how to implement a simple bar where i can declare the cookies and once the user click ok disappears??
Hi @airbus,
This is a bit of a hectic time for me so please don't expect immediate results from me. Maybe someone else can help.
But my first question would be: do you need the GDPR message to display in the Client Portal only, or for both Clients and Staff?
Only client home page for now...
Hello guys...do you have any precoocked solution? it is becoming mandatory requirement π
Please...it is becoming very urgent...can you share some advice??