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

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-with-one-page-navigation-not-working/#post-54222</guid>
					<title><![CDATA[Mobile Menu with One Page Navigation Not working]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-with-one-page-navigation-not-working/#post-54222</link>
					<pubDate>Mon, 09 Jun 2014 19:42:16 +0000</pubDate>
					<dc:creator>Buck W</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Is there a reason why with the one page navigation the jumping in the menu doesn&#8217;t work correctly?  Is there something I should be doing differently?  Here is the site I am working on where it doesn&#8217;t jump fully to the correct content band when veiwing on a phone, yet it jumps fine on a desktop.  <a href="http://www.brittondaniel.com" rel="nofollow">http://www.brittondaniel.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-with-one-page-navigation-not-working/#post-54225</guid>
					<title><![CDATA[Reply To: Mobile Menu with One Page Navigation Not working]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-with-one-page-navigation-not-working/#post-54225</link>
					<pubDate>Mon, 09 Jun 2014 19:57:19 +0000</pubDate>
					<dc:creator>Buck W</dc:creator>

					<description>
						<![CDATA[
						<p>Would it have anything to do with my hidden content?  Or does the mobile menu just not work well with one page navigation?  It seems to not jump to the top of the content band.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-with-one-page-navigation-not-working/#post-54331</guid>
					<title><![CDATA[Reply To: Mobile Menu with One Page Navigation Not working]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-with-one-page-navigation-not-working/#post-54331</link>
					<pubDate>Tue, 10 Jun 2014 03:15:18 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Buck,</p>
<p>That is because the offset is still working in mobile but the Navbar is not in fixed position anymore. To make the navbar stay fixed, please add the code below in the <strong>Customizer &gt; Custom &gt; CSS</strong>.</p>
<pre><code>@media (max-width: 979px) {
	.x-navbar-fixed-top, .x-navbar-fixed-left, .x-navbar-fixed-right {
		position: fixed;
	}
}</code></pre>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-with-one-page-navigation-not-working/#post-54590</guid>
					<title><![CDATA[Reply To: Mobile Menu with One Page Navigation Not working]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-with-one-page-navigation-not-working/#post-54590</link>
					<pubDate>Tue, 10 Jun 2014 16:53:41 +0000</pubDate>
					<dc:creator>Buck W</dc:creator>

					<description>
						<![CDATA[
						<p>That helps, but how do I get the mobile menu to fold back up?  It stays open and you cannot see anything.</p>
<p>Thank you</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-with-one-page-navigation-not-working/#post-54838</guid>
					<title><![CDATA[Reply To: Mobile Menu with One Page Navigation Not working]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-with-one-page-navigation-not-working/#post-54838</link>
					<pubDate>Wed, 11 Jun 2014 07:07:35 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Buck,</p>
<p>Can you give us more details. It seems fine to us (see <a href="http://screencast.com/t/rvKlXYHIefMU" rel="nofollow">http://screencast.com/t/rvKlXYHIefMU</a>).</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-with-one-page-navigation-not-working/#post-55361</guid>
					<title><![CDATA[Reply To: Mobile Menu with One Page Navigation Not working]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-with-one-page-navigation-not-working/#post-55361</link>
					<pubDate>Thu, 12 Jun 2014 03:30:49 +0000</pubDate>
					<dc:creator>Buck W</dc:creator>

					<description>
						<![CDATA[
						<p>so, when using the website on a phone, you click on one of the menu items.  Lets say I click on services, it jumps to services section, but the menu doesn&#8217;t collapse.  The menu stays open and you can&#8217;t see much of the website.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-with-one-page-navigation-not-working/#post-55630</guid>
					<title><![CDATA[Reply To: Mobile Menu with One Page Navigation Not working]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-with-one-page-navigation-not-working/#post-55630</link>
					<pubDate>Thu, 12 Jun 2014 19:07:23 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Buck,</p>
<p>Add this code at your customizer&#8217;s custom javascript.</p>
<pre><code>jQuery(function($){ $(&#039;#menu-main-menu a&#039;).click(function(){  $(&#039;.x-btn-navbar&#039;).click(); }); });
</code></pre>
<p>It should trigger collapse when a menu item is clicked.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-with-one-page-navigation-not-working/#post-64196</guid>
					<title><![CDATA[Reply To: Mobile Menu with One Page Navigation Not working]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-with-one-page-navigation-not-working/#post-64196</link>
					<pubDate>Wed, 02 Jul 2014 20:38:51 +0000</pubDate>
					<dc:creator>Buck W</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you. It worked!!</p>
<p>The word &#8220;Testemonials&#8221; runs off the screen on a phone.  How can I fix it so it doesn&#8217;t run off the screen?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-with-one-page-navigation-not-working/#post-64645</guid>
					<title><![CDATA[Reply To: Mobile Menu with One Page Navigation Not working]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-with-one-page-navigation-not-working/#post-64645</link>
					<pubDate>Thu, 03 Jul 2014 19:15:49 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Buck,</p>
<p>I tested on my side and it&#8217;s okay, would you mind sending a screenshot? And which phone this issue occurs?</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/mobile-menu-with-one-page-navigation-not-working/#post-315199</guid>
					<title><![CDATA[Reply To: Mobile Menu with One Page Navigation Not working]]></title>
					<link>https://theme.co/archive/forums/topic/mobile-menu-with-one-page-navigation-not-working/#post-315199</link>
					<pubDate>Sun, 28 Jun 2015 15:12:53 +0000</pubDate>
					<dc:creator>rrrsarda</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

