<?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 won&#039;t display after Wordpress 3.5 upgrade</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-wont-display-after-wordpress-35-upgrade</link>
		<description>Gravity Support Forums Topic: Form won&#039;t display after Wordpress 3.5 upgrade</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:37:57 +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-wont-display-after-wordpress-35-upgrade" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Form won&#039;t display after Wordpress 3.5 upgrade"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-wont-display-after-wordpress-35-upgrade#post-134013</link>
			<pubDate>Mon, 28 Jan 2013 11:15:28 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">134013@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kldance on "Form won&#039;t display after Wordpress 3.5 upgrade"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-wont-display-after-wordpress-35-upgrade#post-125562</link>
			<pubDate>Fri, 18 Jan 2013 21:23:25 +0000</pubDate>
			<dc:creator>kldance</dc:creator>
			<guid isPermaLink="false">125562@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris, &#60;/p&#62;
&#60;p&#62;I found the piece of code that was producing that syntax error in /wp-content/themes/Zeux-e-Commerce/js/scripts.js&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/* Tabs */
jQuery(&#38;#39;#.woocommerce_tabs .panel:not(#.woocommerce_tabs .panel)&#38;#39;).hide();
jQuery(&#38;#39;#.woocommerce_tabs li a&#38;#39;).click(function(){
            var href = jQuery(this).attr(&#38;#39;href&#38;#39;);
            jQuery(&#38;#39;#.woocommerce_tabs li&#38;#39;).removeClass(&#38;#39;active&#38;#39;);
            jQuery(&#38;#39;div.panel&#38;#39;).hide();
            jQuery(&#38;#39;div&#38;#39; + href).show();
            jQuery(this).parent().addClass(&#38;#39;active&#38;#39;);
            jQuery.cookie(&#38;#39;current_tab&#38;#39;, href);
            return false;
});
if (jQuery(&#38;#39;#.woocommerce_tabs li.active&#38;#39;).size()==0) {
            jQuery(&#38;#39;#.woocommerce_tabs li:first a&#38;#39;).click();
} else {
            jQuery(&#38;#39;#.woocommerce_tabs li.active a&#38;#39;).click();
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;By removing the # in front of each of the #.woocommerce the error goes away and the form now loads! I'm not sure what the theme writer was doing putting that in there or what else it breaks by removing it but I couldn't find it. &#60;/p&#62;
&#60;p&#62;Thanks again for your help :) &#60;/p&#62;
&#60;p&#62;Charles
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Form won&#039;t display after Wordpress 3.5 upgrade"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-wont-display-after-wordpress-35-upgrade#post-124394</link>
			<pubDate>Thu, 17 Jan 2013 10:40:44 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">124394@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The site looks more normal now.  Looking at your page, I see this JavaScript error:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Timestamp: 1/17/2013 8:37:18 AM
Error: Error: Syntax error, unrecognized expression: #.woocommerce_tabs .panel:not(#.woocommerce_tabs .panel)
Source File: &#60;a href=&#34;http://arch.dyndns.org/kadularissa/wp-includes/js/jquery/jquery.js?ver=1.8.3&#34; rel=&#34;nofollow&#34;&#62;http://arch.dyndns.org/kadularissa/wp-includes/js/jquery/jquery.js?ver=1.8.3&#60;/a&#62;
Line: 2&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Your theme is including jquery 1.7.1 here:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://arch.dyndns.org/kadularissa/wp-content/themes/Zeux-e-Commerce/js/jquery.js&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;in addition to the proper 1.8.3 version here:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://arch.dyndns.org/kadularissa/wp-includes/js/jquery/jquery.js?ver=1.8.3&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Remove the call to the older version in your theme, and so long as there are no additional JavaScript errors, your form will display properly again.&#60;/p&#62;
&#60;p&#62;If you cannot determine where the call to the old jQuery is coming from, you can use our theme and plugin conflict troubleshooting &#60;a href=&#34;http://rkt.gs/testing&#34; rel=&#34;nofollow&#34;&#62;http://rkt.gs/testing&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Based on where it's located, it looks like it's coming from the theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kldance on "Form won&#039;t display after Wordpress 3.5 upgrade"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-wont-display-after-wordpress-35-upgrade#post-124370</link>
			<pubDate>Thu, 17 Jan 2013 09:46:19 +0000</pubDate>
			<dc:creator>kldance</dc:creator>
			<guid isPermaLink="false">124370@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris, please try now - &#60;a href=&#34;http://arch.dyndns.org/kadularissa/idz/idz-book-now/&#34; rel=&#34;nofollow&#34;&#62;http://arch.dyndns.org/kadularissa/idz/idz-book-now/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I am able to view it remotely and it looks fine. It is updated to Wordpress 3.5 and the form on this page is now broken but was working fine before the update. Very much appreciate your help!&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Charles
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Form won&#039;t display after Wordpress 3.5 upgrade"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-wont-display-after-wordpress-35-upgrade#post-123716</link>
			<pubDate>Wed, 16 Jan 2013 18:35:32 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">123716@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, let us know when it is fully functional online so we can take a look at it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kldance on "Form won&#039;t display after Wordpress 3.5 upgrade"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-wont-display-after-wordpress-35-upgrade#post-123710</link>
			<pubDate>Wed, 16 Jan 2013 18:27:06 +0000</pubDate>
			<dc:creator>kldance</dc:creator>
			<guid isPermaLink="false">123710@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris, &#60;/p&#62;
&#60;p&#62;I can't update the live site (the live form is actually hosted at &#60;a href=&#34;http://www.kadularissa.com/idz/idz-book-now/)&#34; rel=&#34;nofollow&#34;&#62;http://www.kadularissa.com/idz/idz-book-now/)&#60;/a&#62; due to it breaking that particular form which is used for commerce so I used the Duplicator plugin to dump off a copy of the site to a local webserver at home which was the previous URL I gave you and upgrade it there to troubleshoot. I have an idea why the copy is looking bad for you externally and will work on that tonight and come back to you to re-request help. &#60;/p&#62;
&#60;p&#62;Thanks - Charles
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Form won&#039;t display after Wordpress 3.5 upgrade"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-wont-display-after-wordpress-35-upgrade#post-123422</link>
			<pubDate>Wed, 16 Jan 2013 09:56:04 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">123422@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is something strange going on with the site.  I could barely load it in a browser.  Once I did, the stylesheets were not present, so I got unstyled content of blue link text on dark grey.  Screenshot: &#60;a href=&#34;http://minus.com/l0shItcyKbAFM&#34; rel=&#34;nofollow&#34;&#62;http://minus.com/l0shItcyKbAFM&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The page never did finish loading.  But in the JavaScript console, I saw nearly a dozen errors, most of which were &#34;jQuery is not defined&#34;.  Screenshot: &#60;a href=&#34;http://minus.com/lb22E1y0GQdzV7&#34; rel=&#34;nofollow&#34;&#62;http://minus.com/lb22E1y0GQdzV7&#60;/a&#62; When I check the source of the page, I see links like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#60;a href=&#34;http://archwebdev/kadularissa/wp-includes/js/jquery/jquery.js?ver=1.8.3&#34; rel=&#34;nofollow&#34;&#62;http://archwebdev/kadularissa/wp-includes/js/jquery/jquery.js?ver=1.8.3&#60;/a&#62;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That's not a fully qualified domain name, so I'm not sure how that could work.  Maybe it works differently for you on your machine?&#60;/p&#62;
&#60;p&#62;Also, there is a lot of jQuery functionality going on in that page, and the fact that the form works with Twenty Twelve indicates that the issue is with your theme.  However, since I cannot even load the page, I won't be able to help from here.  My guess is that your theme is loading multiple copies of jQuery or an older version of jQuery.  I just can't be sure because the page barely loads for me, and there are more issues that just a Gravity Forms not showing up.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kldance on "Form won&#039;t display after Wordpress 3.5 upgrade"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-wont-display-after-wordpress-35-upgrade#post-123361</link>
			<pubDate>Wed, 16 Jan 2013 08:10:36 +0000</pubDate>
			<dc:creator>kldance</dc:creator>
			<guid isPermaLink="false">123361@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Support Team, &#60;/p&#62;
&#60;p&#62;I have a Wordpress 3.4 site with Gravity Forms 1.6.11 with all forms working. &#60;/p&#62;
&#60;p&#62;My issue is that when I upgrade it to Wordpress 3.5, one very important Gravity form seems to break and will just not show up on the page - &#60;a href=&#34;http://arch.dyndns.org/kadularissa/idz/idz-book-now/&#34; rel=&#34;nofollow&#34;&#62;http://arch.dyndns.org/kadularissa/idz/idz-book-now/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;All of the other forms (eg &#60;a href=&#34;http://arch.dyndns.org/kadularissa/whats-on/classes/zouk-lambada-course/)&#34; rel=&#34;nofollow&#34;&#62;http://arch.dyndns.org/kadularissa/whats-on/classes/zouk-lambada-course/)&#60;/a&#62; appear fine. &#60;/p&#62;
&#60;p&#62;I am running the Zeux WordPress Theme (found here &#60;a href=&#34;http://themeforest.net/item/zeux-a-responsive-eshop-wordpress-theme/2514052)&#34; rel=&#34;nofollow&#34;&#62;http://themeforest.net/item/zeux-a-responsive-eshop-wordpress-theme/2514052)&#60;/a&#62; and have troubleshooted and found that if I change to Twenty Twelve then the form works. &#60;/p&#62;
&#60;p&#62;It turns out every other piece of the site works fine with my theme on WP 3.5 except this one form (and it just breaks on WP 3.5). &#60;/p&#62;
&#60;p&#62;Can you please help me understand what could be breaking it - any direction would be much appreciated. &#60;/p&#62;
&#60;p&#62;Kind Regards&#60;/p&#62;
&#60;p&#62;Charles
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
