[cXF] Cookie Notice

[cXF] Cookie Notice 1.1.0

No permission to download
later ... and not in sight. At the moment I miss to many addons and a german language file bevor I can update. So at the moment I will stand with 1.5.21. But thanks for your answer. :)
 
I installed the add-on to my site today, however I'm not seeing the notice.

Am I supposed to write the notice myself? I'm not seeing where I can apply the notice to the site.
 
This has nothing to do with this add-on.

But clear cookies and check with guest account. Also, make sure you have this enabled in Options > Basic board information:

1563461088655.png
 
Hello
How to set CSS to display notice in middle of the page, ie aligned Horizontally and Vertically ?
i tried this, but it is not aligned vertically :

Code:
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

Thanks
 
Hello,

for floating notice style you can add something like this to your extra.less template:
Less:
[data-notice-id="-1"].notice.js-notice.notice--primary {
    position: fixed;
    top: 83%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -250%);
}

Maybe you'll need to play around with values to suit your needs.
 
It shows only to guests so check as guest and clear cookies. If the cookie notice doesn't show up it is not because of this add-on. This add-on only customizes the built-in cookie notice.
 
Top Bottom