Keir, this is a CSS conflict with your theme. The only solution I’m aware of is to make a custom reCAPTCHA theme, or play with your theme’s CSS until it doesn’t break the reCAPTCHA. What I can do as far as the plugin is add a place for you to choose the custom theme to display the reCAPTCHA – I’m going to add a text box next to the dropdown on the ‘Settings’ page, so you can just enter the name. This will be out in the next version.
Thanks for pointing this out, this is a problem I have run into myself and never bothered to address.
Okay! How would I make a custom reCAPTCHA theme? Is there anywhere I can copy one. Or do you have an ETA when the next update will be out?
Not sure about the details of making a reCAPTCHA theme. This might help. I’ll be releasing the next update in a couple hours.
I will just wait for the next update.
Okay I have it working with the clean theme but is there anyway to remove the logo on the right because it isn’t fully transparent and looks a bit silly?
I don’t know exactly. I did some investigating on what goes into making a custom recaptcha theme, and it looks like you are left with the four default themes as far as my plugin is concerned.
I also want to point out that the problem is a conflict between your theme’s CSS and recaptcha. If you add the following lines to your theme’s stylesheet everything displays properly:
.recaptchatable tr, .recaptchatable th{
height:0px;
}
.recaptchatable input{
color:#5b5b5b;
}
I don’t seem to be able to change the clean theme now! It will only stay on the clean theme and will not change?
Keir
Have you upgraded to the latest version of the plugin?
Yeah I got the 2 updates. There is a weird bug. I quickly recorded it and it is uploading to YouTube. It is private and the quality is a bit rubbish.
I will give you a link. It is uploading, it says 19 mins and yet it is only 2:30. Most of my videos are longer and have fancy titles etc and they take way less!
Weird!
ANYWAYS IT IS WORKING! THANK YOU! I will still send a copy of the video when it uploads.
Im assuming you have a caching plugin or something? It is important to make sure your post uses the shortcode, because it also handles the submission processing. Does this happen to every post with a form?
Yes! I will delete a shortcode plugin I got!
Did you add the CSS to your theme’s stylesheet?