<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Gravity Forms</title>
		<link>http://www.kriesi.at/support/topic/gravity-forms</link>
		<description>Support Forum - Topic: Gravity Forms</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 02:52:48 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/gravity-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Gravity Forms"</title>
			<link>http://www.kriesi.at/support/topic/gravity-forms#post-18052</link>
			<pubDate>Fri, 29 Apr 2011 05:26:08 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18052@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can try it. Add the code to header.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(is_page(1139)){
gravity_form_enqueue_scripts(gform_fields_2, true);
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>onurkiyak on "Gravity Forms"</title>
			<link>http://www.kriesi.at/support/topic/gravity-forms#post-18035</link>
			<pubDate>Thu, 28 Apr 2011 22:42:05 +0000</pubDate>
			<dc:creator>onurkiyak</dc:creator>
			<guid isPermaLink="false">18035@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude,&#60;/p&#62;
&#60;p&#62;that's what gravity form stuff send me, let me know what you think. Thanks&#60;/p&#62;
&#60;p&#62;The problem is because of how they implement the slideshow that page doesn't use the traditional WordPress loop to display the data and the shortcode is unable to enqueue the necessary CSS and Javascript.  &#60;/p&#62;
&#60;p&#62;This means you will need to manually enqueue the scripts for that form.  You will do this by adding custom code to your themes functions.php.&#60;/p&#62;
&#60;p&#62;Add this code to your themes functions.php:&#60;/p&#62;
&#60;p&#62;if(is_singular(X)){&#60;br /&#62;
gravity_form_enqueue_scripts(X, true);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Replace the X in the is_page call with the page id for the post/page that this is for.&#60;/p&#62;
&#60;p&#62;Replace the X in gravity_form_enqueue_scripts call with the form id of the form that is being displayed on that page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>onurkiyak on "Gravity Forms"</title>
			<link>http://www.kriesi.at/support/topic/gravity-forms#post-18031</link>
			<pubDate>Thu, 28 Apr 2011 20:46:13 +0000</pubDate>
			<dc:creator>onurkiyak</dc:creator>
			<guid isPermaLink="false">18031@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks a lot!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Gravity Forms"</title>
			<link>http://www.kriesi.at/support/topic/gravity-forms#post-18028</link>
			<pubDate>Thu, 28 Apr 2011 20:18:49 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18028@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;On this page it's (imho) a structure layout problem which I can't solve with css modifications (contact form width, etc. doesn't fit). Also the html structure of the form differentiates from &#60;a href=&#34;http://www.gourmetmarketing.net/contact-us&#34; rel=&#34;nofollow&#34;&#62;http://www.gourmetmarketing.net/contact-us&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>onurkiyak on "Gravity Forms"</title>
			<link>http://www.kriesi.at/support/topic/gravity-forms#post-18026</link>
			<pubDate>Thu, 28 Apr 2011 20:13:03 +0000</pubDate>
			<dc:creator>onurkiyak</dc:creator>
			<guid isPermaLink="false">18026@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude,&#60;/p&#62;
&#60;p&#62;thanks a lot for the quick response. it worked on &#34;Contact Us&#34; Page. However, it is still a mess on &#34;Photography&#34; Page. Any suggestions? &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gourmetmarketing.net/services/restaurant-photography/&#34; rel=&#34;nofollow&#34;&#62;http://www.gourmetmarketing.net/services/restaurant-photography/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Gravity Forms"</title>
			<link>http://www.kriesi.at/support/topic/gravity-forms#post-18021</link>
			<pubDate>Thu, 28 Apr 2011 19:56:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18021@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try to add following to custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_fields li{
background: none !important;
border: none !important;
padding: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>onurkiyak on "Gravity Forms"</title>
			<link>http://www.kriesi.at/support/topic/gravity-forms#post-18010</link>
			<pubDate>Thu, 28 Apr 2011 17:16:19 +0000</pubDate>
			<dc:creator>onurkiyak</dc:creator>
			<guid isPermaLink="false">18010@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I bought Gravity Forms and wanted to use in Brightbox Theme. I'm facing two problems. &#60;/p&#62;
&#60;p&#62;1) &#60;a href=&#34;http://www.gourmetmarketing.net/contact-us&#34; rel=&#34;nofollow&#34;&#62;http://www.gourmetmarketing.net/contact-us&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;I created 2 column form, however the columns don not align with each other. I believe this is going to be theme CSS related.&#60;/p&#62;
&#60;p&#62;2) &#60;a href=&#34;http://www.gourmetmarketing.net/services/restaurant-photography/&#34; rel=&#34;nofollow&#34;&#62;http://www.gourmetmarketing.net/services/restaurant-photography/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;I used theme builder and created a slideshow section. I put the Gravity short code to the text field of Slideshow section. It looks messed up. Is there a chance to fix this? If not what would you recommend?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
