<?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: How to solve a theme conflict?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-solve-a-theme-coflict</link>
		<description>Gravity Support Forums Topic: How to solve a theme conflict?</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 14:19:02 +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/how-to-solve-a-theme-coflict" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "How to solve a theme conflict?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-solve-a-theme-coflict#post-65807</link>
			<pubDate>Wed, 11 Jul 2012 15:40:24 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">65807@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, it is just me today on support. &#60;/p&#62;
&#60;p&#62;You have to remove the offending code that is causing issues, but you have to do it in a way that doesn't break your theme. &#60;/p&#62;
&#60;p&#62;That is why we usually ask people to contact the original theme authors for steps on how to deal with the conflict. Gravity Forms follows the set rules that WordPress releases give out, and as such, we keep up with the changes they make. Many theme authors don't always do the same thing, and in adding cool features, create issues with both WordPress and a myriad of plugins.&#60;/p&#62;
&#60;p&#62;We usually walk people through the normal troubleshooting steps that show it is a theme issue and that other themes work fine. &#60;/p&#62;
&#60;p&#62;Follow these steps if you would like to test to make sure if it is a theme or plugin conflict:&#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;
&#60;p&#62;We then look at the code and try to pinpoint the problems as both Rob and Chris have done in previous discussions.&#60;/p&#62;
&#60;p&#62;After this point, if you don't feel comfortable making changes to your theme, we ask that you contact the theme author or hire a developer to make the changes so that both Gravity Forms and your chosen theme can work in harmony. &#60;/p&#62;
&#60;p&#62;I would like to say that we can give you the steps to fix Gravity Forms, and we might be able to, but I can't say what effect that will have on the functionality of your chosen theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fabiodagata on "How to solve a theme conflict?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-solve-a-theme-coflict#post-65703</link>
			<pubDate>Wed, 11 Jul 2012 04:02:31 +0000</pubDate>
			<dc:creator>fabiodagata</dc:creator>
			<guid isPermaLink="false">65703@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No any way to help me? I know where the code is from the screenshot from Rob Harrell. But I don't know exactly what to do with it. May be you can provide me something like 'follow this 5 specific steps' and I'll get there...?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fabiodagata on "How to solve a theme conflict?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-solve-a-theme-coflict#post-65635</link>
			<pubDate>Tue, 10 Jul 2012 17:05:38 +0000</pubDate>
			<dc:creator>fabiodagata</dc:creator>
			<guid isPermaLink="false">65635@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Now the situation is how it was before. I don't have enough technical knowledge to understand your advice. I'm sorry. That's a little bit of a worry now. I don't know what to do :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How to solve a theme conflict?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-solve-a-theme-coflict#post-65633</link>
			<pubDate>Tue, 10 Jul 2012 16:56:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">65633@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What is done Fabio?&#60;/p&#62;
&#60;p&#62;I just checked again and now have two errors.  The one I detailed in &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/how-to-solve-a-theme-coflict#post-65593&#34; rel=&#34;nofollow&#34;&#62;this comment&#60;/a&#62; and an additional one.  Take a look at this source:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- Grab Google CDN&#38;#39;s jQuery, with a protocol relative URL; fall back to local if necessary --&#38;gt;
  &#38;lt;script src=&#38;quot;//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
  &#38;lt;script&#38;gt;window.jQuery &#124;&#124; document.write(&#38;#39;
                         THIS          ^^^^
  &#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;

/*-------------------------------
* jQuery Plugin: Super Fish Menu
-------------------------------*/&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You have some bad syntax there, possibly from removing just part of a script?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fabiodagata on "How to solve a theme conflict?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-solve-a-theme-coflict#post-65632</link>
			<pubDate>Tue, 10 Jul 2012 16:51:14 +0000</pubDate>
			<dc:creator>fabiodagata</dc:creator>
			<guid isPermaLink="false">65632@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Done!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fabiodagata on "How to solve a theme conflict?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-solve-a-theme-coflict#post-65631</link>
			<pubDate>Tue, 10 Jul 2012 16:43:53 +0000</pubDate>
			<dc:creator>fabiodagata</dc:creator>
			<guid isPermaLink="false">65631@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do I need to remove the total URL?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How to solve a theme conflict?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-solve-a-theme-coflict#post-65630</link>
			<pubDate>Tue, 10 Jul 2012 16:43:52 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">65630@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Same error for me as well.  There is something in this theme which is creating a problem for you.  Maybe with the browser detection for the mobile site?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "How to solve a theme conflict?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-solve-a-theme-coflict#post-65628</link>
			<pubDate>Tue, 10 Jul 2012 16:39:08 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">65628@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm still getting them here: &#60;a href=&#34;http://www.evernote.com/shard/s212/sh/ebe44121-0828-46b2-adcc-291e3fb51acb/678bbc3a54daf1e02b1e0b3bf510c37a&#34; rel=&#34;nofollow&#34;&#62;Screenshot&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fabiodagata on "How to solve a theme conflict?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-solve-a-theme-coflict#post-65627</link>
			<pubDate>Tue, 10 Jul 2012 16:36:44 +0000</pubDate>
			<dc:creator>fabiodagata</dc:creator>
			<guid isPermaLink="false">65627@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please try again, it should not give an error.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How to solve a theme conflict?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-solve-a-theme-coflict#post-65593</link>
			<pubDate>Tue, 10 Jul 2012 13:57:03 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">65593@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I get this error when accessing your URL:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;initialize is not defined
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;This is line one:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!doctype html&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;From the source:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;body class=&#38;quot;error404 theme-nova-professionalandflexiblehtml5themebywebmonarchycom&#38;quot; onLoad=&#38;quot;initialize()&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
