Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Business Directory Plugin

    (@businessdirectoryplugin)

    Hi pictureitsolved,

    We have the reCAPTCHA library integrated directly into BD so none of the above would have affected BD’s copy of the library. We don’t currently have a way to configure this right now, it may be possible by changing the PHP inside the plugin a little, but that’s the only method we would have to do that at the moment.

    you can change it by adding the following code in your theme’s header.php file (somewhere above where the form appears):

    <script type="text/javascript">
     var RecaptchaOptions = {
        theme : 'theme_name'
     };
     </script>

    found this at Customizing the Look and Feel of reCAPTCHA

    Plugin Author Business Directory Plugin

    (@businessdirectoryplugin)

    Thanks for the tip!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change recaptcha theme?’ is closed to new replies.