Hi @pikapower,
Which option is currently selected under Complianz > Cookie Banner > Appearance > Categories?
Going by what I see on the front-end of your site I would expect it to be set to “Accept – Deny – View Preferences”, while per your description of the desired button layout, “Accept – Deny” should be configured here.
If the latter is already the case, perhaps some caching or theme styles might be influencing the layout?
Kind regards, Jarno
Hello @jarnovos
When I select “Accept – Deny” I get 4 buttons: https://ibb.co/PzbKXj5
Plugin Author
Aert
(@aahulsebos)
Hi @pikapower,
This sounds like caching when switching between banners, although the banner CSS file should update automatically,
If it’s not, after clearing cache, it seems a CSS issue where all buttons are shown maybe with theme CSS that sets buttons to !important for example.
If this is the case, let me know so I can show how to fix it.
regards Aert
Plugin Author
Aert
(@aahulsebos)
Just realised this helps immediately on the current banner:
button.cmplz-btn.cmplz-view-preferences {
display: none;
}
Hi @pikapower,
It did, but you will likely need to clear/purge cache in WP Rocket before the change is reflected on the front-end.
If you visit the site with this URL to view the page prior to WP Rocket’s optimizations, you will see that the change has taken effect: https://outdooronly.nl/?nowprocket
Kind regards, Jarno