• Resolved anjoid

    (@anjoid)


    Hi, for some reason when I activate recaptcha using your plugin the recaptcha box when logged in is above the comment box https://prntscr.com/pi0vzd when logged out it is in correct position below comments. Any idea how I can adjust the logged in position?

Viewing 1 replies (of 1 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    Thank you for contacting us!

    The reCAPTCHA position depends on the comments form itself.
    If the comments.php file has a hook to call Google Captcha (comment_form_after_fields or something like that), you can change captcha’s location by moving this hook call.
    Please find the file ‘comments.php’ file in your theme and change the position in do_action( 'comment_form_after_fields' ); or any similar line – place it under the Submit button.

    Let us know about the results.

Viewing 1 replies (of 1 total)
  • The topic ‘recaptcha logged in position’ is closed to new replies.