<?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: Display on iPad &#38; iPhone</title>
		<link>http://www.kriesi.at/support/topic/display-on-ipad-iphone</link>
		<description>Support Forum - Topic: Display on iPad &amp; iPhone</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 01:09:55 +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/display-on-ipad-iphone" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Display on iPad &#38; iPhone"</title>
			<link>http://www.kriesi.at/support/topic/display-on-ipad-iphone#post-74965</link>
			<pubDate>Sat, 08 Sep 2012 18:45:04 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">74965@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I asked a friend with an iPad to help me out, and we did find the cropping problem discussed in this thread. &#60;/p&#62;
&#60;p&#62;The problem is answered here : &#60;a href=&#34;http://stackoverflow.com/questions/2966803/a-way-to-correct-background-scaling-in-ipads-safari&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/questions/2966803/a-way-to-correct-background-scaling-in-ipads-safari&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can try using the 'quick fix' from the above link (Answer 2 from above link described more thoroughly here &#60;a href=&#34;http://www.webdesigndev.com/dreamweaver/create-a-full-page-background-image-with-css3)&#34; rel=&#34;nofollow&#34;&#62;http://www.webdesigndev.com/dreamweaver/create-a-full-page-background-image-with-css3)&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;or add specific CSS and images targeting iPad. (Answer 1 from stackoverflow link above)&#60;/p&#62;
&#60;p&#62;In a nutshell iPad expects all background images to be proportional to its resolution 1024 x 768, while  your image is 1280 width x 720height. If you crop it to the 'correct' size ratio= (1024/768) = (x/720) which when solved x=(720*1024)/768  ... x = 960px.&#60;/p&#62;
&#60;p&#62;So if you crop your image from 1280x720 to 960 width x 720 height (or any image that has the same aspect ratio as 1024x768), then iPad will accept the images without problems.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kevinwoo on "Display on iPad &#38; iPhone"</title>
			<link>http://www.kriesi.at/support/topic/display-on-ipad-iphone#post-74950</link>
			<pubDate>Sat, 08 Sep 2012 15:33:51 +0000</pubDate>
			<dc:creator>kevinwoo</dc:creator>
			<guid isPermaLink="false">74950@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am having the same problem, see my site here: &#60;a href=&#34;http://www.doubleudoubleo.com&#34; rel=&#34;nofollow&#34;&#62;http://www.doubleudoubleo.com&#60;/a&#62;. It appears fine on the home page but the background appear cropped when it gets to the portfolio page and single pages.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Display on iPad &#38; iPhone"</title>
			<link>http://www.kriesi.at/support/topic/display-on-ipad-iphone#post-74299</link>
			<pubDate>Tue, 04 Sep 2012 12:18:12 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">74299@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please edit header.php file at the base of your theme, and add the two lines immediately *after* you see&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;head&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;However, if every flashlight power website looks broken on your ipad, I am afraid the problem is with your ipad. It has been tested and used by thousands with an iPad and this is the first time such a problem was reported. I don't know much about ios, but would you try re-installing your browser please.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mimishkoumish on "Display on iPad &#38; iPhone"</title>
			<link>http://www.kriesi.at/support/topic/display-on-ipad-iphone#post-74240</link>
			<pubDate>Tue, 04 Sep 2012 03:43:01 +0000</pubDate>
			<dc:creator>mimishkoumish</dc:creator>
			<guid isPermaLink="false">74240@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Where should I add &#38;lt;!-- mobile setting --&#38;gt;&#60;br /&#62;
&#38;lt;meta name=&#34;viewport&#34; content=&#34;width=device-width, initial-scale=0.9, maximum-scale=0.9&#34;&#38;gt;?&#60;br /&#62;
Which PHP file do I need to add it to?&#60;/p&#62;
&#60;p&#62;Also, all 4 modified flashlight powered websites listed above were showing in the same, cropped way as mine on my iPhone.&#60;br /&#62;
It doesn't show the full home background picture; instead it cuts off the right portion significantly.&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Display on iPad &#38; iPhone"</title>
			<link>http://www.kriesi.at/support/topic/display-on-ipad-iphone#post-74131</link>
			<pubDate>Mon, 03 Sep 2012 09:10:30 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">74131@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;Please don't forget to do what Peter asked you above. &#60;/p&#62;
&#60;p&#62;Does the demo version of Flashlight &#60;a href=&#34;http://www.kriesi.at/themedemo/?theme=flashlight&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themedemo/?theme=flashlight&#60;/a&#62; cause a similar problem on ipad? How about these 4 modified flashlight powered websites?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://goo.gl/C4LR1&#34; rel=&#34;nofollow&#34;&#62;http://goo.gl/C4LR1&#60;/a&#62;  -  &#60;a href=&#34;http://goo.gl/uXOap&#34; rel=&#34;nofollow&#34;&#62;http://goo.gl/uXOap&#60;/a&#62;  -  &#60;a href=&#34;http://goo.gl/456eW&#34; rel=&#34;nofollow&#34;&#62;http://goo.gl/456eW&#60;/a&#62;  -  &#60;a href=&#34;http://goo.gl/lc8Af&#34; rel=&#34;nofollow&#34;&#62;http://goo.gl/lc8Af&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Display on iPad &#38; iPhone"</title>
			<link>http://www.kriesi.at/support/topic/display-on-ipad-iphone#post-74107</link>
			<pubDate>Mon, 03 Sep 2012 05:37:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">74107@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; You can try to change the scale value a bit (eg to 0.9) like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- mobile setting --&#38;gt;
&#38;lt;meta name=&#38;quot;viewport&#38;quot; content=&#38;quot;width=device-width, initial-scale=0.9, maximum-scale=0.9&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mimishkoumish on "Display on iPad &#38; iPhone"</title>
			<link>http://www.kriesi.at/support/topic/display-on-ipad-iphone#post-74087</link>
			<pubDate>Sun, 02 Sep 2012 17:30:33 +0000</pubDate>
			<dc:creator>mimishkoumish</dc:creator>
			<guid isPermaLink="false">74087@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Unfortunately that didn't do the trick either :(&#60;br /&#62;
Do you have any other suggestions?&#60;/p&#62;
&#60;p&#62;Thanks so much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Display on iPad &#38; iPhone"</title>
			<link>http://www.kriesi.at/support/topic/display-on-ipad-iphone#post-74040</link>
			<pubDate>Sun, 02 Sep 2012 06:23:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">74040@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Try to add following code to css/custom.css or the quick css field: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body {
    overflow-x: auto;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mimishkoumish on "Display on iPad &#38; iPhone"</title>
			<link>http://www.kriesi.at/support/topic/display-on-ipad-iphone#post-74035</link>
			<pubDate>Sun, 02 Sep 2012 04:24:05 +0000</pubDate>
			<dc:creator>mimishkoumish</dc:creator>
			<guid isPermaLink="false">74035@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Maintenance mode is turned off, please check: &#60;a href=&#34;http://www.vincistarshop.com&#34; rel=&#34;nofollow&#34;&#62;http://www.vincistarshop.com&#60;/a&#62; and please let me know as soon as possible as I'd like to have maintenance mode back on as soon as possible.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Display on iPad &#38; iPhone"</title>
			<link>http://www.kriesi.at/support/topic/display-on-ipad-iphone#post-74007</link>
			<pubDate>Sat, 01 Sep 2012 23:54:03 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">74007@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I would like to view your site in &#60;a href=&#34;http://quirktools.com/screenfly/&#34; rel=&#34;nofollow&#34;&#62;http://quirktools.com/screenfly/&#60;/a&#62; but it is on maintenance mode.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mimishkoumish on "Display on iPad &#38; iPhone"</title>
			<link>http://www.kriesi.at/support/topic/display-on-ipad-iphone#post-73990</link>
			<pubDate>Sat, 01 Sep 2012 19:43:28 +0000</pubDate>
			<dc:creator>mimishkoumish</dc:creator>
			<guid isPermaLink="false">73990@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.vincistarshop.com&#34; rel=&#34;nofollow&#34;&#62;http://www.vincistarshop.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mimishkoumish on "Display on iPad &#38; iPhone"</title>
			<link>http://www.kriesi.at/support/topic/display-on-ipad-iphone#post-73989</link>
			<pubDate>Sat, 01 Sep 2012 19:42:53 +0000</pubDate>
			<dc:creator>mimishkoumish</dc:creator>
			<guid isPermaLink="false">73989@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It's vincistarshop.com&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Display on iPad &#38; iPhone"</title>
			<link>http://www.kriesi.at/support/topic/display-on-ipad-iphone#post-73922</link>
			<pubDate>Sat, 01 Sep 2012 07:17:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">73922@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Can you post a link to your website please? &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mimishkoumish on "Display on iPad &#38; iPhone"</title>
			<link>http://www.kriesi.at/support/topic/display-on-ipad-iphone#post-73717</link>
			<pubDate>Thu, 30 Aug 2012 21:31:39 +0000</pubDate>
			<dc:creator>mimishkoumish</dc:creator>
			<guid isPermaLink="false">73717@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That actually maxes out the size of just the menu bar, when I enter the script, it blows up the left menu navigation bar and cuts out everything else. Any other suggestions?&#60;/p&#62;
&#60;p&#62;Thank you!&#60;/p&#62;
&#60;p&#62;P.S. Awesome support so far!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Display on iPad &#38; iPhone"</title>
			<link>http://www.kriesi.at/support/topic/display-on-ipad-iphone#post-73581</link>
			<pubDate>Thu, 30 Aug 2012 05:09:46 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">73581@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Try to add following code to header.php - insert it before the closing head tag:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- mobile setting --&#38;gt;
&#38;lt;meta name=&#38;quot;viewport&#38;quot; content=&#38;quot;width=device-width, initial-scale=1, maximum-scale=1&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mimishkoumish on "Display on iPad &#38; iPhone"</title>
			<link>http://www.kriesi.at/support/topic/display-on-ipad-iphone#post-73574</link>
			<pubDate>Thu, 30 Aug 2012 04:00:27 +0000</pubDate>
			<dc:creator>mimishkoumish</dc:creator>
			<guid isPermaLink="false">73574@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;Any further feedback on this issue?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Display on iPad &#38; iPhone"</title>
			<link>http://www.kriesi.at/support/topic/display-on-ipad-iphone#post-73455</link>
			<pubDate>Wed, 29 Aug 2012 12:23:11 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">73455@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mimishkoum,&#60;/p&#62;
&#60;p&#62;Are you running the latest version of the Flashlight theme - 1.7? In the meantime, I'm going to flag the rest of the support team to this thread since I don't have an iPad or iPhone.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mimishkoumish on "Display on iPad &#38; iPhone"</title>
			<link>http://www.kriesi.at/support/topic/display-on-ipad-iphone#post-73266</link>
			<pubDate>Tue, 28 Aug 2012 15:59:42 +0000</pubDate>
			<dc:creator>mimishkoumish</dc:creator>
			<guid isPermaLink="false">73266@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;It seems like the screen is being cut on the right side when the website is viewed on mobile devices.&#60;br /&#62;
How can I prevent this from happening? I really need for the entire website to show in its full dimensions on tablets and phones.&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
