• Resolved tomkelly33

    (@tomkelly33)


    How can I allow users to click on a button in my header or footer menu that triggers a re-prompt for consent in case they want to update their preferences (e. g. deactivate marketing cookies and only use essential ones)?

Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter tomkelly33

    (@tomkelly33)

    I just saw that you actually have a “manage consent” slider button at the bottom of the page. It is just so hidden!
    How can I customise (match colors with optin banner, always on top, no slide back) and rename/translate it?

    Plugin Author Aert Hulsebos

    (@aahulsebos)

    Hi @tomkelly33,

    Renaming it can be done under cookie banner settings. Translating for multiple languages can be done with either of the most popular translations plugins, WPML, Polylang and so forth.

    To show it, please read this article: https://complianz.io/show-settings-button-on-mobile/ you can remove the media query if you want to show it everywhere. You can style it with CSS if needed.

    regards Aert

    Thread Starter tomkelly33

    (@tomkelly33)

    Ok, I was able to rename it via settings, thanks. Hm, wWhy don’t you allow its styling together with the styling option of the big poup banner in the backend?
    To clarify, cCurrently the notice/button only appears if I go with my cursor into the top right corner of my browser. Can I have it always on top without sliding behind/under?
    This adjustment doesn’t seem to be covered in the article you linked.

    Plugin Contributor Leon Wimmenhoeve

    (@leonwimmenhoeve)

    @tomkelly33 You can also use our shortcode [cmplz-manage-consent] to place this section wherever you want.

    The styling follows the cookie banner styling for the checkboxes/sliders. though you can add custom CSS if you want.

    If you want to prevent the settings tab from hiding, you can add this CSS under Cookie Banner -> Custom CSS:

    .cc-animate.cc-revoke.cc-bottom {
        transform: none;
    }

    Regards,
    Leon

    Thread Starter tomkelly33

    (@tomkelly33)

    Hm, I added this code snippet to both css field (first the upper and later the lower) but the tab still keeps hiding.

    Plugin Contributor Leon Wimmenhoeve

    (@leonwimmenhoeve)

    @tomkelly33 Could you try if this works, outside of Complianz? So under Appearance -> Customize -> additional CSS.

    Regards,
    Leon

    Thread Starter tomkelly33

    (@tomkelly33)

    Yes, that worked perfectly, thanks a lot. Would be great to have that setting in the backend including some basic styling options. With the tab hiding under the screen I believe most users don’t even know it exists. ??

    Thread Starter tomkelly33

    (@tomkelly33)

    And thanks for the prompt support, you guys are phenomenal. Like I posted in my review most deluxe plugins don’t even come close to the quality and depth of your support!

    Plugin Contributor Leon Wimmenhoeve

    (@leonwimmenhoeve)

    @tomkelly33 We will consider adding that as an available option. We try to keep the settings pages flexible, but userfriendly and easy to use as well. That is why we did not create user settings for every possible customization.

    Thank you for the kind words and the review!

    Regards,
    Leon

    Thread Starter tomkelly33

    (@tomkelly33)

    Hi Leon, I used the same css (tried both in Complianz and in the theme) to make the “manage cookies” button permamently visible in this page but it seems to have no effect on the button in the frontend. Why is that?
    .cc-animate.cc-revoke.cc-bottom {
    transform: none;
    }
    See here: https://videoadsforsocial.com/
    For some reason on this site the button is positioned also in the left rather than in the right of the bottom screen.

    Plugin Contributor Leon Wimmenhoeve

    (@leonwimmenhoeve)

    Hi @tomkelly33,

    the CSS should work, you could try if adding !important works. The CSS would be:

    .cc-animate.cc-revoke.cc-bottom {
    transform: none!important;
    }

    Regards,
    Leon

    Thread Starter tomkelly33

    (@tomkelly33)

    hm, nope, still in the left corner and still hidden under the bottom of the frame.

    Plugin Author Aert Hulsebos

    (@aahulsebos)

    Hi @tomkelly33,

    The default for the center banner is left outline, you can use:

    .cc-center.cc-revoke {
    left: 85%;
    }

    for example.

    For showing the actual manage settings pop-up;

    .cc-center.cc-revoke.cc-animate {
    transform:none;
    }

    This works when testing it in the browser, so you might want to clear your cache because I can’t see the proposed CSS when loading the page.

    Let me know, regards Aert

    Thread Starter tomkelly33

    (@tomkelly33)

    for some reason the code doesn’t get accepted, see here:
    https://prnt.sc/tabs7v

    Thread Starter tomkelly33

    (@tomkelly33)

    Any update on the solution to this issue?
    The code snippet doesn’t work.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘How to trigger a re-prompt for consent’ is closed to new replies.