peaemaye

Results 6 comments of 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;...

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