Check Boxes 404
The checkboxes are resulting in a 404 because they are not fully resolved URLs or set as data in the CSS defined by
<style type="text/css" id="CookiebotDialogStyle">...</style>
I see that on the Cookiebot site itself that these images are declared as data and not PNGs. So why is my site only seeing the PNGs and not the data versions?
CSS Image Declarations:
input[type=checkbox].CybotCookiebotDialogBodyLevelButton+label {
background-image: url(NotCheckedNoFocus.png);
...
}
input[type=checkbox].CybotCookiebotDialogBodyLevelButton.CybotCookiebotDialogBodyLevelButtonDisabled+label {
background-image: url(CheckedDisabled.png);
...
}
input[type=checkbox].CybotCookiebotDialogBodyLevelButton:focus+label {
background-image: url(NotCheckedFocus.png);
...
}
input[type=checkbox].CybotCookiebotDialogBodyLevelButton:checked:focus+label {
background-image: url(CheckedFocus.png);
...
}
-
Hi Joel,
We are apologizing for the delayed response!
In case the issue is still available, you could send me the domain you have problem with at e.zaharieva@vconnect.dk or post it here, as we can`t reproduce the problem. Then we will be able to test it and help you solve this issue afterwards.Regards,
Elina0 -
Hi Elina,
I am no longer seeing the requests being made to my domain (this stopped around Sept 4th), however, the Cookiebot CSS still contains references to these images without a proper fully resolved domain or being converted to data. So the possibility of these issues reoccurring or affecting other sites is still there.
Thanks.
Joel
0 -
Hi,
I am experiencing the same issue on my websites.The checkboxes are not showing at all under 'Ad Settings'
https://www.thesportreview.com
Please could you help resolve this? I am using Chrome as my browser.
Here is a screenshot:
0
Please sign in to leave a comment.
Comments
3 comments