Forums

ReCaptcha box out of place

webmasterancilla 20 Jul, 2016
Hi,
I have two forms I added ReCaptcha to in the usual way but the interface box is positioned oddly on both the forms.
I looked at the CSS and don't see anything obvious.
Have you seen this before?
Thanks,
Mike
GreyHead 20 Jul, 2016
Hi Mike,

I don't' remember seeing that before, It looks like it could be a problem with a CSS relative placement that is getting linked to the wrong parent tag. Please post a link to the form so I can take a quick look.

Bob
webmasterancilla 21 Jul, 2016
Thanks, Bob. Here's one.
http://dev.ancillabeef.com/index.php/scheduling
GreyHead 21 Jul, 2016
Hi Mike,

The problem is some CSS at line 347 of /templates/rt_enigma/css/joomla.css
/* Compatibility */
#recaptcha_widget_div { position: absolute;  top: -140px; }
If you comment this out then the location is correct. Is it OK to do this or are you using ReCaptcha in something else apart from ChronoForms?

Bob
webmasterancilla 21 Jul, 2016
No. ChronoForms is the only place we're using it.
I really appreciate your help, Bob!
This topic is locked and no more replies can be posted.