<?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: CSS Ready Classes</title>
		<link>https://legacy.forums.gravityhelp.com/topic/css-ready-classes-1</link>
		<description>Gravity Support Forums Topic: CSS Ready Classes</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 00:46:24 +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/css-ready-classes-1" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "CSS Ready Classes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-ready-classes-1#post-44541</link>
			<pubDate>Tue, 20 Dec 2011 15:27:58 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">44541@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ha! No worries at all, glad to help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>natebald on "CSS Ready Classes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-ready-classes-1#post-44540</link>
			<pubDate>Tue, 20 Dec 2011 15:26:56 +0000</pubDate>
			<dc:creator>natebald</dc:creator>
			<guid isPermaLink="false">44540@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you sir, it helps when you read all the way to the bottom of the page and not let your ADD get in the way of moving on.... ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "CSS Ready Classes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-ready-classes-1#post-44538</link>
			<pubDate>Tue, 20 Dec 2011 15:19:10 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">44538@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sounds like you need to enqueue your scripts and styles, did you see the explanation at the bottom of this page:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>natebald on "CSS Ready Classes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-ready-classes-1#post-44537</link>
			<pubDate>Tue, 20 Dec 2011 15:16:03 +0000</pubDate>
			<dc:creator>natebald</dc:creator>
			<guid isPermaLink="false">44537@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Rob, yes it is being embeded -&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[php]
&#38;lt;?php  if(is_category(&#38;#39;47&#38;#39;)) {echo (&#38;quot;&#38;lt;p&#38;gt;Have a technical question for EPTAC? Ask Leo by filling out the form below. Leo will review and answer selected questions below.&#38;lt;/p&#38;gt;&#38;quot;)
					;gravity_form(3, false, false, false, &#38;#39;&#38;#39;, false);
					} else {
					}
					?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Is something suppoe to be true?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "CSS Ready Classes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-ready-classes-1#post-44535</link>
			<pubDate>Tue, 20 Dec 2011 15:09:57 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">44535@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Nate, it looks like the Gravity Forms CSS is not being output on your page. Do you have this set to be output in the plugin's settings? If so, are you embedding your form? You may need to enqueue your styles and scripts:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If that still doesn't do the trick, then you have some sort of theme conflict.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>natebald on "CSS Ready Classes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-ready-classes-1#post-44534</link>
			<pubDate>Tue, 20 Dec 2011 14:57:57 +0000</pubDate>
			<dc:creator>natebald</dc:creator>
			<guid isPermaLink="false">44534@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have read a bunch of the posts about this and have tried a bunch of suggestions like typing in the gf_right_half and gf_left have.  The preview shows exactly what I want it to look like, but not showing up on front end.  I am horrible at css so hoping one of the kind modirators will help out here. Link - &#60;a href=&#34;http://50.22.71.94/~eptac/?cat=47&#34; rel=&#34;nofollow&#34;&#62;http://50.22.71.94/~eptac/?cat=47&#60;/a&#62; is the current dev site.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
