Simon (Cybot Support)
Forum Replies Created
-
Hi @jordanvanbergen,
Basically reCAPTCHA drops a cookie, so in order to be fully compliant you’re not supposed to use it without consent.
I’ve just tested again on https://test.givingtuesday.nl/contact and was able to submit the form with no problems. Does this mean this is not an issue anymore for you?// Simon
Hey @jordanvanbergen,
That’s the editor stripping the inline JS out because it identifies it a risk.
I’m confident you’ll find a solution if you start here.
Best,
Simonjavascript:Cookiebot.show()
will do that ??You can find the whole documentation here: https://www.cookiebot.com/en/developer
Hi Frank,
Many thanks for getting in touch.
It looks like one of your CSS rules is interfering withe the width of the checkboxes from the Cookiebot banner.
Because of this rule, all checkboxes have a clickable area of 500px wide, and therefore they overlap other elements of the banner.The conflict comes from layout.css (https://www.mein-korfu.de/wp-content/themes/vernissage/css/layout.css?ver=5.4.2)
Eliminating the property of 500px solves the issue.
Hope that helped. Have a good day!
Kind regards,
SimonDear @jordanvanbergen,
Many thanks for reaching out.
Have a look at this article which describes how to show/hide content according to the consent given.Kind regards,
SimonDear Axel,
Many thanks for reaching out, and please accept my apologies for the slow response.
The Cookiebot banner is counting actual cookies that are or will be saved in the visitor’s computer.
You can actually check those using your browser’s developers console.
The only cookie that gets saved is the one which actually keeps the visitor’s consent preferences.That said, different browsers differ in how they report tracking technologies and use a pretty loose definition of “cookie” in that dialog that pops up.
In order to see the actual cookies that are saved, you can open the developer console (F12 on Chrome) and navigate to the Application tab, and then on the left-hand side, Storage > Cookies
Feel free to write back should you need any further clarification.
Kind regards,
Simon
Cookiebot Support