Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Chip Bennett

    (@chipbennett)

    The Plugin relies on the comment_form_after_fields action hook that is output as part of the WordPress core comment_form() function.

    As Builder is a commercial Theme, I don’t have access to the code. You’ll have to ask the iThemes folks if they’re doing anything non-standard with the comment form functionality.

    Thread Starter erwinodendaal

    (@erwinodendaal)

    I’ll do that.
    Thanks.

    Thread Starter erwinodendaal

    (@erwinodendaal)

    I had to add a line of code <?php do_action( 'comment_form_after_fields' ); ?> to the comments.php template. That shows the captcha after the “Send”-button of the comments form. Not very pretty, but it works.

    Builder currently doesn’t use that action hook, but we are reviewing our comments templates as we speak.

    Thread Starter erwinodendaal

    (@erwinodendaal)

    You told me to add this line of code didn’t you?

    @erwin, yes, and it resolves the issue, but we want a more structural solution, by updating the comments template files included in our themes in an upcoming version.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Captcha not showing in Builder themes’ is closed to new replies.