Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    We have received your query and it is now being processed. We will get back to you on this forum as soon as we can.

    Regards,
    BestWebSoft Support Team

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi wsblog,

    We kindly ask you to create a private ticket on our support forum – https://support.bestwebsoft.com/. In this ticket, please:

    1. Provide a link to this post, so that we could recall the case immediately.

    2. Please try activating a standard WP theme for a while (2015, 2014) and try leaving a comment. Please let us know about the result. Does this problem remain?

    Regards,
    BestWebSoft Support Team

    Same here, captcha is ignored when javascript is disabled.

    You guys must be joking, this PLUGIN DOES NOTHING to stop comment spam since it relies entirely on javascript. Just disable javascript and post anything without entering captcha.

    Quick fix: edit line 124 in google-captcha.php and make it look like the code below.

    if ( '1' == $gglcptch_options['comments_form'] ) {
        add_action( 'comment_form_after_fields', 'gglcptch_commentform_display' );
        add_action( 'comment_form_logged_in_after', 'gglcptch_commentform_display' );
        add_action( 'pre_comment_on_post', 'gglcptch_lostpassword_check' );
    }

    Ideally we need to use a hook in wp-load.php and check $_POST params to exit the script early and save resources.

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Dear Sam,

    Thank you for your kind recommendations. We are aware of this problem, and we are now working on fixing it. As soon as we find a solution, we will release a plugin update, in which this problem will be fixed.

    Regards,
    BestWebSoft Support Team

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