Recaptcha not showing on form / invalid reCaptcha code

GK User
Fri Dec 12, 2014 3:52 pm
Hi,

ReCaptcha is not working on my site "www.flolebeau.ch".
It's integrated on the contact form, but is not visible. I have tried with different plugins, and none of them do show.
ReCaptcha is activated on the form, though and the correct plugin is selected in the configuration. I have entered the right codes respectively for each plugin. Can anyone figure out where the problem is? Help would be much appreciated! Thanks

FL
User avatar
Junior Boarder

teitbite
Mon Dec 15, 2014 8:30 pm
Hi

This is a known problem and joomla developers are working on this already. Soon there should be a new version of recaptcha plugin available to download.
User avatar
Moderator

GK User
Tue Dec 16, 2014 2:54 pm
Thanks for your help.
I have activated the regular captcha-plugin, now, but the size needs adjusted. Can you maybe tell me how to do that?

Thanks
Florence
User avatar
Junior Boarder

teitbite
Tue Dec 16, 2014 8:52 pm
Hi

I'm not sure if this will work. I created it for a different project, but it's good to try at least. Add this to override.css and remember to allow using override in template settings:

Code: Select all
#recaptcha_table > tbody > tr > td:nth-child(1) {
    padding: 7px !important;
}
#recaptcha_table > tbody > tr > td:nth-child(2), #recaptcha_table > tbody > tr > td:nth-child(3) {
    display: none;
}
#recaptcha_table .recaptcha_input_area {
    padding: 0 !important;
}
User avatar
Moderator


cron