<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Data entry fields (boxes) won&#039;t display</title>
		<link>https://legacy.forums.gravityhelp.com/topic/data-entry-fields-boxes-wont-display</link>
		<description>Gravity Support Forums Topic: Data entry fields (boxes) won&#039;t display</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 01:56:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/data-entry-fields-boxes-wont-display" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Data entry fields (boxes) won&#039;t display"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/data-entry-fields-boxes-wont-display#post-17028</link>
			<pubDate>Wed, 26 Jan 2011 13:09:14 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">17028@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That works. Glad you got it fixed up.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stephan.wehmeier on "Data entry fields (boxes) won&#039;t display"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/data-entry-fields-boxes-wont-display#post-17026</link>
			<pubDate>Tue, 25 Jan 2011 22:00:23 +0000</pubDate>
			<dc:creator>stephan.wehmeier</dc:creator>
			<guid isPermaLink="false">17026@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That worked.&#60;br /&#62;
In the end I had to use a different approach, because the &#34;border: none&#34; rule is necessary for the correct displaying of images that are links as well. I simply added a border attribute to the input wrapper.&#60;br /&#62;
Thanks a lot.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Data entry fields (boxes) won&#039;t display"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/data-entry-fields-boxes-wont-display#post-17022</link>
			<pubDate>Tue, 25 Jan 2011 21:02:15 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">17022@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your theme's style.css file (line 12) has a rule that removes border from ALL elements - this is affecting your form inputs as well. If you disable/remove that, you'll see that the form inputs show up normally.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/8AiH&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/8AiH&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stephan.wehmeier on "Data entry fields (boxes) won&#039;t display"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/data-entry-fields-boxes-wont-display#post-17021</link>
			<pubDate>Tue, 25 Jan 2011 20:45:12 +0000</pubDate>
			<dc:creator>stephan.wehmeier</dc:creator>
			<guid isPermaLink="false">17021@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a similar problem with the input boxes: they won't show up.&#60;br /&#62;
My guess is that some code of the Themes CSS is making trouble. But I have no idea where to start. I would be glad if someone had suggestions how to solve this.&#60;br /&#62;
Thanks.&#60;/p&#62;
&#60;p&#62;URL to the form page: &#60;a href=&#34;http://www.ju-bergkamen.de/kontakt/&#34; rel=&#34;nofollow&#34;&#62;http://www.ju-bergkamen.de/kontakt/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Data entry fields (boxes) won&#039;t display"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/data-entry-fields-boxes-wont-display#post-16566</link>
			<pubDate>Tue, 18 Jan 2011 23:12:21 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">16566@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah, it's more border width weirdness coming from your theme - line 243 of the layout.css file. &#60;/p&#62;
&#60;p&#62;Try adding this to the end of your custom.css. This should override the weird border value and reset it to the browser defaults.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {border-width:auto!important}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>equalfooting on "Data entry fields (boxes) won&#039;t display"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/data-entry-fields-boxes-wont-display#post-16563</link>
			<pubDate>Tue, 18 Jan 2011 22:42:03 +0000</pubDate>
			<dc:creator>equalfooting</dc:creator>
			<guid isPermaLink="false">16563@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin - &#60;/p&#62;
&#60;p&#62;I implemented the solution you advised.  It solved the problem in Firefox, but the fields are still not displaying correctly in IE, Chrome and Safari.  Some of the fields display in those browsers, others don't.&#60;/p&#62;
&#60;p&#62;Please advise.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>equalfooting on "Data entry fields (boxes) won&#039;t display"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/data-entry-fields-boxes-wont-display#post-16505</link>
			<pubDate>Tue, 18 Jan 2011 11:57:28 +0000</pubDate>
			<dc:creator>equalfooting</dc:creator>
			<guid isPermaLink="false">16505@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks.  I'll pass the info along.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Data entry fields (boxes) won&#039;t display"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/data-entry-fields-boxes-wont-display#post-16502</link>
			<pubDate>Tue, 18 Jan 2011 11:51:33 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">16502@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The problem is with the custom CSS rules your designer has added. Line 540 of the custom.css file sets the border width on the inputs to 0. Thats why you don't see the input areas defined.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.format_text .dd_content_wrap input, .dd_content_wrap #commentform input, .dd_content_wrap #commentform textarea {border-width: 0em;padding: 0.188em; width: 45%;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If you disable/remove the &#34;border-width:0em&#34; property, you'll see that the inputs appear normally&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/8rCT&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/8rCT&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>equalfooting on "Data entry fields (boxes) won&#039;t display"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/data-entry-fields-boxes-wont-display#post-16499</link>
			<pubDate>Tue, 18 Jan 2011 11:41:37 +0000</pubDate>
			<dc:creator>equalfooting</dc:creator>
			<guid isPermaLink="false">16499@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Newbie here... My designer just installed a new design using Thesis and the data entry boxes won't show up in Chrome, Firefox &#38;amp; Safari. (I'm using WP version 3.0.4.)&#60;/p&#62;
&#60;p&#62;See:  &#60;a href=&#34;http://equalfooting.org/donate-laptop/&#34; rel=&#34;nofollow&#34;&#62;http://equalfooting.org/donate-laptop/&#60;/a&#62; and &#60;a href=&#34;http://equalfooting.org/featured-volunteer/&#34; rel=&#34;nofollow&#34;&#62;http://equalfooting.org/featured-volunteer/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;To the kind soul(s) that help me with this, I know a bit of code and know my way around WP, a little, but I'm no pro.  &#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
