[cXF] Cookie Notice

[cXF] Cookie Notice 1.1.0

No permission to download
Dear BassMan, your add-on use the same 'coding' for the cookie notice as the original?

I'm asking because I'm having to many complains from guests and users, who uses scripts blockers, and, after dismissing then, they go straight to the login page.

I think is because the script blockers and i cannot force the users to shutdown the plugins by force, so, I'm loosing some of the potential guests/users because of this redirecting.
 
Just downloaded it. The cookie notice looks just the same as before :-) How do I get it to look like your example? Taller with different wording?
 
Yes.



  • for settings check Appearance > Style properties > [cXF] Cookie Notice

For wording, use Search phrases in the ACP.
Thank you. I've found the settings. I can't seem to change the colour of the accept/reject buttons for some reason. Have been able to change the colour of everything else. The floating notice appears on the left - is it possible to change the position (eg to the right)?
 
I can't seem to change the colour of the accept/reject buttons for some reason.
Settings in style properties should work for these buttons too. It works fine on my side. Maybe it is overwriting something (from extra.less?).

The floating notice appears on the left - is it possible to change the position (eg to the right)?
You can do it manually with this in your extra.less template:

Less:
@media (min-width: @xf-responsiveMedium) {
    .u-bottomFixer [data-notice-id="-1"] {
        left: auto;
        right: 20px;
    }
}
 
Settings in style properties should work for these buttons too. It works fine on my side. Maybe it is overwriting something (from extra.less?).


You can do it manually with this in your extra.less template:

Less:
@media (min-width: @xf-responsiveMedium) {
    .u-bottomFixer [data-notice-id="-1"] {
        left: auto;
        right: 20px;
    }
}
Thank you. I'm not sure why those buttons stay dark brown. All the others change when I change the colours. I have a pixel exit style if that makes a difference but I don't think any other buttons are that colour.

All I have in extra less is something to put a forum and menu button on mobile view (which are just white type).
 
It's odd. I can change the background colour of the notice, the link colour for the small buttons for cookie choice, the colour of the button "save cookie preferences" but not the dark brown text or accept and reject buttons.
 
It's odd. I can change the background colour of the notice, the link colour for the small buttons for cookie choice, the colour of the button "save cookie preferences" but not the dark brown text or accept and reject buttons.
Your style overrides some classes.
 
Back
Top Bottom