<?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: Gravity Forms Not Loading... Possible Jquery Issue?? Help</title>
		<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-not-loading-possible-jquery-issue-help</link>
		<description>Gravity Support Forums Topic: Gravity Forms Not Loading... Possible Jquery Issue?? Help</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 19:18:50 +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/gravity-forms-not-loading-possible-jquery-issue-help" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Gravity Forms Not Loading... Possible Jquery Issue?? Help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-not-loading-possible-jquery-issue-help#post-222207</link>
			<pubDate>Wed, 24 Apr 2013 06:05:20 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">222207@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your theme is including several js files which you can see on lines 55 to 63 of your functions.php file, identifying the problematic script may involve temporarily preventing each of those scripts from loading.  As it is a theme conflict you should probably contact your theme provider for their support.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pyroboy024 on "Gravity Forms Not Loading... Possible Jquery Issue?? Help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-not-loading-possible-jquery-issue-help#post-221405</link>
			<pubDate>Tue, 23 Apr 2013 20:43:28 +0000</pubDate>
			<dc:creator>pyroboy024</dc:creator>
			<guid isPermaLink="false">221405@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;removed the jetpack plugin went through and test each plugin and the from still failed to load on the theme so went back to default theme and the form loaded right up... next i activated all plugins one at a time and it still worked on the default theme so this issue has to be coming from the theme... i don't know how to diagnosing this issue :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Gravity Forms Not Loading... Possible Jquery Issue?? Help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-not-loading-possible-jquery-issue-help#post-221266</link>
			<pubDate>Tue, 23 Apr 2013 17:08:18 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">221266@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@pyroboy024 Your jQuery version is correct, there is a javascript error being reported.  &#60;/p&#62;
&#60;p&#62;I can see from the list of scripts being loaded on the page that you are using JetPack, if I remember correctly I remember reading another thread somewhere where there was a conflict with JetPack, did you perform the plugin/theme testing &#60;a href=&#34;http://rkt.gs/testing&#34; rel=&#34;nofollow&#34;&#62;http://rkt.gs/testing&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pyroboy024 on "Gravity Forms Not Loading... Possible Jquery Issue?? Help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-not-loading-possible-jquery-issue-help#post-221097</link>
			<pubDate>Tue, 23 Apr 2013 13:41:41 +0000</pubDate>
			<dc:creator>pyroboy024</dc:creator>
			<guid isPermaLink="false">221097@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sadly this didnt work :( the site should be up now guys if you want to look at the code idk what i am missing here...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Gravity Forms Not Loading... Possible Jquery Issue?? Help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-not-loading-possible-jquery-issue-help#post-220876</link>
			<pubDate>Tue, 23 Apr 2013 09:10:26 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">220876@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@microweb jQuery 1.8.3, the version that ships with WordPress, is currently the recommended version to use, using an older version can leave you vulnerable to bugs and security issues. jQuery 1.9 and now 2.0 are also out but I would advise against using these versions until they are also shipped in with WordPress to avoid any problems due to the major changes made in them.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>microweb on "Gravity Forms Not Loading... Possible Jquery Issue?? Help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-not-loading-possible-jquery-issue-help#post-220819</link>
			<pubDate>Tue, 23 Apr 2013 08:16:45 +0000</pubDate>
			<dc:creator>microweb</dc:creator>
			<guid isPermaLink="false">220819@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I had a conflict, but I used the code below in my  theme's function.php to load the google jquery instead of the hosted query and it resolved the issue for me:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function modify_jquery() {
//	if (!is_admin()) {
		// comment out the next two lines to load the local copy of jQuery
		wp_deregister_script(&#38;#39;jquery&#38;#39;);
		wp_register_script(&#38;#39;jquery&#38;#39;, &#38;#39;http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js&#38;#39;, false, &#38;#39;1.7.2&#38;#39;);
		wp_enqueue_script(&#38;#39;jquery&#38;#39;);
//	}
}
add_action(&#38;#39;init&#38;#39;, &#38;#39;modify_jquery&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Gravity Forms Not Loading... Possible Jquery Issue?? Help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-not-loading-possible-jquery-issue-help#post-220533</link>
			<pubDate>Tue, 23 Apr 2013 04:47:47 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">220533@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Not yet, I am still seeing the CloudFlare offline message, DNS changes can take 24-48hrs to propagate.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pyroboy024 on "Gravity Forms Not Loading... Possible Jquery Issue?? Help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-not-loading-possible-jquery-issue-help#post-220524</link>
			<pubDate>Tue, 23 Apr 2013 04:43:39 +0000</pubDate>
			<dc:creator>pyroboy024</dc:creator>
			<guid isPermaLink="false">220524@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;ive checked in my header and footer i dont seen anything there... any ideas? has the DNS propagated so you can view the site? im really stuck here we really need gravity forms :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Gravity Forms Not Loading... Possible Jquery Issue?? Help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-not-loading-possible-jquery-issue-help#post-220512</link>
			<pubDate>Tue, 23 Apr 2013 04:32:40 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">220512@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The reference to 1.9.2 in your functions file is the css file for jQuery UI, assuming the link to the jQuery script hasn't been hard coded into the the header.php or footer.php files it is probably loading the local copy which if you are running WordPress 3.5 will be version 1.8.3
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pyroboy024 on "Gravity Forms Not Loading... Possible Jquery Issue?? Help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-not-loading-possible-jquery-issue-help#post-220497</link>
			<pubDate>Tue, 23 Apr 2013 04:16:12 +0000</pubDate>
			<dc:creator>pyroboy024</dc:creator>
			<guid isPermaLink="false">220497@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;i think my theme is calling jquery 1.9.2 but im not sure here is my functions.php&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/7701765&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/7701765&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
