WP-Recaptcha: text box alignment wrong

General questions pertaining to how certain issues can be resolved
Forum rules
1. No offensive language and no mocking
2. Please do a thorough search before you post something. Trust us, there is a high probability that the question you are asking has been asked previously.
3. No soliciting. You cannot post here soliciting bids for people offer you quotes, or even offer money to people for some work. You will be moderated if you do so. If you are looking for help, please post your request on http://jobs.wordpress.net or http://codepoet.com
4. Please be reasonable. You are getting software and support. For free. Complicated requests from a general purpose theme are not welcome and some volunteers might lose patience with you.
5. Please do your due diligence. If you posted a query and we answered with a link, take the trouble to go through the link contents.
6. Please post with complete information. Requests for help MUST be accompanied with your URL, particularly if you are asking something like "Why am I seeing a blank space?"

WP-Recaptcha: text box alignment wrong

Postby sjt » 06 Nov 2009, 18:50

I have added the WP-Recaptcha plugin, but the text box alignment is incorrect. Can you advise what is causing this?

Link: http://www.australianclimatemadness.com/?p=1170

Image attached.

Cheers,

Simon
Attachments
Screen shot 2009-11-07 at 12.49.42 PM.png
Screen shot 2009-11-07 at 12.49.42 PM.png (30.94 KiB) Viewed 1122 times
sjt
 
Posts: 22
Joined: 31 Oct 2009, 04:27

Re: WP-Recaptcha: text box alignment wrong

Postby sayontan » 06 Nov 2009, 18:57

I need the plugin to be active to tell you how to fix it - looks like you removed it
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10161
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: WP-Recaptcha: text box alignment wrong

Postby sjt » 06 Nov 2009, 19:56

Sorry, now activated.

cheers,
sjt
 
Posts: 22
Joined: 31 Oct 2009, 04:27

Re: WP-Recaptcha: text box alignment wrong

Postby sjt » 06 Nov 2009, 20:05

Sorry, I'm not going to bother with this plugin - too many steps for commenters to go through. I will rely on my spam catching system instead.

Thanks again.

Simon
sjt
 
Posts: 22
Joined: 31 Oct 2009, 04:27

Re: WP-Recaptcha: text box alignment wrong

Postby whitingnet » 18 Dec 2009, 06:09

Hi there,

I'm having exactly the same problem on my site. Any chance you could take a look?

Link: http://whitingnet.co.uk/2009/12/updates/

Many thanks
L. Whiting
whitingnet
 
Posts: 3
Joined: 18 Dec 2009, 06:06

Re: WP-Recaptcha: text box alignment wrong

Postby sayontan » 18 Dec 2009, 09:50

In your theme options go to "Custom CSS, JavaScript & RSS", then look for "Custom Styles". Put in this:
Code: Select all
#commentform label.recaptcha_input_area_text {
        border: none;
}

#recaptcha_response_field {
   border-radius: 5px;
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
}


Let me know if this works and I will add support for this out of the box in the next release.
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10161
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: WP-Recaptcha: text box alignment wrong

Postby whitingnet » 18 Dec 2009, 09:57

All fixed :-)

Thank you very much for your prompt help!

Just for my own curiosity how did you go about tracking the problem down? I'm always up for learning!
whitingnet
 
Posts: 3
Joined: 18 Dec 2009, 06:06

Re: WP-Recaptcha: text box alignment wrong

Postby sayontan » 18 Dec 2009, 10:19

The simplest tool to use is the Firebug extension in Firefox. Using that I can right-click on a screen element and say "Inspect Element". That typically says which CSS class is applicable to the element and then I can experiment with tweaking attributes.

One thing to realize is that the custom styles option that I pointed to you is something that overrides the style.css file. So you shouldn't make edits to the style.css file, instead you should define all your custom styles in this option. That way you don't lose your settings in an upgrade.
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10161
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas


Return to Support Requests

Who is online

Users browsing this forum: Google [Bot] and 6 guests

cron