<?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: Help with theme conflict?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/help-with-theme-conflict</link>
		<description>Gravity Support Forums Topic: Help with theme conflict?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:06:40 +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/help-with-theme-conflict" rel="self" type="application/rss+xml" />

		<item>
			<title>vi on "Help with theme conflict?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-theme-conflict#post-54861</link>
			<pubDate>Wed, 11 Apr 2012 08:47:58 +0000</pubDate>
			<dc:creator>vi</dc:creator>
			<guid isPermaLink="false">54861@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kevin - could the conflict be between my jscript.js and the gform conditional_logic.js and the var i? If so, do you know how I can resolve that?&#60;/p&#62;
&#60;p&#62;from conditional_logic.js&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;for(var i=0; i &#38;lt; dependent_fields.length; i++){
        var targetId = fieldId == 0 ? &#38;quot;#gform_submit_button_&#38;quot; + formId : &#38;quot;#field_&#38;quot; + formId + &#38;quot;_&#38;quot; + dependent_fields[i];&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>vi on "Help with theme conflict?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-theme-conflict#post-54703</link>
			<pubDate>Mon, 09 Apr 2012 23:52:03 +0000</pubDate>
			<dc:creator>vi</dc:creator>
			<guid isPermaLink="false">54703@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Kevin. I really appreciate you digging into it for me. What's strange is that all of my GForms work great except the one with the redirect. Do you think there is something on the gform_redirect script that can change to make it work without breaking the menus? Do you know someone who can help me? Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Help with theme conflict?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-theme-conflict#post-54576</link>
			<pubDate>Mon, 09 Apr 2012 00:41:03 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">54576@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I spent a bit of time looking this over and yeah, it's the jscript.js file that's your issue. It's definitely something in the jQuery that's breaking the script that fires the button and applies the logic. I copied your page over and tested for a bit.. it looks like something in this block of script.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;document.getElementsByClassName = function (c, t) {
  t = this.getElementsByTagName(t ? t : &#38;quot;*&#38;quot;);
  for (var i = 0, r = new Array(), l = t.length; i &#38;lt; l; i++)
    if (t[i].className == c)
      r[r.length] = t[i];
  return r;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;When I remove that from the script, the button works properly. Of course, the menu doesn't but something there is the root of this problem from what I can tell.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vi on "Help with theme conflict?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-theme-conflict#post-54525</link>
			<pubDate>Sat, 07 Apr 2012 07:49:57 +0000</pubDate>
			<dc:creator>vi</dc:creator>
			<guid isPermaLink="false">54525@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;update: I have tried another drop-down menu but no luck. Can someone please take a look and see if it's possible to solve from the GF side (or help me find conflict in my drop-down menu)? I can provide files or access to the site. The Gform is great but the Submit button will not react. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vi on "Help with theme conflict?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-theme-conflict#post-54476</link>
			<pubDate>Fri, 06 Apr 2012 15:14:02 +0000</pubDate>
			<dc:creator>vi</dc:creator>
			<guid isPermaLink="false">54476@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I put it in the footer and the drop down menus worked fine but the GF submit button on my form still does not. Would it be possible for you to take a look for me? If I switch scripts, I need some guidance. This is the last glitch on our new site before we go live... Thanks Rob!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Help with theme conflict?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-theme-conflict#post-54457</link>
			<pubDate>Fri, 06 Apr 2012 11:05:20 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">54457@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Have you tried placing that script in the footer instead? Not sure if it would make a difference or not. You could always opt to use a different drop down menu script - there are plenty out there to choose from.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vi on "Help with theme conflict?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-theme-conflict#post-54440</link>
			<pubDate>Fri, 06 Apr 2012 09:03:52 +0000</pubDate>
			<dc:creator>vi</dc:creator>
			<guid isPermaLink="false">54440@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;update: the header.php (&#38;lt;script type=&#34;text/javascript&#34; src=&#34;/wp-content/themes/vi/js/jscript.js&#34;&#38;gt;&#38;lt;/script&#38;gt;) line drives the drop-down menu functionality so I need it. It needs to be in the header.php (I guess). Can someone please help me figure out what to do so that the Submit button will work on my GF and my drop-down menus will work? Form is at &#60;a href=&#34;http://vit-sandbox.com/forms/try-it/&#34; rel=&#34;nofollow&#34;&#62;http://vit-sandbox.com/forms/try-it/&#60;/a&#62;. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vi on "Help with theme conflict?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-theme-conflict#post-54439</link>
			<pubDate>Fri, 06 Apr 2012 08:29:32 +0000</pubDate>
			<dc:creator>vi</dc:creator>
			<guid isPermaLink="false">54439@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I had a tip to update my jquery to 1.7 and also pulled a line from the header.php (&#38;lt;script type=&#34;text/javascript&#34; src=&#34;/wp-content/themes/vi/js/jscript.js&#34;&#38;gt;&#38;lt;/script&#38;gt;). It's working now which is great. Lots of testing to do though to make sure that line isn't missed anywhere. If you have tips/insights on this, please let me know... thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vi on "Help with theme conflict?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-theme-conflict#post-54416</link>
			<pubDate>Thu, 05 Apr 2012 19:12:25 +0000</pubDate>
			<dc:creator>vi</dc:creator>
			<guid isPermaLink="false">54416@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a theme conflict with Gravity Forms that I can not diagnose and am hoping for some help from the forum gurus. My theme is a highly modified Piano Black. The problem is that the form's &#34;Submit&#34; button does not react when clicked. The form works in Twenty-Ten and it also works in Gravity Form's preview mode so it's definitely some sort of theme conflict. I'm stuck. If you have ideas, please let me know. The form can be found at: &#60;a href=&#34;http://vit-sandbox.com/forms/try-it/&#34; rel=&#34;nofollow&#34;&#62;http://vit-sandbox.com/forms/try-it/&#60;/a&#62;. Thanks so much!!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
