• Resolved Uthar

    (@uthar)


    My current theme doesn’t like the current location of the captcha, the layout is all messed up.

    I have found a solution but I have no idea what files to edit to realize this. Hope you can help me.

    Currently the captcha is added at this location see screenshot:
    https://oi61.tinypic.com/1zvcs34.jpg

    When I move the captcha as show in the screenshot it will work fine.
    What file do I need to edit to realize this?

Viewing 4 replies - 1 through 4 (of 4 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 Uthar,

    Captcha display occurs when a hook ‘comment_form_after_fields’ is called. The location of this hook depends on the code in your comments form template. Thus, in your current theme folder (wp-content/themes/computer_support), please find the comments form template file (most commonly, it is called comments.php) and move the code:

    do_action( ‘comment_form_after_fields’ ); – if the hook is located in the PHP code

    or

    <?php do_action( ‘comment_form_after_fields’ ); ?> – if the hook is located in the HTML code

    above the comment submission button.

    Regards,
    BestWebSoft Support Team

    Thread Starter Uthar

    (@uthar)

    Thank you for the help.

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Dear Uthar,

    You are most welcome! Please feel free to contact us with any questions in future.

    Have a nice day!

    Regards,
    BestWebSoft Support Team

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Moving captcha in comment field’ is closed to new replies.