<?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>One page mobile menu not working &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/one-page-mobile-menu-not-working/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/one-page-mobile-menu-not-working/feed/</link>
		<description></description>
		<lastBuildDate>Thu, 23 Oct 2025 05:35:33 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/one-page-mobile-menu-not-working/#post-270902</guid>
					<title><![CDATA[One page mobile menu not working]]></title>
					<link>https://theme.co/archive/forums/topic/one-page-mobile-menu-not-working/#post-270902</link>
					<pubDate>Mon, 11 May 2015 16:36:51 +0000</pubDate>
					<dc:creator>Dave K</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m trying to set up a one page with anchors. I think I&#8217;ve done so but on the mobile menu, when selecting a menu item, the menu doesn&#8217;t close automatically. I&#8217;ve added some javascript to the customizer that I found on another support post but it isn&#8217;t working &#8230;</p>
<p><a href="http://192.185.115.245/~geometrik/" rel="nofollow">http://192.185.115.245/~geometrik/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/one-page-mobile-menu-not-working/#post-271071</guid>
					<title><![CDATA[Reply To: One page mobile menu not working]]></title>
					<link>https://theme.co/archive/forums/topic/one-page-mobile-menu-not-working/#post-271071</link>
					<pubDate>Mon, 11 May 2015 19:56:31 +0000</pubDate>
					<dc:creator>Nico</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Thanks for writing in. As we checked your site, it is working well.</p>
<p>Would you mind sharing us your admin credential so we could take a closer look on your setup and share us also the added script that you added. </p>
<p>Don&#8217;t forget to set it as private reply.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/one-page-mobile-menu-not-working/#post-271520</guid>
					<title><![CDATA[Reply To: One page mobile menu not working]]></title>
					<link>https://theme.co/archive/forums/topic/one-page-mobile-menu-not-working/#post-271520</link>
					<pubDate>Tue, 12 May 2015 11:01:16 +0000</pubDate>
					<dc:creator>Dave K</dc:creator>

					<description>
						<![CDATA[
						<p>It seems to be working for me now also &#8230; It must have been a cache issue.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/one-page-mobile-menu-not-working/#post-271619</guid>
					<title><![CDATA[Reply To: One page mobile menu not working]]></title>
					<link>https://theme.co/archive/forums/topic/one-page-mobile-menu-not-working/#post-271619</link>
					<pubDate>Tue, 12 May 2015 12:57:48 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Great. Glad you&#8217;ve sorted it out.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/one-page-mobile-menu-not-working/#post-289075</guid>
					<title><![CDATA[Reply To: One page mobile menu not working]]></title>
					<link>https://theme.co/archive/forums/topic/one-page-mobile-menu-not-working/#post-289075</link>
					<pubDate>Mon, 01 Jun 2015 21:19:52 +0000</pubDate>
					<dc:creator>Dave K</dc:creator>

					<description>
						<![CDATA[
						<p>So I&#8217;ve checked this on the iphone 6 and it does not close when I click on a menu item. Any suggestions?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/one-page-mobile-menu-not-working/#post-289617</guid>
					<title><![CDATA[Reply To: One page mobile menu not working]]></title>
					<link>https://theme.co/archive/forums/topic/one-page-mobile-menu-not-working/#post-289617</link>
					<pubDate>Tue, 02 Jun 2015 10:27:26 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please add the following CSS under<strong> Customize -&gt; Custom -&gt; JavaScript</strong> :</p>
<pre><code>(function($){
  $(&#039;.x-navbar .x-nav-wrap.mobile a&#039;).click(function(){
    $(&#039;.x-nav-wrap.mobile&#039;).toggleClass(&#039;in&#039;).css(&#039;height&#039;, 0);
    $(&#039;.x-btn-navbar&#039;).toggleClass(&#039;collapsed&#039;);
  });
});</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/one-page-mobile-menu-not-working/#post-289873</guid>
					<title><![CDATA[Reply To: One page mobile menu not working]]></title>
					<link>https://theme.co/archive/forums/topic/one-page-mobile-menu-not-working/#post-289873</link>
					<pubDate>Tue, 02 Jun 2015 14:44:13 +0000</pubDate>
					<dc:creator>Dave K</dc:creator>

					<description>
						<![CDATA[
						<p>That didn&#8217;t seem to work &#8230; the menu will not close when it is clicked automatically on the iphone. When I resize on the browser to mobile, it won&#8217;t work either.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/one-page-mobile-menu-not-working/#post-290575</guid>
					<title><![CDATA[Reply To: One page mobile menu not working]]></title>
					<link>https://theme.co/archive/forums/topic/one-page-mobile-menu-not-working/#post-290575</link>
					<pubDate>Wed, 03 Jun 2015 05:30:31 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>I&#8217;m sorry, please try this code :</p>
<pre><code>(function($){
  $(&#039;.x-navbar .x-nav-wrap.mobile a&#039;).click(function(){
    $(&#039;.x-nav-wrap.mobile&#039;).toggleClass(&#039;in&#039;).css(&#039;height&#039;, 0);
    $(&#039;.x-btn-navbar&#039;).toggleClass(&#039;collapsed&#039;);
  });
})(jQuery);</code></pre>
<p>This one should work.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/one-page-mobile-menu-not-working/#post-293536</guid>
					<title><![CDATA[Reply To: One page mobile menu not working]]></title>
					<link>https://theme.co/archive/forums/topic/one-page-mobile-menu-not-working/#post-293536</link>
					<pubDate>Fri, 05 Jun 2015 14:04:49 +0000</pubDate>
					<dc:creator>Dave K</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, this still is not working on an iphone 6 &#8230; It works fine when I resize the browser on a desktop computer (Windows), but when testing it on an iphone 6, the menu does not close.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/one-page-mobile-menu-not-working/#post-294178</guid>
					<title><![CDATA[Reply To: One page mobile menu not working]]></title>
					<link>https://theme.co/archive/forums/topic/one-page-mobile-menu-not-working/#post-294178</link>
					<pubDate>Sat, 06 Jun 2015 06:40:42 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Dave,</p>
<p>It&#8217;s a bug betweem IOS and our theme, which I already forwarded as bug before. It seems like there is something that blocks the click event on IOS.</p>
<p>I even performed the simple test,</p>
<p><code>jQuery(&#039;.x-navbar .x-nav-wrap.mobile a&#039;).on(&#039;click&#039;,function(){ console.log(&#039;clicked&#039;);});</code></p>
<p>That should output &#8216;clicked&#8217;, but it&#8217;s not.</p>
<p>Please don&#8217;t use fixed positioning for your navigation for now.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

