[cXF] Cookie Notice

[cXF] Cookie Notice 1.1.0

No permission to download

BassMan

Well-known member
Licensed customer
Sorry, I don't have plans for XF1 add-ons any more. I believe you'll soon upgrade to XF2.
 
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.
 
Go to Options > Basic board information:

1563461088655.webp

This is XF notice and this add-on only customize the look of it.
 
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.
 
Screenshot_5.png
it didn't work. I cleared cookies and tried again it didn't happen.?
 
Last edited by a moderator:
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.
 
Back
Top Bottom