• I’ve created google 2 and 3 recaptcha keys and secrets, tried all of them but they would not show on my site.

    Then disabled and enabled hcaptcha…. it worked but the check was always wrong, no matter how many times you tried.

    Then disabled hcaptcha and activated google captcha to try again, and it was still showing hcaptcha. No caching plugins installed.

    Spent the entire day enabling and disabling, but the google captchas (v2 and v3) never show up.

    I know my google captchas work, because I tested them on another wordpress site our of curiosity. Disabled all plugins not needed, but still no go.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thought I was going mad, I have exactly the same problem this morning. Even installed the plugin on a barebones wordpress site with no other plugins and twenty seventeen theme to test it and still no recaptcha v2 appearing on the registration form. Installed Ninja forms and added a form with recaptcha v2 to a new page with the same site key and password – worked straight away

    Plugin Author Chad Butler

    (@cbutlerjr)

    Thanks for posting the issue. I do have it tracked down (and actually have it fixed). I’m working on a couple of other things that also came up as issues and will be pushing out a fix shortly.

    If you want to fix the issue with reCaptcha quickly (without waiting for the patch), open /includes/class-wp-members-captcha.php and at line 100, change this:

    if ( false === $keys ) {

    to this:

    if ( false == $keys ) {

    Great thanks Chad – that’s fixed it for me

    Plugin Author Chad Butler

    (@cbutlerjr)

    Actually, the variable should be $key, not $keys.

    Patched version of class-wp-members-captcha.php is available as a gist at the following link. You can copy that and replace the file to create an immediate fix to the problem.
    https://gist.github.com/rocketgeek/0bce4c893326625dfdf238d618a85261

    I’m working on one other reported issue, and assuming no other issues are reported, once that is addressed, I’ll push out version 3.3.5.1 to officially correct these issues.

    Plugin Author Chad Butler

    (@cbutlerjr)

    WP-Members 3.3.5.1 has been pushed out. The updates are for reCAPTCHA (which fixes the issue mentioned here – turns out it was a variable issue), and Really Simple Captcha, the issue there be an unreported bug that did not display the captcha image.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Google Captcha Not Showing’ is closed to new replies.