<?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: gravity_form_enqueue_scripts() doesn&#039;t seem to work</title>
		<link>https://legacy.forums.gravityhelp.com/topic/gravity_form_enqueue_scripts-doesnt-seem-to-work</link>
		<description>Gravity Support Forums Topic: gravity_form_enqueue_scripts() doesn&#039;t seem to work</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 16:40:16 +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/gravity_form_enqueue_scripts-doesnt-seem-to-work" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "gravity_form_enqueue_scripts() doesn&#039;t seem to work"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity_form_enqueue_scripts-doesnt-seem-to-work#post-35796</link>
			<pubDate>Tue, 20 Sep 2011 18:08:02 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">35796@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That is the JS but if the CSS isn't being output then either you have CSS output turned OFF on the Settings page (check that first) or something is preventing the CSS from being enqueued.  It's possible it could be a plugin or theme conflict.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Guy Andefors on "gravity_form_enqueue_scripts() doesn&#039;t seem to work"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity_form_enqueue_scripts-doesnt-seem-to-work#post-35734</link>
			<pubDate>Tue, 20 Sep 2011 06:19:55 +0000</pubDate>
			<dc:creator>Guy Andefors</dc:creator>
			<guid isPermaLink="false">35734@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Carl, thanks for the reply.&#60;/p&#62;
&#60;p&#62;I don't think there should be any difference if the code is placed in the functions.php or header.php&#60;/p&#62;
&#60;p&#62;I do apologise, the following scripts are present on the page:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://grovelands.dev/wp/wp-content/plugins/gravityforms/js/jquery.json-1.3.js?ver=1.5.2.8&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://grovelands.dev/wp/wp-content/plugins/gravityforms/js/gravityforms.js?ver=1.5.2.8&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://grovelands.dev/wp/wp-content/plugins/gravityforms/js/jquery.textareaCounter.plugin.js?ver=1.5.2.8&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;However, no css.&#60;br /&#62;
Are these correct?&#60;/p&#62;
&#60;p&#62;Many thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "gravity_form_enqueue_scripts() doesn&#039;t seem to work"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity_form_enqueue_scripts-doesnt-seem-to-work#post-35691</link>
			<pubDate>Mon, 19 Sep 2011 18:58:03 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">35691@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The best place to put the enqueue is in your functions.php file.  Wrap it in an if statement if you need to only enqueue it on a specific page or post id.  That is the first change I would make.  It sounds like the enqueue isn't working.&#60;/p&#62;
&#60;p&#62;It's hard to tell without seeing a link to the page to see the output, or seeing what code you have implemented.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Guy Andefors on "gravity_form_enqueue_scripts() doesn&#039;t seem to work"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity_form_enqueue_scripts-doesnt-seem-to-work#post-35654</link>
			<pubDate>Mon, 19 Sep 2011 13:42:06 +0000</pubDate>
			<dc:creator>Guy Andefors</dc:creator>
			<guid isPermaLink="false">35654@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm embedding a from using a function call as per instructions here &#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;I've added code to enqueue the scripts and css in the header.php as per instructions here &#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;However, when I inspect the code source of a page, no java scripts or css files are added. Am I doing something wrong here? I'm a bit confused.&#60;/p&#62;
&#60;p&#62;Many thanks for your help.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
