Title: Captcha Interface Only Partially Displaying
Last modified: August 22, 2016

---

# Captcha Interface Only Partially Displaying

 *  [egouldmedia](https://wordpress.org/support/users/egouldmedia/)
 * (@egouldmedia)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/captcha-interface-only-partially-displaying/)
 * I’ve installed the plug-in, set the API keys, and turned on the settings. However,
   when a visitor attempts to submit a comment, I only see part of the captcha interface,
 * “To complete this form, please complete the verification below.”
 * This text displays within a red box, but nothing else.
 * This is a custom WordPress theme, so I wondering if you are expecting something
   to be present (a function call of some sort) to get the full operation of the
   plug-in.
 * Please see [http://dolanfuneralhome.com/donald-b-pick/](http://dolanfuneralhome.com/donald-b-pick/)
   for an example of the behavior.
 * The client is anxious to have this functionality working as soon as possible (
   they had it working their Drupal version of the their previous website). Thanks.
 * Regards,
    Elliot
 * [https://wordpress.org/plugins/mollom/](https://wordpress.org/plugins/mollom/)

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

 *  Plugin Author [sun](https://wordpress.org/support/users/tha_sun/)
 * (@tha_sun)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/captcha-interface-only-partially-displaying/#post-5844885)
 * Hi Elliot,
 * Did you check the corresponding section in the FAQ already?
 * From [https://wordpress.org/plugins/mollom/faq/](https://wordpress.org/plugins/mollom/faq/)
 * >  **The Mollom CAPTCHA and other elements do not appear?**
   > Your theme does not use the `comment_form()` function (introduced in WordPress
   > 3.0) to output the comment form. Ensure the `comments.php` file of your theme
   > contains:
   > `<?php comment_form(); ?>`
   > Have a look at WordPress’ default _Twenty Twelve_ theme to see how it is used.
 * If your theme does not call that function, then it still needs to invoke the 
   same filters and actions, so that plugins like Mollom are able to integrate with
   the form.
 * Thanks,
    sun
 *  Thread Starter [egouldmedia](https://wordpress.org/support/users/egouldmedia/)
 * (@egouldmedia)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/captcha-interface-only-partially-displaying/#post-5844914)
 * Hi Sun,
 * Thanks for the quick response.
 * The page does call comment_form().
 * I took a look at the Twenty Twelve theme as you suggest, and the call is isolated
   and looks identical.
 * You mention filters and actions. Is there something else I may not be initializing
   that would prevent the Mollom plug-in from displaying the captcha?
 * I was wondering if the fact that the plug-in can display the error message was
   of help to you. Would it help to provide an admin login to the site?
 * Appreciate the help.
 * Regards,
    Elliot
 *  Thread Starter [egouldmedia](https://wordpress.org/support/users/egouldmedia/)
 * (@egouldmedia)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/captcha-interface-only-partially-displaying/#post-5844916)
 * Okay. Some new info.
 * Indeed I was incorrect in my last post. I do something different from the Twenty
   Twelve theme.
 * I change the ‘label_submit’ and ‘title_reply’ arguments when I call comment_form(
   $comment_args). I removed these arguments by calling the function without the
   arguments, comment_form(), and the captcha displays. Hooray!
 * Very good. However, I still need to override the label_submit and title_replay
   fields. How can I do this and still have the captcha appear?
 * Thanks!
    Elliot

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

The topic ‘Captcha Interface Only Partially Displaying’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/mollom_70571c.svg)
 * [Mollom](https://wordpress.org/plugins/mollom/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mollom/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mollom/)
 * [Active Topics](https://wordpress.org/support/plugin/mollom/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mollom/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mollom/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [egouldmedia](https://wordpress.org/support/users/egouldmedia/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/captcha-interface-only-partially-displaying/#post-5844916)
 * Status: not resolved