codefog / contao-cookiebar

Display the information about cookies on your Contao website
MIT License
26 stars 9 forks source link

cookiebar doesn't show up #68

Closed Fanni-Portier closed 4 years ago

Fanni-Portier commented 4 years ago

I used the cookiebar a lot and never had any problems.

I once saw the cookiebar but I am not able to recreate it - so I am thinking something is wrong. I tried to delete all cookies and reload - but it doesn't show up - Is it not working this way?

Now I use it with Contao 4.8.8 (my first time with 4 version). I can see a cookiebar js, css and html in the sourcecode. But the style is always on display:none.

It's a rather small website and I only use these packages:

It would be great if you can help me :) Fanni

qzminski commented 4 years ago

Since version 2.2.0 cookiebar uses localStorage to store the state. Thus you should clear the value there and bar should be visible again.

Fanni-Portier commented 4 years ago

Thank you very much!