- compatibility with XenForo 2.2.12
- works with an advanced cookie consent notice
NOTE: update to version 1.1.0 only when your XenForo installation is at least 2.2.12
Yes.Does this work with Xenforo 2.3?
Just downloaded it. The cookie notice looks just the same as beforeHow do I get it to look like your example? Taller with different wording?
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)?Yes.
- for settings check Appearance > Style properties > [cXF] Cookie Notice
For wording, use Search phrases in the ACP.
Settings in style properties should work for these buttons too. It works fine on my side. Maybe it is overwriting something (from extra.less?).I can't seem to change the colour of the accept/reject buttons for some reason.
You can do it manually with this in your extra.less template:The floating notice appears on the left - is it possible to change the position (eg to the right)?
@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.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; } }
Maybe that's why. I should see it.I have a pixel exit style
Your style overrides some classes.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.
Ok thanks. So do I need to set something in the style as well?Your style overrides some classes.
We use essential cookies to make this site work, and optional cookies to enhance your experience.