1 Attachment(s)
Re: Support Thread for Google reCAPTCHA
Problem with the display of the reCapture image.
I have installed this excellent addition to my site, but the image is not displaying correctly on any of three relevant pages.
Please can anybody tell me how I 'clean-up' this image?
I am using 1.5.3 with the Responsive Sterling Grand Template
Attachment 14798
Re: Support Thread for Google reCAPTCHA
Saw this before once - it's your css that is causing it. I'll see if I can find the previous post with the same problem. In the meantime a link to your site would be useful.
Regards
David
Re: Support Thread for Google reCAPTCHA
Found the previous post - looks like it wasn't css, but a problem with some image scripts
Regards
David
Re: Support Thread for Google reCAPTCHA
Ok Bob - I've had a look at the site and looks like I was right first time - it is a css problem
on line 22 of your stylesheet.css you have:
Code:
input {border:1px solid #ccc;height:28px;margin-bottom:10px;}
if you remove the height:28px everything looks ok on the reCAPTCHA.
If that would mess up other forms on your site you could try
Code:
.recaptchatable input {height:auto;}
Regards
David
Re: Support Thread for Google reCAPTCHA
Hi. Is there a way to remove the upper portion of the captcha, the "I'm not a robot" part. Seems like a little overkill. thank you.
Re: Support Thread for Google reCAPTCHA
I am sorry. I meant to remove the bottom part.
here is the article
http :// mycodde. blogspot. com/ 2014/ 12/ new-checkbox-recaptcha-tutorial-with. html
Re: Support Thread for Google reCAPTCHA
Is there an updated version of this module that uses the new 2.0 Google reCAPTCHA?
Re: Support Thread for Google reCAPTCHA plugin
New version is now available. This uses Google newest 'I am not a robot' reCaptcha, which is much more user friendly and bot unfriendly.
Any questions/problems - just post them here.
Regards
Re: Support Thread for Google reCAPTCHA plugin
Thanks David, for creating this great Zen Cart plugin. We have a question before implementation, does this plugin have the ability to be disabled for the account creation pages?
Thanks.
Re: Support Thread for Google reCAPTCHA plugin
Hi Invizix
Yes it does - in the file /includes/classes/observers/class.google_recaptcha.php you just need to comment out the line
Code:
$pages_to_check[] = 'NOTIFY_CREATE_ACCOUNT_CAPTCHA_CHECK';
Regards