peaemaye
peaemaye
I was also looking to see if I could move the service labels into the language.json files. The approach I've taken is to fetch the language.json file upfront and then...
I think I've found the cause of this issue. The retrieveState method of api.js currently sets the _enabledServices before _acceptedServices so the enabled services don't include services read from the...
It's because bootstrap sets **vertical-align: middle** for all svg elements. You can add a more specific rule in your CSS for cookie consent, something like: `#cc-main svg { vertical-align: initial;...
[Bug]: "save settings" causes sub-toggles to switch to "decline" while main toggle stays on "accept"
Sounds like the same issue as #700
I think this also fixes #696 which is the same as #700
This sounds like the same bug I reported as #700. I've submitted a PR with a fix here: https://github.com/orestbida/cookieconsent/pull/701