<?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: another conditional logic problem :(</title>
		<link>https://legacy.forums.gravityhelp.com/topic/another-conditional-logic-problem</link>
		<description>Gravity Support Forums Topic: another conditional logic problem :(</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 15:44:22 +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/another-conditional-logic-problem" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "another conditional logic problem :("</title>
			<link>https://legacy.forums.gravityhelp.com/topic/another-conditional-logic-problem#post-4306</link>
			<pubDate>Sat, 27 Mar 2010 16:41:17 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">4306@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome. Glad you got it working. Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>armin on "another conditional logic problem :("</title>
			<link>https://legacy.forums.gravityhelp.com/topic/another-conditional-logic-problem#post-4304</link>
			<pubDate>Sat, 27 Mar 2010 13:15:11 +0000</pubDate>
			<dc:creator>armin</dc:creator>
			<guid isPermaLink="false">4304@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;HI,&#60;/p&#62;
&#60;p&#62;Thank you! it was the location of the wp_header function. It was right at the end of all the scripts I moved it higher and everything was working fine.&#60;/p&#62;
&#60;p&#62;This also made another plugin that I was having trouble with working..&#60;/p&#62;
&#60;p&#62;Thank you,&#60;/p&#62;
&#60;p&#62;Armin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "another conditional logic problem :("</title>
			<link>https://legacy.forums.gravityhelp.com/topic/another-conditional-logic-problem#post-4303</link>
			<pubDate>Sat, 27 Mar 2010 10:44:38 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">4303@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The form works if the correct script/css references are inserted into the head section properly&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;link rel=&#38;#39;stylesheet&#38;#39; id=&#38;#39;gforms_css-css&#38;#39;  href=&#38;#39;http://mataconcepts.com/wp-content/plugins/gravityforms/css/forms.css?ver=2.9.2&#38;#39; type=&#38;#39;text/css&#38;#39; media=&#38;#39;&#38;#39; /&#38;gt;
&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://mataconcepts.com/wp-includes/js/jquery/jquery.js?ver=1.3.2&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://mataconcepts.com/wp-content/plugins/gravityforms/js/conditional_logic.js?ver=1.3.11&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;There is something odd going on with the theme itself.&#60;/p&#62;
&#60;p&#62;I copied the demo page markup and did a test - adding the correct script references. You can see my &#60;a href=&#34;http://dl.dropbox.com/u/688846/gravityhelp/mataconcepts.html&#34; rel=&#34;nofollow&#34;&#62;test page here&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I think this could be related to how you're loading jQuery in the theme or even possibly the placement of the wp_head() tag in the head.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "another conditional logic problem :("</title>
			<link>https://legacy.forums.gravityhelp.com/topic/another-conditional-logic-problem#post-4302</link>
			<pubDate>Sat, 27 Mar 2010 10:18:47 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">4302@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We would need access to the site to take a look.  You can send us a WordPress Admin login via our Contact Us form.&#60;/p&#62;
&#60;p&#62;It is theme related.  If your theme was working properly you would see a call to a javascript file called conditional_logic.js, and it is not present which means something isn't configured properly with your theme.&#60;/p&#62;
&#60;p&#62;The hook that Gravity Forms uses to place this JS within your theme is a built in WordPress hook. So it isn't doing anything custom.  It is using a built in WordPress function that isn't working with your theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>armin on "another conditional logic problem :("</title>
			<link>https://legacy.forums.gravityhelp.com/topic/another-conditional-logic-problem#post-4301</link>
			<pubDate>Sat, 27 Mar 2010 09:37:17 +0000</pubDate>
			<dc:creator>armin</dc:creator>
			<guid isPermaLink="false">4301@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;HI carl,&#60;/p&#62;
&#60;p&#62;Thanks for the fast reply, i did check my header and the wp_head function call is there..&#60;br /&#62;
any other suggestions?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "another conditional logic problem :("</title>
			<link>https://legacy.forums.gravityhelp.com/topic/another-conditional-logic-problem#post-4275</link>
			<pubDate>Fri, 26 Mar 2010 11:35:44 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">4275@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your theme looks like it is missing the wp_head() function call in the theme header.&#60;/p&#62;
&#60;p&#62;This function call allows plugins to insert code into the head.  This is necessary for Gravity Forms to include the necessary javascript.&#60;/p&#62;
&#60;p&#62;You can read more about wp_head() on this page:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Theme_Development&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Theme_Development&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>armin on "another conditional logic problem :("</title>
			<link>https://legacy.forums.gravityhelp.com/topic/another-conditional-logic-problem#post-4274</link>
			<pubDate>Fri, 26 Mar 2010 11:32:08 +0000</pubDate>
			<dc:creator>armin</dc:creator>
			<guid isPermaLink="false">4274@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;HI,&#60;/p&#62;
&#60;p&#62;I have searched all over the forum for this issue, I have a problem that i know is theme related in which when i activate conditional logic it the form does not show on the page, when switched off all is good...&#60;/p&#62;
&#60;p&#62;I have read the same issues through out your forum but I cant seem to find a solution.&#60;br /&#62;
When inserting wp footer in the footer page nothing happens and I loose my footer all together. I have tried numerous alternative locations with no result.&#60;/p&#62;
&#60;p&#62;I dont know if i'm doing something silly or it might be conflicting with the superfish plugin that someone else wrote about..&#60;/p&#62;
&#60;p&#62;I set up a test page here &#60;a href=&#34;http://mataconcepts.com/?page_id=684&#34; rel=&#34;nofollow&#34;&#62;http://mataconcepts.com/?page_id=684&#60;/a&#62;&#60;br /&#62;
The actual site i'm working on is set up offline, though it should represent the same issue.&#60;/p&#62;
&#60;p&#62;Help and advice would be greatly appreciated&#60;/p&#62;
&#60;p&#62;cheers,&#60;/p&#62;
&#60;p&#62;armin
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
