Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Author hoffcamp

    (@hoffcamp)

    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.

    Thread Starter iKeirNez

    (@ikeirnez)

    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?

    Plugin Author hoffcamp

    (@hoffcamp)

    Not sure about the details of making a reCAPTCHA theme. This might help. I’ll be releasing the next update in a couple hours.

    Thread Starter iKeirNez

    (@ikeirnez)

    I will just wait for the next update.

    Thread Starter iKeirNez

    (@ikeirnez)

    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?

    Plugin Author hoffcamp

    (@hoffcamp)

    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;
    }
    Thread Starter iKeirNez

    (@ikeirnez)

    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

    Plugin Author hoffcamp

    (@hoffcamp)

    Have you upgraded to the latest version of the plugin?

    Thread Starter iKeirNez

    (@ikeirnez)

    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!

    Thread Starter iKeirNez

    (@ikeirnez)

    ANYWAYS IT IS WORKING! THANK YOU! I will still send a copy of the video when it uploads.

    Thread Starter iKeirNez

    (@ikeirnez)

    Heres the link here

    Plugin Author hoffcamp

    (@hoffcamp)

    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?

    Thread Starter iKeirNez

    (@ikeirnez)

    Yes! I will delete a shortcode plugin I got!

    Thread Starter iKeirNez

    (@ikeirnez)

    Still not working.

    Plugin Author hoffcamp

    (@hoffcamp)

    Did you add the CSS to your theme’s stylesheet?

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘[Plugin: WordPress Form Manager] reCAPTCHA Error’ is closed to new replies.