Title: reCaptcha
Last modified: August 21, 2016

---

# reCaptcha

 *  Resolved [jeffreytp](https://wordpress.org/support/users/jeffrytp/)
 * (@jeffrytp)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/recaptcha-16/)
 * Right now it seems I can’t have reCaptcha plugins installed in order to use on
   comments forms because it conflicts with the reCaptcha built into this plugin.
   I would like to use this plugin for other areas of my blog but currently can’t
   if I want to use HMS Testimonials.
 * [http://wordpress.org/plugins/wp-recaptcha/](http://wordpress.org/plugins/wp-recaptcha/)
 * What is the solution?
 * [http://wordpress.org/plugins/hms-testimonials/](http://wordpress.org/plugins/hms-testimonials/)

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

 *  Plugin Author [Jeff K](https://wordpress.org/support/users/kreitje/)
 * (@kreitje)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/recaptcha-16/#post-4265820)
 * Go to the Plugins page in your WordPress dashboard and click “Edit” for the HMS
   Testimonials plugin. On the right located hms-testimonials/shortcodes.php.
 * Do a search for **require_once HMS_TESTIMONIALS . ‘recaptchalib.php’;** and replace
   it with
 * `//require_once HMS_TESTIMONIALS . 'recaptchalib.php';`
 * This will comment it out so the reCaptcha plugin will work. I have added this
   to my list of fixes for the next version.
 *  Thread Starter [jeffreytp](https://wordpress.org/support/users/jeffrytp/)
 * (@jeffrytp)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/recaptcha-16/#post-4265855)
 * How do I edit the style of the reCAPTCHA that appears on the public forms?
 *  Plugin Author [Jeff K](https://wordpress.org/support/users/kreitje/)
 * (@kreitje)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/recaptcha-16/#post-4265864)
 * The issue with wp-recaptcha has been fixed for the next version.
 * To edit the style see [here](https://developers.google.com/recaptcha/docs/customization).
   I have also added this link in the settings.
 *  Thread Starter [jeffreytp](https://wordpress.org/support/users/jeffrytp/)
 * (@jeffrytp)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/recaptcha-16/#post-4265937)
 * Thanks for this link:
    [https://developers.google.com/recaptcha/docs/customization](https://developers.google.com/recaptcha/docs/customization)
 * There should be an option in the plugin admin, Testimonials > Settings to choose
   either:
    Red (default) white blackglass clean
 * Alternatively, where should we change this code? What page does it exist?
    <script
   type=”text/javascript”> var RecaptchaOptions = { theme : ‘theme_name’ }; </script
   >
 *  Thread Starter [jeffreytp](https://wordpress.org/support/users/jeffrytp/)
 * (@jeffrytp)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/recaptcha-16/#post-4265938)
 * I got it, one way would be to enter the javascript like this in the post/page
   entry:
 *  <script type=”text/javascript”>
    var RecaptchaOptions = { theme : ‘clean’ };
   </script> [hms_testimonials_form]

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

The topic ‘reCaptcha’ is closed to new replies.

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

 * 5 replies
 * 2 participants
 * Last reply from: [jeffreytp](https://wordpress.org/support/users/jeffrytp/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/recaptcha-16/#post-4265938)
 * Status: resolved