<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Gravity Forms 1.3.12 Released</title>
	<atom:link href="http://www.gravityhelp.com/gravity-forms-1-3-12-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gravityhelp.com/gravity-forms-1-3-12-released/</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 18:34:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Kevin Flahaut</title>
		<link>http://www.gravityhelp.com/gravity-forms-1-3-12-released/comment-page-1/#comment-56</link>
		<dc:creator>Kevin Flahaut</dc:creator>
		<pubDate>Tue, 25 May 2010 15:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.gravityhelp.com/?p=980#comment-56</guid>
		<description>There were additional styles added to address some inheritance issues from the default Thesis layout stylesheet. These were common issues reported on the forums and we decided to to address them specifically in the Gravity Forms default styles.

The most commonly reported issue was caused by a default 45% blanket width value applied to all inputs in the content area.. 

&lt;pre&gt;&lt;code&gt;.format_text input, #commentform input, #commentform textarea {
	border-width:0.071em;
	padding:0.214em;
	width:45%;
}&lt;/code&gt;&lt;/pre&gt;

This affected radio and checkbox inputs as well and resulted in labels aligning incorrectly, wrapping, etc. Also, a default border value for the inputs (including buttons) was being applied, even if you chose to use an image for the submit button.

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://grab.by/grabs/083aa205fddfd07fafa3788529f2316c.png&quot; rel=&quot;nofollow&quot;&gt;Thesis screenshot without new styles&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://grab.by/grabs/f8502d8c55471b3505b9d639d31d343f.png&quot; rel=&quot;nofollow&quot;&gt;Thesis screenshot with new Gravity Forms styles added&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

Of course, if you&#039;re using a heavily customized version of the Thesis theme, as with any others, there may be other inheritance issues.

We&#039;ve defined a base set of generic styles for the forms that should work well with most themes and have also tried to keep them flexible enough they can inherit properties from the theme so they don&#039;t have to be completely restyled.

What you see when you preview the form in the form admin is simply the default styles with no influence from the theme or other external sources. The preview isn&#039;t intended to be indicative of the final styling in the theme, simply a way to preview the working form.

If you want Thesis forms to look like the preview forms, you&#039;ll have to use some custom CSS to override the defaults in the thesis layout styles.

That said, if you simply disable the default Gravity Forms CSS, you may run into issues where elements are unstyled (datepicker, etc.) - unless everything is accounted for in your theme CSS. 

If you want to heavily modify the styles, our recommendation is to disable the CSS output in the form settings, copy the entire contents of the forms.css file from the plugin directory, and append that to your custom.css (for thesis) or theme style sheet whatever it may be called (usually style.css).  You can then modify the default styles to your preferences and the styles won&#039;t be overwritten when you update the plugin.</description>
		<content:encoded><![CDATA[<p>There were additional styles added to address some inheritance issues from the default Thesis layout stylesheet. These were common issues reported on the forums and we decided to to address them specifically in the Gravity Forms default styles.</p>
<p>The most commonly reported issue was caused by a default 45% blanket width value applied to all inputs in the content area.. </p>
<pre><code>.format_text input, #commentform input, #commentform textarea {
	border-width:0.071em;
	padding:0.214em;
	width:45%;
}</code></pre>
<p>This affected radio and checkbox inputs as well and resulted in labels aligning incorrectly, wrapping, etc. Also, a default border value for the inputs (including buttons) was being applied, even if you chose to use an image for the submit button.</p>
<ul>
<li><a href="http://grab.by/grabs/083aa205fddfd07fafa3788529f2316c.png" rel="nofollow">Thesis screenshot without new styles</a></li>
<li><a href="http://grab.by/grabs/f8502d8c55471b3505b9d639d31d343f.png" rel="nofollow">Thesis screenshot with new Gravity Forms styles added</a></li>
</ul>
<p>Of course, if you're using a heavily customized version of the Thesis theme, as with any others, there may be other inheritance issues.</p>
<p>We've defined a base set of generic styles for the forms that should work well with most themes and have also tried to keep them flexible enough they can inherit properties from the theme so they don't have to be completely restyled.</p>
<p>What you see when you preview the form in the form admin is simply the default styles with no influence from the theme or other external sources. The preview isn't intended to be indicative of the final styling in the theme, simply a way to preview the working form.</p>
<p>If you want Thesis forms to look like the preview forms, you'll have to use some custom CSS to override the defaults in the thesis layout styles.</p>
<p>That said, if you simply disable the default Gravity Forms CSS, you may run into issues where elements are unstyled (datepicker, etc.) - unless everything is accounted for in your theme CSS. </p>
<p>If you want to heavily modify the styles, our recommendation is to disable the CSS output in the form settings, copy the entire contents of the forms.css file from the plugin directory, and append that to your custom.css (for thesis) or theme style sheet whatever it may be called (usually style.css).  You can then modify the default styles to your preferences and the styles won't be overwritten when you update the plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Wold</title>
		<link>http://www.gravityhelp.com/gravity-forms-1-3-12-released/comment-page-1/#comment-55</link>
		<dc:creator>Jonathan Wold</dc:creator>
		<pubDate>Tue, 25 May 2010 14:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.gravityhelp.com/?p=980#comment-55</guid>
		<description>Can you shed any light on the Thesis conflicts? We ran into some issues and simply disabled the GF CSS. Does the update mean I could have the &quot;preview&quot; look (which looks great) of Gravity Forms out-of-the-box on Thesis in the future?</description>
		<content:encoded><![CDATA[<p>Can you shed any light on the Thesis conflicts? We ran into some issues and simply disabled the GF CSS. Does the update mean I could have the "preview" look (which looks great) of Gravity Forms out-of-the-box on Thesis in the future?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

