<?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 Tag: themeforest - Recent Posts</title>
		<link>https://legacy.forums.gravityhelp.com/tags/themeforest</link>
		<description>Gravity Support Forums Tag: themeforest - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:17:48 +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/tags/themeforest" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "My theme options is not working after activating Gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/my-theme-options-is-not-working-after-activating-gravity-form#post-191990</link>
			<pubDate>Sun, 31 Mar 2013 19:29:15 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">191990@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have not ever heard of a conflict with that theme, but there are many reports of Themeforest themes creating trouble with Gravity Forms. &#60;a href=&#34;http://www.gravityhelp.com/forums/tags/themeforest&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/tags/themeforest&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If your theme options stop working, it is probably due to a WordPress/PHP error or JavaScript error.  I would turn on WP_DEBUG and see if an error is displayed or logged. That will help pinpoint the source of the problem:  &#60;a href=&#34;http://codex.wordpress.org/WP_DEBUG&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/WP_DEBUG&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Barnes PR on "My theme options is not working after activating Gravity form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/my-theme-options-is-not-working-after-activating-gravity-form#post-189211</link>
			<pubDate>Fri, 29 Mar 2013 09:31:55 +0000</pubDate>
			<dc:creator>Barnes PR</dc:creator>
			<guid isPermaLink="false">189211@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I need help with my crumina theme installed. My theme options is not working at all after activating Gravity form. I have already turned on the &#34;No jquery conflict&#34; but still the problem is still there.&#60;/p&#62;
&#60;p&#62;Is there anybody who had experienced this kind of problem and please let me know what should the best way to approached this issue.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Hide &#34;This field is for validation purposes and should be left unchanged.&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-this-field-is-for-validation-purposes-and-should-be-left-unchanged#post-182359</link>
			<pubDate>Sat, 23 Mar 2013 21:57:18 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">182359@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad that worked for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>verbum on "Hide &#34;This field is for validation purposes and should be left unchanged.&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-this-field-is-for-validation-purposes-and-should-be-left-unchanged#post-179281</link>
			<pubDate>Thu, 21 Mar 2013 08:02:47 +0000</pubDate>
			<dc:creator>verbum</dc:creator>
			<guid isPermaLink="false">179281@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks so much Chris. That worked :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Hide &#34;This field is for validation purposes and should be left unchanged.&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-this-field-is-for-validation-purposes-and-should-be-left-unchanged#post-178705</link>
			<pubDate>Wed, 20 Mar 2013 22:49:34 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">178705@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If when using the Gravity Forms CSS the layout is messed up, chances are there is a problem with your site markup that needs to be fixed.  If you look at the source of your page, you will see extra closing &#38;lt; p &#38;gt; and &#38;lt; br / &#38;gt; tags around the gform_footer.  That is not being output by Gravity Forms.  That is being done by your theme or a plugin.  It's possible your theme includes a [raw] shortcode, which has been known to do this.  You can read more about the problem and solution here: &#60;a href=&#34;http://www.gravityhelp.com/forums/tags/raw&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/tags/raw&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;However, if you chose not to output the Gravity Forms CSS, you can still hide this honeypot field with CSS by adding this to your theme's stylesheet:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .gform_validation_container {
    display: none;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>verbum on "Hide &#34;This field is for validation purposes and should be left unchanged.&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-this-field-is-for-validation-purposes-and-should-be-left-unchanged#post-176780</link>
			<pubDate>Tue, 19 Mar 2013 10:01:24 +0000</pubDate>
			<dc:creator>verbum</dc:creator>
			<guid isPermaLink="false">176780@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I'm having the same problem, the validation field is displaying.&#60;/p&#62;
&#60;p&#62;I've checked &#34;No&#34; to the &#34;Output CSS&#34; setting. If I select &#34;yes&#34; to output CSS, the validation field disappears HOWEVER the whole form moves to the bottom of the sidebar when placed in a sidebar.&#60;/p&#62;
&#60;p&#62;Here's the URL&#60;br /&#62;
&#60;a href=&#34;http://www.drivingadventures.com.au/contact/&#34; rel=&#34;nofollow&#34;&#62;http://www.drivingadventures.com.au/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for listening.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Hanging P tags and other mismated tags in GF form output"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hanging-p-tags-and-other-mismated-tags-in-gf-form-output#post-176225</link>
			<pubDate>Tue, 19 Mar 2013 00:21:46 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">176225@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When you view the source of the page, any theme with this functionality enabled will have additional &#38;lt; /p &#38;gt; and &#38;lt; br /&#38;gt; tags in the output around the gform_footer.  That's how we know some plugin or theme is messing with the shortcode output.&#60;/p&#62;
&#60;p&#62;Glad you were able to resolve this one.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VAR Channel Marketing on "Hanging P tags and other mismated tags in GF form output"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hanging-p-tags-and-other-mismated-tags-in-gf-form-output#post-175690</link>
			<pubDate>Mon, 18 Mar 2013 15:29:28 +0000</pubDate>
			<dc:creator>VAR Channel Marketing</dc:creator>
			<guid isPermaLink="false">175690@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello all, sorry that it's taken me this long to reply. I didn't mean to leave everyone hanging when you were so responsive to my request.&#60;/p&#62;
&#60;p&#62;It took me a while to figure out what was going on, but here's my conclusion:&#60;/p&#62;
&#60;p&#62;For the live site that was experiencing this problem (www.ultralevel.com) I figured out the extra &#38;lt; P &#38;gt; tags were happening when ANY short codes were in use, not just GF's. Putting short codes between [raw] [/raw] does solve the problem, but causes layout issues with Visual Composer plugin (which we use just fine on all of our websites). &#60;/p&#62;
&#60;p&#62;A Google search reveals that there are actually a good number of people that are experiencing stray tags when using short codes. The resolution is probably to edit the theme's functions.php as the problem goes away using any of the WP default themes.&#60;/p&#62;
&#60;p&#62;The problem on my dev server was actually caused by ANOTHER plugin, lol. Same exact symptom, different plugin. This time it was Lizatom Short Codes plugin. If you're using that plugin, you almost always have to tick the top box to disable custom formatting for it to play nice with other plugins.&#60;/p&#62;
&#60;p&#62;I hope this helps somebody ;) Thank again for your help!&#60;/p&#62;
&#60;p&#62;One thing I must know, though.. how were you able to see / tell that we had [raw] function enabled??&#60;/p&#62;
&#60;p&#62;Thanks! Abdul
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Hanging P tags and other mismated tags in GF form output"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hanging-p-tags-and-other-mismated-tags-in-gf-form-output#post-164714</link>
			<pubDate>Fri, 08 Mar 2013 14:48:47 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">164714@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looks clean to me on my dev site: &#60;a href=&#34;https://www.evernote.com/shard/s212/sh/8c3207eb-fe71-4189-b26b-66d44ff0bc24/168c3bdfe812e4b8f405738ac8fbf94c&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Sounds like your theme might be using [raw] function. Try wrapping your form shortcode in those tags.&#60;/p&#62;
&#60;p&#62;[raw][gf shortcode][/raw]&#60;/p&#62;
&#60;p&#62;Reference: &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/bellow-submit-button#post-145515&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/bellow-submit-button#post-145515&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VAR Channel Marketing on "Hanging P tags and other mismated tags in GF form output"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hanging-p-tags-and-other-mismated-tags-in-gf-form-output#post-164710</link>
			<pubDate>Fri, 08 Mar 2013 14:45:16 +0000</pubDate>
			<dc:creator>VAR Channel Marketing</dc:creator>
			<guid isPermaLink="false">164710@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David, thanks for the speedy reply! It's Version 1.6.12. &#60;/p&#62;
&#60;p&#62;Here's the XML data for this exact form: &#60;a href=&#34;http://pastebin.com/ccZGw9Tq&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/ccZGw9Tq&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Abdul
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
