Viewing 8 replies - 1 through 8 (of 8 total)
  • hey… i have the same problem….

    Recaptcha position should be below comment (above Post/submit button)..

    Please reply to me ASAP how to fix this…

    Thank you very much…

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    We have received your request 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,

    Visiting your site we didn’t see reCaptcha block in the comment box.

    Please activate Google Captcha plugin, so that we can analyse this error and fix it.

    Sincerely,
    BestWebSoft Support Team

    Thread Starter WinterNightz

    (@winternightz)

    Hi,

    I have activate the plugin now.

    check now.

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi again,

    To solve your problem, please add the following code to the end of the css file of your theme:

    .gglcptch {
    float: left;
    margin: 0 0 20px;
    }

    Instead of 20px you can specify a value you need for the bottom margin.

    Regards,
    BestWebSoft Support Team

    Thread Starter WinterNightz

    (@winternightz)

    Hi, It fixed position. i didn’t take consideration of CSS !

    Can you tell me what should be done if i want to show captcha box above “submit” button. that means below comment box and above submit button.

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi WinterNightz,

    It depends on the comments form. If the hook call by means of which captcha works (‘after_comment_field’ or something like this) is present in the file comments.php, you can change captcha positioning by moving this hook call. Please find the file ‘comments.php’ in the theme and change position of the line

    do_action( 'comment_form_after_fields' );

    or any similar line – place it under the Submit button.

    In case there is no such hook in the comments file of your theme, then, unfortunately, this option is not available.

    Sincerely,
    BestWebSoft Support Team

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    Since there is no reply from you, we consider this topic as resolved. We hope you’ve found the solution. If you have any questions, please feel free to contact us via our Help Center – http://support.bestwebsoft.com/.

    Sincerely,
    BestWebSoft Support Team

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Position of Captcha problem’ is closed to new replies.