• Resolved pikapower

    (@pikapower)


    The cookie banner is showing 4 buttons when selection only 2 in the backend.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor jarnovos

    (@jarnovos)

    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

    Thread Starter pikapower

    (@pikapower)

    Hello @jarnovos

    When I select “Accept – Deny” I get 4 buttons: https://ibb.co/PzbKXj5

    Plugin Author Aert Hulsebos

    (@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 Hulsebos

    (@aahulsebos)

    Just realised this helps immediately on the current banner:

    button.cmplz-btn.cmplz-view-preferences {
        display: none;
    }
    Thread Starter pikapower

    (@pikapower)

    Sorry, that did not work

    Plugin Contributor jarnovos

    (@jarnovos)

    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

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Cookie banner buttons’ is closed to new replies.