I've successfully installed Register Plus and have it working with reCaptcha. Visually, though, it is a problem. The reCaptcha box is not centered in the form. See it here.
Any suggestions how I can get it centered?
I've successfully installed Register Plus and have it working with reCaptcha. Visually, though, it is a problem. The reCaptcha box is not centered in the form. See it here.
Any suggestions how I can get it centered?
Change the CSS margin style for the #reCAPTCHA div. It is probably in your register-plus.php file around line 1500:
#reCAPTCHA{
position:relative;
margin-left:-32px;
}
I would just suggest commenting out the line altogether:
#reCAPTCHA{
position:relative;
/* margin-left:-32px; */
}
I used to use Register Plus but it conflicted with too many of the other cool plugins that I use. I don't even think the current version of Register Plus supports WP 2.7 fully...
Have you tried Sabre?
http://didier.lorphelin.free.fr/blog/index.php/wordpress/sabre/
Worked perfectly - thanks!
You're welcome :)
This topic has been closed to new replies.