<?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: Choices iphone menu issue</title>
		<link>http://www.kriesi.at/support/topic/choices-iphone-menu-issue</link>
		<description>Support Forum - Topic: Choices iphone menu issue</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 15:27: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/choices-iphone-menu-issue" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Choices iphone menu issue"</title>
			<link>http://www.kriesi.at/support/topic/choices-iphone-menu-issue#post-85065</link>
			<pubDate>Fri, 23 Nov 2012 03:18:24 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">85065@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am taking a look now, it shouldn't be doing that, I centered it as well. A moment please.&#60;/p&#62;
&#60;p&#62;From my previous directions, please *remove* the line that looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;left: -235px;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and another line that looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;left: -315px;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That should do the trick.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shingt on "Choices iphone menu issue"</title>
			<link>http://www.kriesi.at/support/topic/choices-iphone-menu-issue#post-84912</link>
			<pubDate>Wed, 21 Nov 2012 19:49:39 +0000</pubDate>
			<dc:creator>shingt</dc:creator>
			<guid isPermaLink="false">84912@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nick,&#60;br /&#62;
it stop the menu from breaking/wrapping, but now the mobile drop-down menu disappears - it goes off too the left and is not showing at all on my phone? looks like it needs to be centered?&#60;/p&#62;
&#60;p&#62;thanks&#60;br /&#62;
tom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Choices iphone menu issue"</title>
			<link>http://www.kriesi.at/support/topic/choices-iphone-menu-issue#post-84802</link>
			<pubDate>Wed, 21 Nov 2012 01:41:40 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">84802@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;The update improved a number of things for the Safari and made the theme inline with ios6, Apple unfortunately fragmented the ipad market for the first time, so now two separate versions of the code are needed to make pages display correctly in ios5 and ios6. The fix primarily dealt with that important issue, though not exclusively. &#60;/p&#62;
&#60;p&#62;Ok, lets try this first, and depending on how it looks we will go from there. Please add this to the bottom of your Quick CSS, located in the backend : Choices &#38;gt; Theme Options &#38;gt; Styling - on the bottom of the page&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.main_menu {
margin: 9px 0;
left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
.main_menu {
position: static !important;
margin: 9px -40px !important;
width: 890px !important;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
select {
position: relative;
left: -235px;
top: 15px;
}
}
@media only screen and (max-width: 479px) {
select {
position: relative;
left: -315px;
top: 15px;
}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It would be a fine idea if they would throw up a dev.their-domain.com private development version of the blog, where these things can be sorted out without inconveniencing visitors.&#60;/p&#62;
&#60;p&#62;We will deal with the indentation once we get this squared away , I started working on something after you first brought up the subject , though the colors and switch button are just there for testing, it could possibly function as an alternate drop-down menu for the mobile with indentation which you may be able to use. You can see it here &#60;a href=&#34;http://jsfiddle.net/Nick_Wordpress/WQ7YH/&#34; rel=&#34;nofollow&#34;&#62;http://jsfiddle.net/Nick_Wordpress/WQ7YH/&#60;/a&#62; , but its a work in progress.&#60;/p&#62;
&#60;p&#62;Please let us know how it went,&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shingt on "Choices iphone menu issue"</title>
			<link>http://www.kriesi.at/support/topic/choices-iphone-menu-issue#post-84780</link>
			<pubDate>Tue, 20 Nov 2012 22:19:42 +0000</pubDate>
			<dc:creator>shingt</dc:creator>
			<guid isPermaLink="false">84780@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nick,&#60;br /&#62;
here is the url:&#60;br /&#62;
&#60;a href=&#34;http://impactplayer.org&#34; rel=&#34;nofollow&#34;&#62;http://impactplayer.org&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and here is a screen grab: &#60;a href=&#34;http://impactplayer.org/?page_id=1304&#34; rel=&#34;nofollow&#34;&#62;http://impactplayer.org/?page_id=1304&#60;/a&#62; of what my client is saying is happening on the ipad in the vertical position. you can see that &#34;Press/Videos&#34; and &#34;Contact&#34; have wrapped into the slider area? this grab is when i re-size my screen by pulling it in to make it smaller to see the responsiveness. There is small gap when the menu breaks/wraps instead of switching to the drop-down menu?&#60;/p&#62;
&#60;p&#62;i believe you would have the same issue on your demo site if you added a couple more links/pages to your top level of the main menu after &#34;Forum&#34;.&#60;/p&#62;
&#60;p&#62;Also, i am not seeing any improvement, after the update, on the original problem with the iphone menu not indenting the sub-menu items.&#60;br /&#62;
thanks&#60;br /&#62;
tom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Choices iphone menu issue"</title>
			<link>http://www.kriesi.at/support/topic/choices-iphone-menu-issue#post-84734</link>
			<pubDate>Tue, 20 Nov 2012 16:28:22 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">84734@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am sorry, I looked on iPad and I am not sure I understand what is not working. Menu looks fine. &#60;/p&#62;
&#60;p&#62;Please understand that on a phone that is 300 pixels across, it simply is not possible to have 10 items on the main menu unless each item is in font size so small it is unreadable. Would you provide a URL please and perhaps we can do something when seeing the html code.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shingt on "Choices iphone menu issue"</title>
			<link>http://www.kriesi.at/support/topic/choices-iphone-menu-issue#post-84560</link>
			<pubDate>Mon, 19 Nov 2012 15:54:47 +0000</pubDate>
			<dc:creator>shingt</dc:creator>
			<guid isPermaLink="false">84560@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i have updated the theme to 1.6 and i am still not getting any kind of  indent on OS 6 &#38;amp; 5.&#60;/p&#62;
&#60;p&#62;For my &#34;main menu&#34; that goes across, above the slider - your telling me that i can not have menu items that go all the way across!! that i am limited to the number of &#34;letters/menu&#34; items that i can have in my menu??? This is a major flaw in your &#34;responsive&#34; layout! I noticed that on all of your theme demos - you do not have many menu items. IS there a way to fix this?? &#60;/p&#62;
&#60;p&#62;i love this theme, am getting use to how things work, want to continue using Kriesi themes. i am using Angular on another site - haven't done much with it, and have 2 more sites that i am about to start - i CAN NOT use these themes with this menu limitation!&#60;br /&#62;
thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Choices iphone menu issue"</title>
			<link>http://www.kriesi.at/support/topic/choices-iphone-menu-issue#post-83783</link>
			<pubDate>Wed, 14 Nov 2012 03:04:35 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">83783@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Would you please check that you are using the latest version of Choices theme which is 1.6 ... You can see your version in styles.css. The update found on themeforest took care of a lot of mobile issues so before you let us take a look at the url to your website, please install the update so that we are all on the same page here. Please be aware that the update overwrites every file in the theme, so make sure to make a backup.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Choices iphone menu issue"</title>
			<link>http://www.kriesi.at/support/topic/choices-iphone-menu-issue#post-83643</link>
			<pubDate>Tue, 13 Nov 2012 15:17:03 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">83643@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi shingt,&#60;/p&#62;
&#60;p&#62;As far as I know the pages are indented to show parent&#38;gt;child relationship. If it isn't happening on your iphone, can you tell us the OS version so we can try and test it as well. &#60;/p&#62;
&#60;p&#62;If an item is wrapping, it is probably because its reached the limit of letters for that line. The best and easiest solution would be to change the page title if possible.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shingt on "Choices iphone menu issue"</title>
			<link>http://www.kriesi.at/support/topic/choices-iphone-menu-issue#post-83535</link>
			<pubDate>Mon, 12 Nov 2012 23:50:22 +0000</pubDate>
			<dc:creator>shingt</dc:creator>
			<guid isPermaLink="false">83535@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;is there any way to fix the &#34;select a page&#34; menu on the iphone  so that, at the very least, you have indentations to represent the drop-down menu items??? Right now it is just a long list of all the pages, that looks like crap! Why is this not a &#34;toggle&#34; type drop-down menu that you see on most mobile sites? &#60;/p&#62;
&#60;p&#62;Also, when viewed on an ipad (vertically) the last 2 of my menu items rap/break to another line into the slider area?&#60;/p&#62;
&#60;p&#62;Sorry - thought i was about to take the site live and it was my client that pointed this out to me.&#60;br /&#62;
any help would be appreciated.&#60;br /&#62;
thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
