a-digital / cookie-consent-banner

Add a configurable cookie consent banner to the website.
MIT License
11 stars 14 forks source link

Palette colours not being saved #35

Closed jmdentand closed 3 years ago

jmdentand commented 3 years ago

The colour options stopped working for me. It seems to be related to the hash sign for hexadecimal colours.

The colour information is saved without the "#" character, which causes problem when the banner is displayed (the banner is transparent).

Screenshot 2021-05-17 at 14 44 24

Any idea on how to solve this (appart from overriding the styling)? Thanks!

illiterati commented 3 years ago

I am seeing the same issue, using Craft 3.6.15.

gjhead commented 3 years ago

I am also seeing this on Craft Pro 3.6.15.

mark-adigital commented 3 years ago

Thanks for the pointer @jmdentand , as you say it seems Craft has changed how these values are stored to drop the '#'. I've made updates today so that the character is re-added where appropriate if it's missing and have just created a new release.