Remember
Register
Welcome to the Question2Answer Q&A. There's also a
demo
if you just want to try it out.
All Activity
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
About
Wiki
Welcome to the Q&A for
Question2Answer
.
If you have questions about the platform,
click here to ask
and please use English.
If you just want to try Q2A, please use the
demo
, which also grants admin access.
May 16:
Q2A 1.6 Progress
Related questions
ReCaptcha does not appear on anonymous reply.
Can the reCaptcha work in such a way that it doesn't need to be re-entered if there is a form mistake?
Anybody else having problems with reCaptcha in IE7/IE8/IE9?
reCaptcha on Feedback form not working
Getting strange behaviour when I press 'return' without filling in recaptcha
Install Recaptcha
Don´t find options for reCAPTCHA anymore?
Turn off recaptcha for registered user
reCaptcha Problem and Theme Issue
How to enable recaptcha for login after 3 trials of wrong password?
All categories
Q2A Core
(4,885)
Plugins
(937)
recaptcha does not work in chrome browser
0
votes
330
views
I am testing and the recaptcha does not seem to work in chrome, can anyone else confirm ?
Q2A version:
1.5
recaptcha
asked
Jan 23, 2012
in
Plugins
by
gibby
Do you have reCaptcha working anywhere else ?
Did you fill keys for reCaptcha in the admin section ?
It works fine in all other browsers and on 2 of my sites but does not work using chrome for either...
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
Could you try my plugin:
https://github.com/KrzysztofKielce/q2a-captcha-antibot
?
answered
Jan 24, 2012
by
Krzysztof Kielce
hi
I have installed your plugin - sorry to sound stupid but what does it do - I can't see anything on the register page etc...
Thanks
Both reCaptcha and Antibot Captcha are displayed in question form.
BUT first you must enable captcha in admin->spam section. Did you ?
hi - seems to work :-) thanks for the heads up... one thing, its a little hard to see sometimes - how to change the numbers so they appear a little more clear...? and thanks again for the plugin...
Try now to update the plugin. I changed the captcha color - I hope it helps.
thanks now looks a little darker - thanks for the updates
Here's my solution:
$('#captcha-form script').remove();
'captcha-form' is the id of the form containing the captcha. Remove the script tags so the scripts don't get executed a second time when Safari re-renders them after jQuery moves them. The event handlers created by the script aren't in the script tags, so they survive.
Works in Safari and Firefox 4. I'm now off to test this in some other browsers.
Please
log in
or
register
to add a comment.
...