• Resolved katycodes

    (@katycodes)


    So I’m not great at math problems but I know that I’m not this bad. The login captcha keeps saying that I’m giving the error “ERROR: Your answer was incorrect – please try again.” I know I’m giving the correct answer. If I turn the plugin off I can log in fine but with the plugin on it gives me this error. Anyone else have this issue?

    (I enabled only the basic security features so far btw).

Viewing 3 replies - 16 through 18 (of 18 total)
  • hi friends
    I do not want to be on

    <script type=”text/javascript”>
    var verifyCallback = function(response) {
    alert(response);
    };
    var onloadCallback = function() {
    if ( jQuery(‘#woo_recaptcha_1’).length ) {
    grecaptcha.render(‘woo_recaptcha_1’, {
    ‘sitekey’ : ‘*****’,
    });
    }
    if ( jQuery(‘#woo_recaptcha_2’).length ) {
    grecaptcha.render(‘woo_recaptcha_2’, {
    ‘sitekey’ : ‘*****’,
    });
    }
    };
    </script>
    <script src=’https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit&#8217; async defer></script>
    <script type=’text/javascript’ src=’https://www.google.com/recaptcha/api.js’></script&gt;

    first page.
    I did not answer wp_dequeue_script(‘google-recaptcha’); .
    I would like to thank someone who has done this.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    @mashhadcode, what does the code you shared above do? I am curios to know because this thread is over 7 months old. This issue has already been fixed in other releases of our plugin.

    Kind regards

    @mbrsolution

    Sorry, I should not post this topic
    Thank you for answering.

    I do not want to go to the code below to improve the speed of pages.

    <script type=”text/javascript”>
    var verifyCallback = function(response) {
    alert(response);
    };
    var onloadCallback = function() {
    if ( jQuery(‘#woo_recaptcha_1’).length ) {
    grecaptcha.render(‘woo_recaptcha_1’, {
    ‘sitekey’ : ‘*****’,
    });
    }
    if ( jQuery(‘#woo_recaptcha_2’).length ) {
    grecaptcha.render(‘woo_recaptcha_2’, {
    ‘sitekey’ : ‘*****’,
    });
    }
    };
    </script>
    <script src=’https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit’ async defer></script>

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘All in one WP Security Captcha Not working’ is closed to new replies.