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
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
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
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
Thanks, Bob. Here's one.
http://dev.ancillabeef.com/index.php/scheduling
http://dev.ancillabeef.com/index.php/scheduling
Hi Mike,
The problem is some CSS at line 347 of /templates/rt_enigma/css/joomla.css
Bob
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
No. ChronoForms is the only place we're using it.
I really appreciate your help, Bob!
I really appreciate your help, Bob!
This topic is locked and no more replies can be posted.