<?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 Tag: logic - Recent Posts</title>
		<link>https://legacy.forums.gravityhelp.com/tags/logic</link>
		<description>Gravity Support Forums Tag: logic - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 16:35:08 +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/tags/logic" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Conditional logic, form is not showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-form-is-not-showing#post-349288</link>
			<pubDate>Fri, 28 Jun 2013 04:14:57 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">349288@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There are a couple of JavaScript errors that may be blocking the Gravity Forms scripts from running&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Failed to load resource: the server responded with a status of 404 (Not Found) &#60;a href=&#34;http://bohsfootball.com/wp-content/themes/agentpress/lib/js/jquery.flow.1.1.js?ver=1.1&#34; rel=&#34;nofollow&#34;&#62;http://bohsfootball.com/wp-content/themes/agentpress/lib/js/jquery.flow.1.1.js?ver=1.1&#60;/a&#62;&#60;br /&#62;
Uncaught TypeError: Object [object Object] has no method 'jFlow' aaa-conditional-form-test:243&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;it looks like the jquery.flow.1.1.js file is missing which is causing the Uncaught TypeError, if you can restore that file you may find the form will appear.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MarkB on "Conditional logic, form is not showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-form-is-not-showing#post-349209</link>
			<pubDate>Fri, 28 Jun 2013 03:34:51 +0000</pubDate>
			<dc:creator>MarkB</dc:creator>
			<guid isPermaLink="false">349209@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your reply. I changed the file as above, however the form still doesn't ;load. Any other places to check?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Conditional logic, form is not showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-form-is-not-showing#post-349179</link>
			<pubDate>Fri, 28 Jun 2013 03:13:47 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">349179@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Mark,&#60;/p&#62;
&#60;p&#62;At the end of that file you have the following function&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function my_init_method() {

if( is_admin() )
return;

wp_deregister_script( &#38;#39;jquery&#38;#39; );
wp_register_script( &#38;#39;jquery&#38;#39;, &#38;#39;https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js&#38;#39;);
wp_enqueue_script( &#38;#39;jquery&#38;#39; );
}

add_action(&#38;#39;init&#38;#39;, &#38;#39;my_init_method&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;can you change it to the following&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function my_init_method() {
wp_enqueue_script(&#38;#39;jquery&#38;#39;);
}
add_action(&#38;#39;wp_enqueue_scripts&#38;#39;, &#38;#39;my_init_method&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>MarkB on "Conditional logic, form is not showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-form-is-not-showing#post-348613</link>
			<pubDate>Thu, 27 Jun 2013 18:59:58 +0000</pubDate>
			<dc:creator>MarkB</dc:creator>
			<guid isPermaLink="false">348613@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#38;lt;?php&#60;br /&#62;
// Start the engine&#60;br /&#62;
require_once(TEMPLATEPATH.'/lib/init.php');&#60;br /&#62;
require_once(STYLESHEETPATH.'/lib/init.php');&#60;/p&#62;
&#60;p&#62;// Add new image sizes&#60;br /&#62;
genesis_add_image_size('Slider', 920, 300, TRUE);&#60;br /&#62;
genesis_add_image_size('Featured Properties', 290, 200, TRUE);&#60;br /&#62;
genesis_add_image_size('Featured Posts', 115, 115, TRUE);&#60;br /&#62;
genesis_add_image_size('Small Thumbnail', 110, 80, TRUE);&#60;/p&#62;
&#60;p&#62;// Load script for jFlow slider&#60;br /&#62;
add_action('get_header', 'agentpress_load_scripts');&#60;br /&#62;
function agentpress_load_scripts() {&#60;br /&#62;
    wp_enqueue_script('jflow', CHILD_URL.'/lib/js/jquery.flow.1.1.js', array('jquery'), '1.1', TRUE);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/** Add the slider on the homepage above the content area */add_action('genesis_after_header', 'agentpress_include_slider'); function agentpress_include_slider() {    if(is_front_page())    dynamic_sidebar( 'slider' );}  &#60;/p&#62;
&#60;p&#62;// Force layout on homepage&#60;br /&#62;
add_filter('genesis_options', 'agentpress_home_layout', 10, 2);&#60;br /&#62;
function agentpress_home_layout($options, $setting) {&#60;br /&#62;
	if($setting == GENESIS_SETTINGS_FIELD) {&#60;br /&#62;
		if(is_home())&#60;br /&#62;
		$options['site_layout'] = 'content-sidebar';&#60;br /&#62;
	}&#60;br /&#62;
	return $options;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;// Add a read more link to the excerpt&#60;br /&#62;
add_filter('excerpt_more', 'agentpress_excerpt_more');&#60;br /&#62;
function agentpress_excerpt_more($more) {&#60;br /&#62;
    return '... &#60;a href=&#34;'.get_permalink().'&#34; rel=&#34;nofollow&#34;&#62;Read More&#60;/a&#62;';&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;// Remove post-info, post-meta, and author box from property posts&#60;br /&#62;
add_action( 'get_header', 'agentpress_remove_property_extras' );&#60;br /&#62;
function agentpress_remove_property_extras() {&#60;br /&#62;
	if( is_single() &#38;amp;&#38;amp; genesis_get_custom_field('_features_1_col1_1') ) {&#60;br /&#62;
		remove_action('genesis_before_post_content', 'genesis_post_info');&#60;br /&#62;
		remove_action('genesis_after_post_content', 'genesis_post_meta');&#60;br /&#62;
		remove_action('genesis_after_post', 'genesis_do_author_box');&#60;br /&#62;
		add_filter( 'genesis_options', 'agentpress_remove_property_comments', 10, 2 );&#60;br /&#62;
	}&#60;br /&#62;
}&#60;br /&#62;
// Remove comments from property posts&#60;br /&#62;
function agentpress_remove_property_comments($options, $setting) {&#60;br /&#62;
	if($setting == GENESIS_SETTINGS_FIELD) {&#60;br /&#62;
		$options['comments_posts'] = 0;&#60;br /&#62;
	}&#60;br /&#62;
	return $options;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;// Register Sidebars&#60;br /&#62;
genesis_register_sidebar(array(&#60;br /&#62;
	'name'=&#38;gt;'Featured Properties',&#60;br /&#62;
	'description' =&#38;gt; 'This is the featured properties section of the homepage.',&#60;br /&#62;
	'before_title'=&#38;gt;'&#38;lt;h4 class=&#34;widgettitle&#34;&#38;gt;','after_title'=&#38;gt;'&#38;lt;/h4&#38;gt;'&#60;br /&#62;
));&#60;br /&#62;
genesis_register_sidebar(array(&#60;br /&#62;
	'name'=&#38;gt;'Featured Posts',&#60;br /&#62;
	'description' =&#38;gt; 'This is the featured posts section of the homepage.',&#60;br /&#62;
	'before_title'=&#38;gt;'&#38;lt;h4 class=&#34;widgettitle&#34;&#38;gt;','after_title'=&#38;gt;'&#38;lt;/h4&#38;gt;'&#60;br /&#62;
));&#60;br /&#62;
genesis_register_sidebar(array(&#60;br /&#62;
	'name'=&#38;gt;'Multi-Agent Page',&#60;br /&#62;
	'description' =&#38;gt; 'This is the main content area of the mult-agent page template.',&#60;br /&#62;
	'before_title'=&#38;gt;'&#38;lt;h4 class=&#34;widgettitle&#34;&#38;gt;','after_title'=&#38;gt;'&#38;lt;/h4&#38;gt;'&#60;br /&#62;
));genesis_register_sidebar(array(    'name'=&#38;gt;'Slider',    'id' =&#38;gt; 'slider',    'description' =&#38;gt; 'This is the slider section on the homepage',));&#60;br /&#62;
// Fix Slider intermittent speed up issue after WP 3.2 upgrade&#60;br /&#62;
function my_init_method() {&#60;/p&#62;
&#60;p&#62;    if( is_admin() )&#60;br /&#62;
        return;&#60;/p&#62;
&#60;p&#62;    wp_deregister_script( 'jquery' );&#60;br /&#62;
    wp_register_script( 'jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js');&#60;br /&#62;
    wp_enqueue_script( 'jquery' );&#60;br /&#62;
}    &#60;/p&#62;
&#60;p&#62;add_action('init', 'my_init_method');&#60;br /&#62;
?&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MarkB on "Conditional logic, form is not showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-form-is-not-showing#post-348611</link>
			<pubDate>Thu, 27 Jun 2013 18:56:11 +0000</pubDate>
			<dc:creator>MarkB</dc:creator>
			<guid isPermaLink="false">348611@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK I posted functions.php contents into PasteBin : Mark paste&#60;/p&#62;
&#60;p&#62;**** OK Don't think I did that correctly as I cannot find it. How do I place it in PasteBin so you can see it?&#60;/p&#62;
&#60;p&#62;*** I just pasted into next post below:
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Conditional logic, form is not showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-form-is-not-showing#post-348480</link>
			<pubDate>Thu, 27 Jun 2013 16:29:18 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">348480@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Mark,&#60;/p&#62;
&#60;p&#62;The link to the google CDN copy of jQuery could be included by either a badly coded plugin or a function in your theme's functions.php file, I would start by checking your theme first so if you want to copy the contents of that file to &#60;a href=&#34;http://www.pastie.org/&#34; rel=&#34;nofollow&#34;&#62;Pastie&#60;/a&#62; or &#60;a href=&#34;http://pastebin.com/&#34; rel=&#34;nofollow&#34;&#62;PasteBin&#60;/a&#62; I can take a look.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MarkB on "Conditional logic, form is not showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-form-is-not-showing#post-348445</link>
			<pubDate>Thu, 27 Jun 2013 16:08:52 +0000</pubDate>
			<dc:creator>MarkB</dc:creator>
			<guid isPermaLink="false">348445@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Having conditional logic/form display problem also:&#60;br /&#62;
&#60;a href=&#34;http://bohsfootball.com/aaa-conditional-form-test&#34; rel=&#34;nofollow&#34;&#62;http://bohsfootball.com/aaa-conditional-form-test&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Where do you edit to apply the suggested code?:&#60;/p&#62;
&#60;p&#62;wp_enqueue_script(&#34;jquery&#34;);
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Psyspi on "Bulk Add Conditional Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bulk-add-conditional-logic#post-345663</link>
			<pubDate>Wed, 26 Jun 2013 07:43:51 +0000</pubDate>
			<dc:creator>Psyspi</dc:creator>
			<guid isPermaLink="false">345663@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;+1&#60;/p&#62;
&#60;p&#62;Being able to 'copy &#38;amp; paste' the full set of conditional logic rules from one field to another would be handy.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Conditional logic, form is not showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-form-is-not-showing#post-335433</link>
			<pubDate>Thu, 20 Jun 2013 23:17:11 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">335433@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is due to the same problems you are experiencing with your date picker. Please see my response there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>choong.michael88 on "Conditional logic, form is not showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-form-is-not-showing#post-335286</link>
			<pubDate>Thu, 20 Jun 2013 21:56:23 +0000</pubDate>
			<dc:creator>choong.michael88</dc:creator>
			<guid isPermaLink="false">335286@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Richard,&#60;/p&#62;
&#60;p&#62;I'm running into a similar problem. The moment I tried to activate the conditional logic on one field, my whole form disappear. &#60;a href=&#34;https://www.gardenschool.edu.my/test123/&#34; rel=&#34;nofollow&#34;&#62;https://www.gardenschool.edu.my/test123/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Could you please help? Many thanks.&#60;/p&#62;
&#60;p&#62;Michael
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
