<?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: Responsive menu on iPhone</title>
		<link>http://www.kriesi.at/support/topic/responsive-menu-on-iphone</link>
		<description>Support Forum - Topic: Responsive menu on iPhone</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 16:47:54 +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/responsive-menu-on-iphone" rel="self" type="application/rss+xml" />

		<item>
			<title>Kriesi on "Responsive menu on iPhone"</title>
			<link>http://www.kriesi.at/support/topic/responsive-menu-on-iphone#post-99350</link>
			<pubDate>Mon, 04 Mar 2013 14:18:52 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">99350@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Seems the latest version of ios removes the line breaks that are used for indentation. I will replace them with a dash in the next update. meanwhile you can search in avia.js for the mobile menu call at the top (around line 100) and change the indent string to whatever you prefer:&#60;/p&#62;
&#60;pre&#62;
jQuery('.main_menu ul:eq(0)').mobileMenu({
	  switchWidth: 768,
	  topOptionText: jQuery('.main_menu').data('selectname'),
	  indentString: '- '  	 //string for indenting nested items
	});
&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Dude on "Responsive menu on iPhone"</title>
			<link>http://www.kriesi.at/support/topic/responsive-menu-on-iphone#post-97371</link>
			<pubDate>Tue, 19 Feb 2013 06:27:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">97371@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
1) Try to replace following code in wp-content/themes/choices/js/avia.js:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//get url and text for option
          var link = $(this).find(&#38;#39;a:first-child&#38;#39;).attr(&#38;#39;href&#38;#39;);
          var text = levelStr + $(this).clone().children(&#38;#39;ul, ol&#38;#39;).remove().end().text();

          //add option
          selectString += &#38;#39;&#38;lt;option value=&#38;quot;&#38;#39;+link+&#38;#39;&#38;quot;&#38;gt;&#38;#39;+text+&#38;#39;&#38;lt;/option&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//get url and text for option
          var link = $(this).find(&#38;#39;a:first-child&#38;#39;).attr(&#38;#39;href&#38;#39;);
	  var text = levelStr + $(this).clone().children(&#38;#39;ul, ol&#38;#39;).remove().end().text();

	  if(link &#38;amp;&#38;amp; jQuery.trim(link) != &#38;#39;&#38;#39;)
          {
	          //add option
	          selectString += &#38;#39;&#38;lt;option value=&#38;quot;&#38;#39;+link+&#38;#39;&#38;quot;&#38;gt;&#38;#39;+text+&#38;#39;&#38;lt;/option&#38;gt;&#38;#39;;
      	  }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) I'll mark this for Kriesi. On my PC the sub-menu items are indented but I'm not sure if the iphone, etc. displays the menu items properly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shanelives on "Responsive menu on iPhone"</title>
			<link>http://www.kriesi.at/support/topic/responsive-menu-on-iphone#post-97145</link>
			<pubDate>Mon, 18 Feb 2013 03:58:23 +0000</pubDate>
			<dc:creator>shanelives</dc:creator>
			<guid isPermaLink="false">97145@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, I'm currently having 2 issues when viewing the menu on an iPhone.&#60;/p&#62;
&#60;p&#62;1. I've got some parent menu links which are disabled (meaning I don't want them to be clickable, they're only there as label for the sub menu items). This works fine on the desktop version but unfortunately these parent menu links are clickable on the responsive menu and therefore bring up empty, undefined pages.&#60;/p&#62;
&#60;p&#62;2. The second issue is that there is no structure in the responsive menu. What I mean is there is no way of telling the difference between parent and child links. I've updated the theme to version 1.6 and am using iOS 5.1.1 (using Safari). I've seen an earlier thread that says 1.6 would have resolved this?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Shane
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
