<?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: Form not showing</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-2</link>
		<description>Gravity Support Forums Topic: Form not showing</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 21:44:11 +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/form-not-showing-2" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Form not showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-2#post-136626</link>
			<pubDate>Wed, 30 Jan 2013 15:30:43 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">136626@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you were able to isolate the issue and resolve it. All my best!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bwalklet on "Form not showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-2#post-136584</link>
			<pubDate>Wed, 30 Jan 2013 14:22:13 +0000</pubDate>
			<dc:creator>bwalklet</dc:creator>
			<guid isPermaLink="false">136584@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yay! Found the script in custom_functions.php....removed it, unchecked the jQuery library box on the page editor (as well as sitewide jQuery library), and voila!&#60;/p&#62;
&#60;p&#62;Anyone with MD2...this is likely what you need to do!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bwalklet on "Form not showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-2#post-136505</link>
			<pubDate>Wed, 30 Jan 2013 12:50:43 +0000</pubDate>
			<dc:creator>bwalklet</dc:creator>
			<guid isPermaLink="false">136505@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;pretty sure it's a theme conflict, as I see that others with my theme have experienced the same issue with no resolve. I was looking for footer.php but couldn't find it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Form not showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-2#post-136394</link>
			<pubDate>Wed, 30 Jan 2013 10:56:32 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">136394@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Unfortunately, it really depends on how it was inserted in there. It might be in the footer.php file of your theme, or it might be in another file... It could be inserted by a plugin, I'm not certain. The only way to really isolate it and figure out where it is coming from is to follow these steps:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bwalklet on "Form not showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-2#post-135930</link>
			<pubDate>Wed, 30 Jan 2013 03:00:45 +0000</pubDate>
			<dc:creator>bwalklet</dc:creator>
			<guid isPermaLink="false">135930@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK cool. Which file is it that I'm supposed to be removing the script from?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Form not showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-2#post-135858</link>
			<pubDate>Wed, 30 Jan 2013 01:55:43 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">135858@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're loading jQuery twice in that page.  The correct 1.8.3 version is loaded in the head, and then you have 1.7.2 being loaded in the footer, from googleapis:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Get rid of this second copy of jQuery and test your form again.  If there are no other JavaScript errors, I think you will find that your form works again.&#60;/p&#62;
&#60;p&#62;Please be sure the rest of your theme and plugins work properly after removing this other jQuery version.  Some plugins may be pegged to an older jQuery version and not work with the newer version.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bwalklet on "Form not showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-2#post-135857</link>
			<pubDate>Wed, 30 Jan 2013 01:55:11 +0000</pubDate>
			<dc:creator>bwalklet</dc:creator>
			<guid isPermaLink="false">135857@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just realized that the conditional logic of the form is the culprit. Apparently it has been an issue with others who use my theme: Thesis with Marketer's Delight 2. Hoping there is still a solution here.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bwalklet on "Form not showing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-2#post-135833</link>
			<pubDate>Wed, 30 Jan 2013 01:36:54 +0000</pubDate>
			<dc:creator>bwalklet</dc:creator>
			<guid isPermaLink="false">135833@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It seems like the shortcode isn't working to put my form in. What's weird is that I have it working on another page: &#60;a href=&#34;http://www.topratedcoffeemakers.com/contact&#34; rel=&#34;nofollow&#34;&#62;http://www.topratedcoffeemakers.com/contact&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;but I can't get it to work here: &#60;a href=&#34;http://www.topratedcoffeemakers.com/the-ultimate-top-rated-coffee-maker-checklist&#34; rel=&#34;nofollow&#34;&#62;http://www.topratedcoffeemakers.com/the-ultimate-top-rated-coffee-maker-checklist&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any ideas? Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
