• Resolved Lelas

    (@lelas)


    Hey guys,

    I wanted to share with you with a solution of the issue, which I came across after updating my WordPress to version 5.4.

    When I did that update and tried to submit the contact form on my website I got timout error after the request to Google reCaptcha v3 was sent.

    I did a little research and found out that the url to Google reCaptcha has changed.
    To make it work again I had to change the url on <wordpress_dir>/wp-content/plugins/advanced-nocaptcha-recaptcha/anr-captcha-clas.php file on line 137.

    I changed:
    <iframe src="https://www.google.com/recaptcha/api/fallback?k=' . $site_key . '"
    to
    <iframe src="https://www.google.com/recaptcha/api.js?render=' . $site_key . '"

    I suppose it’ll be fixed with the new plugin version, but since than it’s important to have everything working correctly, right?

    Peace.

Viewing 4 replies - 1 through 4 (of 4 total)
  • That works for me too !! Thank you

    Works for me as well. Thank you. If you or anybody knows how to change the color on the v3 tag that would be appreciated too. Thanks

    It works!, Thanks.

    Still I have to make a note, it does not work when “Hide Captcha for logged in users?” is selected.

    @lelas that code only load for v2 and if you enable option to work with js disable also.
    Also that is inside noscript tag, so how it is interfering with google timeout i am not sure.

    I am also testing with latest version and seems it is working ok. But google show timeout error if we submit form after 2 minutes, which will be fixed in next version of the plugin.

    So can you again check if that was the reason for that timeout error? Can you share your website url?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[FIXED] Version 5.6 of the plugin doesn’t work with WordPress 5.4’ is closed to new replies.