• Resolved b1026q9

    (@b1026q9)


    Revoke consent setting button is not visible on mobile screen, as set in css as follows.

    @media screen and (max-width: 768px)
    .cc-revoke {
    display: none !important;
    }

    Why? Also setting button not appearing on Firefox on PC.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    The settings button is hidden on mobile because the mobile screen is very small, and on mobile the settings button can’t be minimized like on desktop, because there is no ‘hover’.

    You can of course override it with some custom css.

    I can’t reproduce your issue with FireFox: I have tested with Firefox 71 both on Windows and Mac, on browserstack. What version of Firefox, and what OS are you using?

    Thread Starter b1026q9

    (@b1026q9)

    OK, but is there a way to add revoke button with short code or something?
    I would like to add that to pages where recaptcha is used.

    Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    You can add a revoke link with this shortcode:
    [cmplz-revoke-link text=”Revoke consent”]

    For more shortcodes, see:
    https://complianz.io/used-shortcodes-by-complianz/

    Thread Starter b1026q9

    (@b1026q9)

    Great.
    I have a question. Why the cookie used for reCaptcha is called marketing? Isn’t it confusing for visitors? As I would need this cookie for contact form, registration form etc.

    Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    The reCaptcha service does extensive user tracking, which means the service gets the marketing purpose for it’s cookies.

    For more info on reCaptcha tracking, see also this article:
    https://complianz.io/google-recaptcha-and-the-gdpr-a-possible-conflict/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Setting button not visible’ is closed to new replies.