<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: iPad and sub-menu items</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/ipad-and-sub-menu-items/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/ipad-and-sub-menu-items/feed/</link>
		<description></description>
		<pubDate>Fri, 28 Aug 2026 05:51:59 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/ipad-and-sub-menu-items/#post-27799</guid>
					<title><![CDATA[iPad and sub-menu items]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/ipad-and-sub-menu-items/#post-27799</link>
					<pubDate>Tue, 05 Apr 2016 16:26:51 +0000</pubDate>
					<dc:creator>eclerkin</dc:creator>

					<description>
						<![CDATA[
						<p>I realize that my support has expired for Fortuna Theme but I have an issue with iPad&#8217;s in landscape mode (uses default desktop presentation) vs Portrait mode.  In Portrait mode, sub-menu items will drop down when tapping the main menu item down arrow.  However, in landscape mode, tapping the main menu item just opens the primary menu page and I cannot get the sub-menu items to show.  I did a search on google for this issue and most articles point back to the CSS for the theme.  <strong>ANY help </strong>would be appreciated.  </p>
<p>Customer is not a happy camper at this point and about ready to burn down the lodge.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/ipad-and-sub-menu-items/#post-27800</guid>
					<title><![CDATA[Reply To: iPad and sub-menu items]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/ipad-and-sub-menu-items/#post-27800</link>
					<pubDate>Tue, 05 Apr 2016 16:54:22 +0000</pubDate>
					<dc:creator>eclerkin</dc:creator>

					<description>
						<![CDATA[
						<p>I found this article located here: <a href="http://stackoverflow.com/questions/12221399/wordpress-css-dropdown-menu-on-ipad" rel="nofollow">http://stackoverflow.com/questions/12221399/wordpress-css-dropdown-menu-on-ipad</a></p>
<p>Here&#8217;s the simplest solution that we use &#8211; add the following line inside to your span, li or anchor causes the iPad to behave like safari on mac and on click open the dropdown</p>
<p>onClick=&#8221;return true&#8221;<br />
See it in action here &#8211; <a href="http://www.naturalsal.it/" rel="nofollow">http://www.naturalsal.it/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/ipad-and-sub-menu-items/#post-27809</guid>
					<title><![CDATA[Reply To: iPad and sub-menu items]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/ipad-and-sub-menu-items/#post-27809</link>
					<pubDate>Wed, 06 Apr 2016 08:13:36 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>I understand, thanks for the references too!<br />
Let&#8217;s give that a shot, if it works I would gladly add it to the official theme. <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /><br />
Edit your js/common.js and add this:</p>
<pre><code>// Fix for ipad dropdown menu
$(&#039;#menu &gt; ul &gt;li &gt; a&#039;).attr(&#039;onClick&#039;, &quot;return true&quot;);</code></pre>
<p>after line after this line for example:</p>
<p><code>$(&#039;#menu .children&#039;).prev().append(&#039;&lt;span&gt;&lt;/span&gt;&#039;);</code></p>
<p>Let me know if that actually does the trick! <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/ipad-and-sub-menu-items/#post-27834</guid>
					<title><![CDATA[Reply To: iPad and sub-menu items]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/ipad-and-sub-menu-items/#post-27834</link>
					<pubDate>Wed, 06 Apr 2016 15:28:19 +0000</pubDate>
					<dc:creator>eclerkin</dc:creator>

					<description>
						<![CDATA[
						<p>Well, I added it in common.js, cleared cache on site/device but there was no change.  </p>
<pre><code>// MENU LOGIC - Customize to keep HTML logic the same
	$(&#039;#menu&#039;).addClass(boc_submenu_animation_effect);
	if(submenu_arrow_effect){
		$(&#039;#menu&#039;).addClass(&#039;arrow_effect&#039;);
	}
	$(&#039;#menu .children&#039;).prev().append(&#039;&lt;span&gt;&lt;/span&gt;&#039;);
    // Fix for ipad dropdown menu
    $(&#039;#menu &gt; ul &gt;li &gt; a&#039;).attr(&#039;onClick&#039;, &quot;return true&quot;);
//	$(&#039;#mobile_menu .children&#039;).prev().append(&#039;&lt;span&gt;&lt;/span&gt;&#039;);
	
	$(&#039;#menu .children&#039;).addClass(&#039;sub-menu&#039;);
	$(&#039;#menu .sub-menu&#039;).prev(&#039;a&#039;).addClass(&#039;no_border&#039;);
	$(&#039;#menu .sub-menu&#039;).wrap(&#039;&lt;div/&gt;&#039;);
	$(&#039;#menu .sub-menu li a&#039;).wrapInner(&#039;&lt;span/&gt;&#039;);
	$(&#039;#menu .sub-menu &gt; li:last-child &gt; a&#039;).addClass(&#039;last_submenu_item&#039;);	
	$(&#039;#menu li:not(.megamenu) .sub-menu &gt; li &gt; div&#039;).addClass(&#039;subsub_menu&#039;);
		
	$(&#039;#menu .subsub_menu &gt; ul &gt; li &gt; div&#039;).removeClass(&#039;subsub_menu&#039;).addClass(&#039;subsubsub_menu&#039;);
	$(&#039;#menu .subsubsub_menu &gt; ul &gt; li &gt; div&#039;).addClass(&#039;subsubsub_menu&#039;);
	
	$(&#039;#menu .subsub_menu&#039;).prev(&#039;a&#039;).addClass(&#039;sub_menu_parent&#039;);	
	$(&#039;#mobile_menu ul li a &gt; span&#039;).addClass(&#039;icon&#039;).addClass(&#039;icon-chevron-down&#039;);		
	$(&#039;#mobile_menu ul li a &gt; span&#039;).click(function(e){	
		e.preventDefault();
		$(this).parent(&#039;a&#039;).next(&#039;ul&#039;).stop(true,true).slideToggle(500);
		if($(this).hasClass(&#039;icon-chevron-down&#039;)) {
			$(this).removeClass(&#039;icon-chevron-down&#039;).addClass(&#039;icon-chevron-up&#039;);	
		}else {
			$(this).removeClass(&#039;icon-chevron-up&#039;).addClass(&#039;icon-chevron-down&#039;);	
		}
	});
	</code></pre>
<p>I do know that ipad menu/sub-menus works perfectly on our club website  <a href="http://corvetteclubsantabarbara.com" rel="nofollow">http://corvetteclubsantabarbara.com</a> but it&#8217;s also a different WP theme titled AllStar.  If you like, I could paste the common.js here from that theme or send you the theme zip file in a separate email.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/ipad-and-sub-menu-items/#post-27849</guid>
					<title><![CDATA[Reply To: iPad and sub-menu items]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/ipad-and-sub-menu-items/#post-27849</link>
					<pubDate>Thu, 07 Apr 2016 07:24:34 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for the info, we will work on this today and get back with you! <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/ipad-and-sub-menu-items/#post-27858</guid>
					<title><![CDATA[Reply To: iPad and sub-menu items]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/ipad-and-sub-menu-items/#post-27858</link>
					<pubDate>Thu, 07 Apr 2016 11:59:29 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>Please replace the previous code with this:</p>
<pre><code>// iPad fix :: START
var isiPad = navigator.userAgent.match(/iPad/i) != null;

if (isiPad) {
	$(&#039;#menu &gt; ul &gt; li &gt; a&#039;).each(function(k) {
	   var $this = $(this);
	   
	   if ($this.parent().find(&#039;ul.sub-menu&#039;).length &gt; 0) {
			$this.attr(&#039;onclick&#039;, &quot;return false&quot;);
	   }
	});
}
// iPad fix :: END</code></pre>
<p>This basically disables the top level linking on ipad for items with submenus. Let me know if that&#8217;s a feasible solution for you? <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/ipad-and-sub-menu-items/#post-27862</guid>
					<title><![CDATA[Reply To: iPad and sub-menu items]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/ipad-and-sub-menu-items/#post-27862</link>
					<pubDate>Thu, 07 Apr 2016 14:55:44 +0000</pubDate>
					<dc:creator>eclerkin</dc:creator>

					<description>
						<![CDATA[
						<p>Actually, <strong>disabling the top level menu items won&#8217;t work </strong>since I have content in all top level menu items.  Just for kicks and giggles, I was perusing the code in the AllStar theme (mentioned in earlier post) to try and figure out how they handle iPad&#8217;s.  I found 1 global switch that is turned on once an iPad is identified but so far have not found the code that defines menu/sub-menu interaction.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/ipad-and-sub-menu-items/#post-27875</guid>
					<title><![CDATA[Reply To: iPad and sub-menu items]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/ipad-and-sub-menu-items/#post-27875</link>
					<pubDate>Fri, 08 Apr 2016 07:58:43 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Only the links for the items that have submenus are disabled and that&#8217;s only for ipad.<br />
I think this is exactly what you are after? How do you imagine both links working and the dropdowns appearing on ipad? <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/ipad-and-sub-menu-items/#post-27887</guid>
					<title><![CDATA[Reply To: iPad and sub-menu items]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/ipad-and-sub-menu-items/#post-27887</link>
					<pubDate>Fri, 08 Apr 2016 16:29:19 +0000</pubDate>
					<dc:creator>eclerkin</dc:creator>

					<description>
						<![CDATA[
						<p>Thank for you responses and continuing dialog but no, this will not work and not what I need.  In the AllStar theme used by my other site <a href="http://corvetteclubsantabarbara.com" rel="nofollow">http://corvetteclubsantabarbara.com</a>, when tapping the main menu bar item on an iPad (landscape mode) with sub-menu items it loads that menu item page in the background but also expands the list of sub-menu items until the page is loaded &#8211; then closes the sub-menu item list (usually).  This gives the user the opportunity to select a sub-menu item while the main page continues to load.  Once the main menu item page is rendered, tapping the same menu bar item that was just rendered simply drops the sub-menu items since the main menu item is already rendered. It works well in an iPad world.</p>
<p>I hope this explanation helps but let me know if it is not clear.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/ipad-and-sub-menu-items/#post-27893</guid>
					<title><![CDATA[Reply To: iPad and sub-menu items]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/ipad-and-sub-menu-items/#post-27893</link>
					<pubDate>Fri, 08 Apr 2016 19:56:47 +0000</pubDate>
					<dc:creator>eclerkin</dc:creator>

					<description>
						<![CDATA[
						<p>CORRECTION:  After playing with the AllStar theme some more on an iPad, sub-menu items actually drop first upon tapping the main menu item then you have to tap the same main menu item again to render that page.  Menu items without sub-menu items simply open that page.  I developed this web site under a Windows OS so wasn&#8217;t that aware of iPad issues until recently.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

