• Resolved timoqu

    (@tikoqu)


    Hi there,

    I use the Divi theme and since an update I have the “problem”, that the reCaptcha sign is not displayed anymore. I thought, that reCaptcha is inactive, but someone gave me the tipp, that it’s only hidden.

    Here is a screenshot with some code, that would confirm this theory: https://mega.nz/#!iJ8WWCqZ!FJcOI88lwpCoq6jEmVvQnVTbqSytg3MxG1_MsOW8GC8

    So, is it true, that reCaptcha is active and hidden? And can I set something to display it again? Or ist there really a problem with my configuration?

    Thanks and best regards,
    Timo

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @tikoqu,

    I just tested the reCAPTCHA and it’s perfectly working on my environment. Additionally, I have visited your website and found that reCAPTCHA is working as expected.

    Please let me know if you have any confusion!

    Have a great day!

    Thread Starter timoqu

    (@tikoqu)

    Hi @shivapoudel

    on the tested website is everything working, because I use the old versions.

    On pc-nf.de I use the new versions and it’s not working.

    Best regards,
    Timo

    Hi @tikoqu,

    Thank you for the link. I just visited the site and saw that the Re-Captcha is hidden.
    Please contact our development team regarding this issue and someone from the team will get back to you. You can contact the team here https://wpeverest.com/contact/

    Regards!

    Thread Starter timoqu

    (@tikoqu)

    Hi again,

    the support team was very fast and they helped me. Thanks again! ??

    For everyone, who has the same problem: You have to input the following CSS code:

    body.page-id-YOUR-PAGE-ID > div > .grecaptcha-badge {
    	visibility: visible !important;
    	z-index: 10000000 !important;
    }

    Then, the reCAPTCHA sign is visible again. ??

    Best regards,
    Timo

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Is reCaptcha still there, but hidden?’ is closed to new replies.