<?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 not showing on Ipad and iPhone</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-on-ipad-and-iphone</link>
		<description>Gravity Support Forums Topic: Form not showing on Ipad and iPhone</description>
		<language>en-US</language>
		<pubDate>Sat, 25 Apr 2026 07:11:05 +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-not-showing-on-ipad-and-iphone" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Form not showing on Ipad and iPhone"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-on-ipad-and-iphone#post-205839</link>
			<pubDate>Thu, 11 Apr 2013 14:36:34 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">205839@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for letting us know. Hopefully, the folks that made the theme can change the slider they use so that things work with Gravity Forms once again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bwekt on "Form not showing on Ipad and iPhone"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-on-ipad-and-iphone#post-205815</link>
			<pubDate>Thu, 11 Apr 2013 14:19:14 +0000</pubDate>
			<dc:creator>bwekt</dc:creator>
			<guid isPermaLink="false">205815@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I know its a theme and slider problem. It is just to inform people.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bwekt on "Form not showing on Ipad and iPhone"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-on-ipad-and-iphone#post-205813</link>
			<pubDate>Thu, 11 Apr 2013 14:18:29 +0000</pubDate>
			<dc:creator>bwekt</dc:creator>
			<guid isPermaLink="false">205813@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Someone, how knows a lot of it, tried everything. De code below is the problem. When i remove or (re)place it the slider does not work (the form does). Unoslider.js causes the problem but the solution?&#60;/p&#62;
&#60;p&#62;$(document).ready(function($) {&#60;br /&#62;
$(‘#slider’).unoslider({&#60;br /&#62;
preset: ‘&#38;lt;?php echo get_option(‘wp_slideshowtransition’) ?&#38;gt;’,&#60;br /&#62;
slideshow: {speed: &#38;lt;?php echo get_option(‘wp_seconds’) ?&#38;gt;}&#60;br /&#62;
});&#60;br /&#62;
});
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bwekt on "Form not showing on Ipad and iPhone"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-on-ipad-and-iphone#post-204211</link>
			<pubDate>Wed, 10 Apr 2013 15:26:46 +0000</pubDate>
			<dc:creator>bwekt</dc:creator>
			<guid isPermaLink="false">204211@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you very much! I inform him!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form not showing on Ipad and iPhone"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-on-ipad-and-iphone#post-204195</link>
			<pubDate>Wed, 10 Apr 2013 14:44:17 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">204195@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's definitely your theme. The theme has a ton of stylesheets and external scripts being loaded as well as a lot of inline styles and script blocks. It appears that something in your theme scripting is breaking the conditional logic on your form and the form isn't loading properly on the mobile devices.&#60;/p&#62;
&#60;p&#62;I tested your form markup on another server and when I removed the following inline script block the form re-appeared.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* &#38;lt;![CDATA[ */
$(document).ready(function() {

$(&#38;#39;#slider&#38;#39;).unoslider({
	preset: &#38;#39;fade&#38;#39;,
	slideshow: {speed: 12}
}); 

$(&#38;#39;.dsidx-search-button input[type=submit]&#38;#39;).val(&#38;#39;Zoek&#38;#39;);

$(&#38;#39;#colorschemechanger .btn&#38;#39;).click(function() {
	var colorscheme = $(&#38;#39;#color&#38;#39;).val();
	$.cookie(&#38;quot;color&#38;quot;, colorscheme);
			window.location.href=&#38;quot;http://www.informatik.com/themeforest/opendoor_realestate/index.php&#38;quot;;
	});

$(&#38;#39;#resetcolorscheme&#38;#39;).click(function() {
	$.cookie(&#38;quot;color&#38;quot;, null);
			window.location.href=&#38;quot;http://www.informatik.com/themeforest/opendoor_realestate/index.php&#38;quot;;
	});
});

/* ]]&#38;gt; */&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;test screenshot (iPad) : &#60;a href=&#34;http://i.imgur.com/bWMlLyE.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/bWMlLyE.jpg&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;You can show that to your theme developer and let him help you from there. Best of luck.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bwekt on "Form not showing on Ipad and iPhone"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-on-ipad-and-iphone#post-204112</link>
			<pubDate>Wed, 10 Apr 2013 13:30:15 +0000</pubDate>
			<dc:creator>bwekt</dc:creator>
			<guid isPermaLink="false">204112@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes this is the Answer:&#60;/p&#62;
&#60;p&#62;&#34; I cannot fix any problems with 3rd party plugins.  But maybe there is another installed plugin that is conflicting with GF. Try deactivating ALL plugins other than GF and see if it works. If so, add them back one by one until you figure out which one is causing a problem.&#34;&#60;/p&#62;
&#60;p&#62;It is not a plugin conflict..do you have a suggestion?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Form not showing on Ipad and iPhone"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-on-ipad-and-iphone#post-204108</link>
			<pubDate>Wed, 10 Apr 2013 13:26:23 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">204108@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Like you said, it's a theme issue. Have you reached out to the theme creator yet to see if they can help you?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bwekt on "Form not showing on Ipad and iPhone"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-on-ipad-and-iphone#post-204099</link>
			<pubDate>Wed, 10 Apr 2013 13:19:55 +0000</pubDate>
			<dc:creator>bwekt</dc:creator>
			<guid isPermaLink="false">204099@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I payed for this plugin. Can i get support?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bwekt on "Form not showing on Ipad and iPhone"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-on-ipad-and-iphone#post-202805</link>
			<pubDate>Tue, 09 Apr 2013 15:15:06 +0000</pubDate>
			<dc:creator>bwekt</dc:creator>
			<guid isPermaLink="false">202805@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Anyone?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bwekt on "Form not showing on Ipad and iPhone"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-not-showing-on-ipad-and-iphone#post-201357</link>
			<pubDate>Mon, 08 Apr 2013 14:05:33 +0000</pubDate>
			<dc:creator>bwekt</dc:creator>
			<guid isPermaLink="false">201357@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can someone help me?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
