• There’s something not clear to me: is it possible to implement a ‘Revoke consent’ link or button in the Cookies Policy page? A shortcode or similar to do that? I want users to be able to delete the acceptance cookie from the page, once they have given the consensus at first visit and the banner has been hidden.
    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Ambyomoron

    (@josiah-s-carberry)

    The shortcode [cookies_revoke] displays a button that, when clicked, will display the banner again. This allows the visitor to change the selection previously made.

    Thus, it does not delete the cookie. It simply changes the existing cookie.

    The shortcode name, and the accompanying “explanation” in the documentation, are misleading. The shortcode revokes nothing at all by itself. You might change the title of the button as follows [cookies_revoke title=”Change cookie settings”] to make this clearer to the visitor.

    Thread Starter christian70

    (@christian70)

    Thank you for your reply. I will try to use a custom jQuery link to delete the acceptance cookie (cookie_notice_accepted_) and reload the page. In my case there are no options (I just use allowed cookies that don’t need consent), but I want first to inform of their use, and than give the possibility to display the banner again if users want to recall it. That’s it.

    [cookies_revoke] display an empty button without any label that when clicked do nothing.
    This is the latest version

    https://gyazo.com/f4e1c862c87ecc9df4412ee2e7a5603e

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Revoke consent’ is closed to new replies.