<?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: Form.css not being loaded</title>
		<link>https://legacy.forums.gravityhelp.com/topic/formcss-not-being-loaded</link>
		<description>Gravity Support Forums Topic: Form.css not being loaded</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:33:06 +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/formcss-not-being-loaded" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Form.css not being loaded"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/formcss-not-being-loaded#post-31674</link>
			<pubDate>Thu, 04 Aug 2011 01:32:00 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">31674@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Barb, please start a new topic for your question specifically and explain your problem there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>barbcarlson on "Form.css not being loaded"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/formcss-not-being-loaded#post-31672</link>
			<pubDate>Thu, 04 Aug 2011 00:42:27 +0000</pubDate>
			<dc:creator>barbcarlson</dc:creator>
			<guid isPermaLink="false">31672@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;hmmm..... I am using cart66 and have hundreds of products with their own unique form. Can I separate the form id's via commas in one function call or do I need a separate function call for each form(ajax setting will be the same for each form)?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form.css not being loaded"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/formcss-not-being-loaded#post-27648</link>
			<pubDate>Mon, 13 Jun 2011 01:16:50 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">27648@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try moving the enqueue script to you theme's header.php file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ajmorris on "Form.css not being loaded"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/formcss-not-being-loaded#post-27637</link>
			<pubDate>Sun, 12 Jun 2011 13:52:55 +0000</pubDate>
			<dc:creator>ajmorris</dc:creator>
			<guid isPermaLink="false">27637@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I only tried using do_shortcode() because I wasn't getting the CSS file to load using gravity_form();.&#60;/p&#62;
&#60;p&#62;Here's the code I've got, &#60;a href=&#34;http://www.pastie.org/2057375&#34; rel=&#34;nofollow&#34;&#62;http://www.pastie.org/2057375&#60;/a&#62;, but that still doesn't seem to load the form.css or the js files.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form.css not being loaded"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/formcss-not-being-loaded#post-27631</link>
			<pubDate>Sun, 12 Jun 2011 09:00:16 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">27631@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You don't need to use the &#34;do_shortcode&#34; method to embed your form, there is a built-in function call for embedding the form outside of the WordPress loop.&#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;
&#60;p&#62;When embedding a form via a function call you must also manually include the necessary Gravity Forms related Javascript and CSS via the built in WordPress enqueue capabilities. Gravity Forms does not include these by default when calling a form via the function call and they are necessary for forms that contain conditional logic or the date picker field.&#60;/p&#62;
&#60;p&#62;Gravity Forms 1.5 introduced the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts&#34; rel=&#34;nofollow&#34;&#62;gravity_form_enqueue_scripts&#60;/a&#62; function which allows you to easily enqueue the necessary Gravity Forms' scripts and styles when manually embedding a form. This is also useful if you are using a GF widget and do not wish for the styles and scripts to be loaded inline. &#60;/p&#62;
&#60;p&#62;You will need to manually enqueue the scripts and CSS by placing a short script block in your theme's header.php file. More information is at the URL below.&#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;</description>
		</item>
		<item>
			<title>ajmorris on "Form.css not being loaded"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/formcss-not-being-loaded#post-27629</link>
			<pubDate>Sun, 12 Jun 2011 04:06:53 +0000</pubDate>
			<dc:creator>ajmorris</dc:creator>
			<guid isPermaLink="false">27629@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Running WordPress 3.2 Beta 2, and GF 1.5.2.3. I'm using a shortcode inside of &#38;lt;?php echo do_shortcode(); ?&#38;gt; so that I can place this inside of a yet another related posts template file.&#60;/p&#62;
&#60;p&#62;I have a contact page that is a form inserted through the Page editor in WP-admin, and the form.css file is loading on that page, but not the single-post page where I've got the YARPP template showing up.&#60;/p&#62;
&#60;p&#62;I've disabled all my plugins to see if it was a plugin conflict, but that doesn't seem to matter. I also tried to switch themes (Headway 2.0.11 to TwentyTen) and that didn't make a difference.&#60;/p&#62;
&#60;p&#62;Any idea what's going on? Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
