<?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: When I use conditional logica, form not visible</title>
		<link>https://legacy.forums.gravityhelp.com/topic/when-i-use-conditional-logica-form-not-visible</link>
		<description>Gravity Support Forums Topic: When I use conditional logica, form not visible</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:13:59 +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/when-i-use-conditional-logica-form-not-visible" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "When I use conditional logica, form not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-i-use-conditional-logica-form-not-visible#post-318393</link>
			<pubDate>Wed, 12 Jun 2013 05:40:19 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">318393@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Albertoe you're welcome, I am glad your issue is resolved.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Albertoe on "When I use conditional logica, form not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-i-use-conditional-logica-form-not-visible#post-318307</link>
			<pubDate>Wed, 12 Jun 2013 03:59:21 +0000</pubDate>
			<dc:creator>Albertoe</dc:creator>
			<guid isPermaLink="false">318307@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@richardvav Thanks for an amazing quick response. Solved. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "When I use conditional logica, form not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-i-use-conditional-logica-form-not-visible#post-318287</link>
			<pubDate>Wed, 12 Jun 2013 03:36:40 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">318287@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you copy the contents of the header.php and functions.php files separately to a service like &#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; and then post the links here so I can take a look at how your theme is including the scripts.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Matthijs92 on "When I use conditional logica, form not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-i-use-conditional-logica-form-not-visible#post-317637</link>
			<pubDate>Tue, 11 Jun 2013 18:02:48 +0000</pubDate>
			<dc:creator>Matthijs92</dc:creator>
			<guid isPermaLink="false">317637@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have this problem when I use nicescrollbar:&#60;br /&#62;
&#38;lt;script src=&#34;/wp-content/themes/yoo_master_wp/js/jquery.min.js&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;script src=&#34;/wp-content/themes/yoo_master_wp/js/jquery.nicescroll.min.js&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
When I added jquery.min.js it goes wrong with the form.&#60;br /&#62;
When I remove the jquery nicescollbar does not work.&#60;/p&#62;
&#60;p&#62;how can I both get this working?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "When I use conditional logica, form not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-i-use-conditional-logica-form-not-visible#post-316912</link>
			<pubDate>Tue, 11 Jun 2013 08:24:42 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">316912@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Albertoe while your problem is the same it is not your theme that is incorrectly enqueueing scripts it is the wpng-calendar plugin which according to it's WordPress plugin repository page hasn't been updated in over five years.&#60;/p&#62;
&#60;p&#62;I would advise you find a replacement plugin that is still under development, however if you still want to use it you would have to edit the wpng-calendar.php file, on line 165 of the file you should find this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;wp_enqueue_script(&#38;#39;jquery-js&#38;#39;, get_bloginfo(&#38;#39;wpurl&#38;#39;) . &#38;#39;/wp-content/plugins/wpng-calendar/js/jquery.js&#38;#39;, null, &#38;#39;6124&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;whereas the developer should have used the following&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;wp_enqueue_script(&#38;quot;jquery&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Again, I would recommend finding a replacement if possible rather than editing plugin files.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Albertoe on "When I use conditional logica, form not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-i-use-conditional-logica-form-not-visible#post-316866</link>
			<pubDate>Tue, 11 Jun 2013 08:00:07 +0000</pubDate>
			<dc:creator>Albertoe</dc:creator>
			<guid isPermaLink="false">316866@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Same problem here.... Sufussion theme last version 4.4.6 .&#60;br /&#62;
 Page Example. &#60;a href=&#34;http://swingverguenza.com/inscripcion-exchange/&#34; rel=&#34;nofollow&#34;&#62;http://swingverguenza.com/inscripcion-exchange/&#60;/a&#62;&#60;br /&#62;
Fucntions and header in pastie&#60;br /&#62;
&#60;a href=&#34;http://pastie.org/8034187&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/8034187&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://pastie.org/8034185&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/8034185&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any workarround ???
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "When I use conditional logica, form not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-i-use-conditional-logica-form-not-visible#post-316669</link>
			<pubDate>Tue, 11 Jun 2013 04:57:53 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">316669@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Your form is failing to appear because of a javascript error which is preventing the Gravity Forms scripts from running and revealing the form, I suspect although can't be 100% sure without seeing the theme header.php and functions.php files that it is because the theme author is not enqueueing scripts in the correct way which is causing jQuery to be loaded multiple times and scripts to be loaded in the wrong order.&#60;/p&#62;
&#60;p&#62;If you could copy the contents of the header.php and functions.php files separately to a service like &#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; and then post the links here I can take a look and recommend workaround although ultimately it is the theme author that needs to fix the theme.&#60;/p&#62;
&#60;p&#62;Regards,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Matthijs92 on "When I use conditional logica, form not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-i-use-conditional-logica-form-not-visible#post-316658</link>
			<pubDate>Tue, 11 Jun 2013 04:39:14 +0000</pubDate>
			<dc:creator>Matthijs92</dc:creator>
			<guid isPermaLink="false">316658@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When I use conditional logica, form not visible&#60;br /&#62;
I cannot find the solution, the website is: &#60;a href=&#34;http://hoevedebeek.nl/test/&#34; rel=&#34;nofollow&#34;&#62;http://hoevedebeek.nl/test/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
