<?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>Changing Navbar Menu items for Mobile &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/changing-navbar-menu-items-for-mobile/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/changing-navbar-menu-items-for-mobile/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 12 Oct 2025 04:52:59 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-navbar-menu-items-for-mobile/#post-264898</guid>
					<title><![CDATA[Changing Navbar Menu items for Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/changing-navbar-menu-items-for-mobile/#post-264898</link>
					<pubDate>Mon, 04 May 2015 10:50:45 +0000</pubDate>
					<dc:creator>Peter M</dc:creator>

					<description>
						<![CDATA[
						<p>Hi! I have two questions about the navbar menu on mobiles, and am hoping you can help me with them:</p>
<p>Is there a way to change the primary menu in the navbar when the device is a mobile? I have created a new menu, labelled &#8220;Mobile Menu&#8221; and am wondering if there is any way to switch from my &#8220;normal&#8221; Primary menu and use the Mobile as primary. My current primary menu has 7 links, but the Mobile menu has only 3 (the 2 most important for mobiles plus an &#8220;Other&#8221; with submenu showing the remaining 4 links).</p>
<p>I am using Renew, basic installation no demo codes.</p>
<p>And, a related question, is it possible to show one link, with submenus, with the Mobile menu item is pressed?</p>
<p>Many thanks in advance,</p>
<p>Peter</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-navbar-menu-items-for-mobile/#post-264914</guid>
					<title><![CDATA[Reply To: Changing Navbar Menu items for Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/changing-navbar-menu-items-for-mobile/#post-264914</link>
					<pubDate>Mon, 04 May 2015 11:08:30 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>#1 Because this requires a template change, I&#8217;d advise that you setup a <a href="http://theme.co/x/member/kb/how-to-setup-child-themes/" title="Child Themes" target="_blank" rel="nofollow">child theme</a>. This allows you to make code changes that won&#8217;t be overwritten when an <strong>X</strong> update is released. After your child theme is setup, please review how we recommend making template changes in <a href="http://theme.co/x/member/kb/customization-best-practices/" rel="nofollow">Customization Best Practices</a>.</p>
<p>Copy <strong>_nav-primary.php</strong> file from <strong> framework -&gt; views -&gt; global</strong> and put it in the same path inside child theme, Now replace existing code with this:</p>
<pre><code>&lt;?php

// =============================================================================
// VIEWS/GLOBAL/_NAV-PRIMARY.PHP
// -----------------------------------------------------------------------------
// Outputs the primary nav.
// =============================================================================

?&gt;

&lt;a href=&quot;#&quot; class=&quot;x-btn-navbar collapsed&quot; data-toggle=&quot;collapse&quot; data-target=&quot;.x-nav-wrap.mobile&quot;&gt;
  &lt;i class=&quot;x-icon-bars&quot;&gt;&lt;/i&gt;
  &lt;span class=&quot;visually-hidden&quot;&gt;&lt;?php _e( &#039;Navigation&#039;, &#039;__x__&#039; ); ?&gt;&lt;/span&gt;
&lt;/a&gt;

&lt;nav class=&quot;x-nav-wrap desktop&quot; role=&quot;navigation&quot;&gt;
  &lt;?php x_output_primary_navigation(); ?&gt;
&lt;/nav&gt;

&lt;div class=&quot;x-nav-wrap mobile collapse&quot;&gt;
  &lt;?php
                    wp_nav_menu( array(
                      &#039;menu&#039; =&gt; &#039;Mobile Menu&#039;,
                      &#039;container&#039;      =&gt; false,
                      &#039;menu_class&#039;     =&gt; &#039;x-nav sf-menu&#039;,
                    ) );
               ?&gt;
&lt;/div&gt;</code></pre>
<p>Instead of Mobile Menu in provided code put your menu name.</p>
<p>#2 Yes, you can link submenu items to content bands.</p>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-navbar-menu-items-for-mobile/#post-265736</guid>
					<title><![CDATA[Reply To: Changing Navbar Menu items for Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/changing-navbar-menu-items-for-mobile/#post-265736</link>
					<pubDate>Tue, 05 May 2015 10:35:28 +0000</pubDate>
					<dc:creator>Peter M</dc:creator>

					<description>
						<![CDATA[
						<p>Wow! Thank you for your quick and very helpful reply! And, of course, it works a treat!</p>
<p>And thanks for the customisation advice (I had read it and had set up my child theme &#8211; your advice and how to on all of that is excellent).</p>
<p>Now, one other (new post?) on this theme, if I may: What if, at a certain size, I want to skip the mobile navicon, and go straight to the link bars across the page? How do I manage that in X, please?</p>
<p>I am happy to raise a new post, if I need to!</p>
<p>Best wishes,</p>
<p>Peter</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-navbar-menu-items-for-mobile/#post-265786</guid>
					<title><![CDATA[Reply To: Changing Navbar Menu items for Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/changing-navbar-menu-items-for-mobile/#post-265786</link>
					<pubDate>Tue, 05 May 2015 11:46:55 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for writing in! To assist you with this issue, we&#8217;ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-navbar-menu-items-for-mobile/#post-265904</guid>
					<title><![CDATA[Reply To: Changing Navbar Menu items for Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/changing-navbar-menu-items-for-mobile/#post-265904</link>
					<pubDate>Tue, 05 May 2015 13:38:54 +0000</pubDate>
					<dc:creator>Peter M</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-navbar-menu-items-for-mobile/#post-266000</guid>
					<title><![CDATA[Reply To: Changing Navbar Menu items for Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/changing-navbar-menu-items-for-mobile/#post-266000</link>
					<pubDate>Tue, 05 May 2015 15:10:02 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,<br />
Try adding following CSS under <strong>Appearance &gt; Customize &gt; Custom &gt; CSS:</strong></p>
<pre><code>
@media (max-width: 979px) {
	.x-nav-wrap.mobile.collapse {
		display: block;
	}
	.masthead-inline .x-btn-navbar {
		display: none;
	}
}
</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-navbar-menu-items-for-mobile/#post-266026</guid>
					<title><![CDATA[Reply To: Changing Navbar Menu items for Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/changing-navbar-menu-items-for-mobile/#post-266026</link>
					<pubDate>Tue, 05 May 2015 15:27:21 +0000</pubDate>
					<dc:creator>Peter M</dc:creator>

					<description>
						<![CDATA[
						<p>It seems to have worked a treat!!</p>
<p>I am very impressed with your support, thank you.</p>
<p>Best wishes to you all,</p>
<p>Peter</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-navbar-menu-items-for-mobile/#post-266045</guid>
					<title><![CDATA[Reply To: Changing Navbar Menu items for Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/changing-navbar-menu-items-for-mobile/#post-266045</link>
					<pubDate>Tue, 05 May 2015 15:37:53 +0000</pubDate>
					<dc:creator>Nico</dc:creator>

					<description>
						<![CDATA[
						<p>Glad to hear that.</p>
<p>Let us know if you need anything else.</p>
<p>Thanks. Have a great day! 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-navbar-menu-items-for-mobile/#post-373218</guid>
					<title><![CDATA[Reply To: Changing Navbar Menu items for Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/changing-navbar-menu-items-for-mobile/#post-373218</link>
					<pubDate>Sun, 30 Aug 2015 01:22:54 +0000</pubDate>
					<dc:creator>jessica</dc:creator>

					<description>
						<![CDATA[
						<p>Hi! I followed the steps for a custom mobile menu. Everything seemed to work fine, except instead of the mobile icon that&#8217;s normally present, now there&#8217;s just an empty white box. What&#8217;s going on?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-navbar-menu-items-for-mobile/#post-373219</guid>
					<title><![CDATA[Reply To: Changing Navbar Menu items for Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/changing-navbar-menu-items-for-mobile/#post-373219</link>
					<pubDate>Sun, 30 Aug 2015 01:23:10 +0000</pubDate>
					<dc:creator>jessica</dc:creator>

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

					
					
				</item>

					
		
	</channel>
	</rss>

