<?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: Highlighting not working</title>
		<link>https://legacy.forums.gravityhelp.com/topic/highlighting-not-working</link>
		<description>Gravity Support Forums Topic: Highlighting not working</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 08:20:21 +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/highlighting-not-working" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Highlighting not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/highlighting-not-working#post-12195</link>
			<pubDate>Sat, 06 Nov 2010 15:31:26 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">12195@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Super. Thanks for the update. Have a great weekend.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jawes on "Highlighting not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/highlighting-not-working#post-12194</link>
			<pubDate>Sat, 06 Nov 2010 15:30:48 +0000</pubDate>
			<dc:creator>jawes</dc:creator>
			<guid isPermaLink="false">12194@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kevin,&#60;/p&#62;
&#60;p&#62;I inserted the code in the function.php and the highlighting works now.&#60;br /&#62;
Thanks very much for your support.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Highlighting not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/highlighting-not-working#post-12192</link>
			<pubDate>Sat, 06 Nov 2010 15:12:02 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">12192@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Also, just thought of this. If you're loading your form via the function method rather than using the shortcode, you need to manually enqueue the scripts by adding a snippet of code to your theme's functions.php file.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;wp_enqueue_script(&#38;quot;gforms_ui_datepicker&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/js/jquery-ui/ui.datepicker.js&#38;quot;, array(&#38;quot;jquery&#38;quot;), &#38;quot;1.3.9&#38;quot;, true);

wp_enqueue_script(&#38;quot;gforms_datepicker&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/js/datepicker.js&#38;quot;, array(&#38;quot;gforms_ui_datepicker&#38;quot;), &#38;quot;1.3.9&#38;quot;, true);

wp_enqueue_script(&#38;quot;gforms_conditional_logic_lib&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/js/conditional_logic.js&#38;quot;, array(&#38;quot;gforms_ui_datepicker&#38;quot;), &#38;quot;1.3.9&#38;quot;, true);

wp_enqueue_style(&#38;quot;gforms_css&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/css/forms.css&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Without this, the conditional logic scripts, datepicker script, form CSS and other elements needed for the full form functionality aren't loaded.&#60;/p&#62;
&#60;p&#62;You can find more information at the URL below&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/embedding-a-form/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/embedding-a-form/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Highlighting not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/highlighting-not-working#post-12191</link>
			<pubDate>Sat, 06 Nov 2010 14:58:37 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">12191@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Then something else is wrong with your theme. It's not loading the necessary files. &#60;/p&#62;
&#60;p&#62;Make sure your theme has the wp_head() function included in the header.php file and the wp_footer() function included in the footer.php file. These are necessary to load the supporting CSS and javascript to make the forms work properly.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Function_Reference/wp_head&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/wp_head&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Function_Reference/wp_footer&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/wp_footer&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jawes on "Highlighting not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/highlighting-not-working#post-12190</link>
			<pubDate>Sat, 06 Nov 2010 12:04:53 +0000</pubDate>
			<dc:creator>jawes</dc:creator>
			<guid isPermaLink="false">12190@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kevin,&#60;/p&#62;
&#60;p&#62;I checked the output css settings and it is set to yes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Highlighting not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/highlighting-not-working#post-12187</link>
			<pubDate>Sat, 06 Nov 2010 11:10:01 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">12187@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your page isn't loading the forms.css file from the plugin folder. That's why you're not seeing the styles. Check your settings to make sure the &#34;output css&#34; option is set to yes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jawes on "Highlighting not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/highlighting-not-working#post-12186</link>
			<pubDate>Sat, 06 Nov 2010 10:04:52 +0000</pubDate>
			<dc:creator>jawes</dc:creator>
			<guid isPermaLink="false">12186@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;The forms on my homepage are not showing any highlighting when required formfields are validated. On other pages it works fine.&#60;br /&#62;
Looks like the forms on the homepage are linked to the template css.&#60;br /&#62;
I would appreciate if someone could help me out with this.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://sonartc.nl/wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://sonartc.nl/wordpress/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
