hi there!
i am having issue with the alignment of the google cpatcha... is there a fix to this?
i am having issue with the alignment of the google cpatcha... is there a fix to this?
Hi akaentertainmant,
There's a fix here for CFv3, you may be able to adapt that? Hard to say exactly without seeing the page.
Bob
There's a fix here for CFv3, you may be able to adapt that? Hard to say exactly without seeing the page.
Bob
thanks! i am using v3 on this particular site... the elements.php file only has image verification info - nothing about ReCaptcha though
here is a sample page🙂
http://www.guidetogay.com/community/win-stuff/1405-win-kingdom-the-complete-dvd-box-set
or
http://www.poprepublic.tv/win-stuff/988-win-american-pie-reunion-on-dvd
thanks so much for your help!
here is a sample page🙂
http://www.guidetogay.com/community/win-stuff/1405-win-kingdom-the-complete-dvd-box-set
or
http://www.poprepublic.tv/win-stuff/988-win-american-pie-reunion-on-dvd
thanks so much for your help!
Hi akaentertainment,
It looks as though the CSS static setting for the box is being overridden by and absolute setting. I think that this is in the ReCaptcha CSS file but it's hard to see exactly where it is coming from. If you remove the line 'position: absolute !important;' in this CSS block the field shows in the correct location:
Bob
It looks as though the CSS static setting for the box is being overridden by and absolute setting. I think that this is in the ReCaptcha CSS file but it's hard to see exactly where it is coming from. If you remove the line 'position: absolute !important;' in this CSS block the field shows in the correct location:
.recaptchatable #recaptcha_response_field {
bottom: 7px !important;
font-size: 10pt;
margin: 0 !important;
padding: 0 !important;
position: absolute !important;
width: 145px !important;
}Bob
This topic is locked and no more replies can be posted.
