Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1458571

    Hi,
    Google ReCAPTCHA badge Keep showing
    – Even if set invisible with Google
    – even with css code
    .rc-anchor-normal-footer {
    display: none !important;
    }
    .grecaptcha-badge {
    display: none !important;
    }

    @media only screen and (max-width:479px){
    .rc-anchor-normal-footer {
    display: none !important;
    }
    @media only screen and (max-width:479px){
    .grecaptcha-badge {
    display: none !important;
    }

    Any help would be welcomed as I do not want to see this on https://tabiji.fr

    Thank you.

    Koomo

    #1458628

    Hey koomo,

    You can’t hide it with CSS since it’s an iframe. Did you try using version 3 instead under Enfold->Google services?

    Best regards,
    Rikard

    #1458787

    Hi,
    Thanks for prompt reply.

    Yes we did, even changed the 2 keys for V2 and 3.

    What’s weird is that it only appears on some pages

    Not here https://tabiji.fr/destinations-regions/ or top page
    But here https://tabiji.fr/services-prestations/ or https://tabiji.fr/contact/
    It came up with last update

    #1459360

    Hi,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1459911

    Hi Rikard.
    Thank you very much for your time.
    Credentials in private.
    Regards,
    K

    #1459921

    Hi,

    Thank you for the info.

    We added the following css code to hide the recaptcha badge and temporarily disabled the Enfold > Performance > File Compression settings to make sure that the changes take effect. Please make sure to purge the cache on your end before checking the page.

    #top .grecaptcha-badge {
      opacity: 0 !important;
    }

    Best regards,
    Ismael

    #1460035

    Hi Ismael.
    Working great. Thank you very much.
    Best

    K

    #1460042

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.