• Resolved Yorge

    (@jerrry)


    Hello, why I can’t choose in the button settings an option “Accept – View Preferences” only? In old version your plugin offered this, but in the latest update there are only these options:

    Accept – Deny – View Preferences
    Accept – Deny – Save Preferences
    Accept – Deny

    But what if I want to hide the “Deny” link into text (custom HTML link) and not use it as a big button? Is there any way how to setup this? Or this should be done only in paid version?

    • This topic was modified 4 years, 1 month ago by Yorge.
Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    You can entirely disable the “deny” button by disabling the checkbox next to the deny button in the settings.

    Alternatively, you can change the way the button looks with some custom html:

    .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny {
        background-color:transparent;
        border:0;
    }

    Let me know if that helps.

    Plugin Contributor Jarno Vos

    (@jarnovos)

    Hi @jerrry,

    You can hide the deny button from the banner, and instead, add some clickable text for “Deny”.

    – To hide the Deny button, disable it by disabling the checkbox next to the deny button under Complianz > Cookie Banner > Banner settings > “Deny button”.

    – To insert clickable text that submits the “Deny” preference, add the below HTML to your Cookie Banner text (Complianz > Cookie banner > Banner Settings > Cookie message):

    <a class="cmplz-deny">Click here if you do not agree to the use of cookies.</button>

    Example: Deny as clickable text, no button

    Hope it helps.
    Kind regards,
    Jarno

    Thread Starter Yorge

    (@jerrry)

    Guys, thanks for fantastic support. I will try πŸ™‚

    Thread Starter Yorge

    (@jerrry)

    Hello @jarnovos, are you sure this code is valid? When I put in as HTML into the editor and save, Compianz didn’t show any text (the text in banner ends before this code).

    <a class="cmplz-deny">Click here if you do not agree to the use of cookies.</button>

    Plugin Contributor Jarno Vos

    (@jarnovos)

    Hi @jerrry,

    You’re right, I just noticed that I used a </button> at the end…

    Please try the below:

    <a class="cmplz-deny">Click here if you do not agree to the use of cookies.</a>

    Schermafbeelding-2022-01-20-om-09-40-42

    The example URL from earlier is still live as well, so you can see it in action.

    Kind regards,
    Janro

    • This reply was modified 4 years, 1 month ago by Jarno Vos.
    • This reply was modified 4 years, 1 month ago by Jarno Vos.
    Thread Starter Yorge

    (@jerrry)

    Hello @jarnovos, I’ve tested this, but results are same – text “Click here” before “if you do not agree…” is missing (inserted as HTML, not in visual editor). Is there for example a hyperlink, which I can use to deny cookies instead of “a class” for this deny link? πŸ™‚

    Btw, I checked yours test website, but there is also an visual error, check it πŸ™‚

    • This reply was modified 4 years, 1 month ago by Yorge.
    • This reply was modified 4 years, 1 month ago by Yorge.
    • This reply was modified 4 years, 1 month ago by Yorge.
    • This reply was modified 4 years, 1 month ago by Yorge.
    • This reply was modified 4 years, 1 month ago by Yorge.
    Plugin Contributor Jarno Vos

    (@jarnovos)

    Hi @jerrry

    Excuse me, I did some tests to check what could be causing this, but forgot to restore it back to the working version afterward. If you check the site again, it should now work as expected.

    Are there any other activated plugins that could be related to this? I’m using a default WordPress theme and no additional plugins on this test site.

    Kind regards,
    Jarno

    • This reply was modified 4 years, 1 month ago by Jarno Vos.
    Thread Starter Yorge

    (@jerrry)

    Thanks for reply. Yes, we are using so many plugins on our website, so I will try to inspect which one should causing this. Thanks for your support πŸ™‚

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Button configuration setup missing’ is closed to new replies.