<?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: 2 UberMenu navigations in markup</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/2-ubermenu-navigations-in-markup/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/2-ubermenu-navigations-in-markup/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 10:13:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/2-ubermenu-navigations-in-markup/#post-29955</guid>
					<title><![CDATA[2 UberMenu navigations in markup]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/2-ubermenu-navigations-in-markup/#post-29955</link>
					<pubDate>Wed, 21 Sep 2016 17:13:20 +0000</pubDate>
					<dc:creator>mitchellwhale</dc:creator>

					<description>
						<![CDATA[
						<p>In the HTML of the theme there are 2 navigation menus &#8211; one for desktop and one for mobile, and the amount of markup is excessive. There are integration location options in the UberMenu Control Panel &#8211; do you have any documentation on settings for limiting the navigation markup to one instance? I&#8217;ve played with the settings without success.</p>
<p>thanks,</p>
<p>-Matt</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/2-ubermenu-navigations-in-markup/#post-29967</guid>
					<title><![CDATA[Reply To: 2 UberMenu navigations in markup]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/2-ubermenu-navigations-in-markup/#post-29967</link>
					<pubDate>Sat, 24 Sep 2016 07:31:15 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again Matt,</p>
<p>Let&#8217;s go over this again. The theme uses a second menu for it&#8217;s mobile menu version.<br />
If you are to use UberMenu for both your desktop and mobile versions you can simply remove the theme mobile menu in your Child theme, then replace the regular menu with UberMenu.<br />
Would that do the trick for you? <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/2-ubermenu-navigations-in-markup/#post-29970</guid>
					<title><![CDATA[Reply To: 2 UberMenu navigations in markup]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/2-ubermenu-navigations-in-markup/#post-29970</link>
					<pubDate>Sat, 24 Sep 2016 18:31:07 +0000</pubDate>
					<dc:creator>mitchellwhale</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for the help.</p>
<p>Here&#8217;s what I tried:<br />
1. I removed the mobile code from header.php, i.e.,</p>
<pre><code>&lt;?php
    wp_nav_menu( array(
    &#039;theme_location&#039;=&gt; &#039;main_navigation&#039;,
    &#039;container_id&#039; 	=&gt; &#039;mobile-nav&#039;,
    ));
?&gt;</code></pre>
<p>2. I modified main nav code according to UberMenu support&#8217;s instructions, i.e.,:</p>
<pre><code>&lt;!-- Main Navigation --&gt;
				&lt;?php	$nav_top_margin = ot_get_option(&#039;nav_top_margin&#039;);
						if(isset($nav_top_margin) &amp;&amp; is_array($nav_top_margin) &amp;&amp; !empty($nav_top_margin[0])){
							$nav_extra_style = &quot; style=&#039;margin-top: &quot;.$nav_top_margin[0].$nav_top_margin[1].&quot;;&#039;&quot;;
						}else{
							ubermenu( &#039;main&#039; , array( &#039;theme_location&#039; =&gt; &#039;main_navigation&#039; ) );
						}
				?&gt;
</code></pre>
<p>3. Added the css to my stylesheet:</p>
<pre><code>#header .desktop-menu{
	display:block;
}</code></pre>
<p>Refreshed, and then no mobile nav shows, so I then unchecked Automatic Integration Theme Location  in the configuration section of the UberMenu control panel, saved, and did another hard refresh, and still no mobile nav displaying.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/2-ubermenu-navigations-in-markup/#post-29980</guid>
					<title><![CDATA[Reply To: 2 UberMenu navigations in markup]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/2-ubermenu-navigations-in-markup/#post-29980</link>
					<pubDate>Mon, 26 Sep 2016 07:54:38 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,<br />
I am not a Ubermenu expert but if things work as they say they should and the mobile menu shows automatically I don&#8217;t see why if wouldn&#8217;t, what&#8217;s your URL, let&#8217;s see, maybe it&#8217;s hidden by default or something&#8230; <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/2-ubermenu-navigations-in-markup/#post-30001</guid>
					<title><![CDATA[Reply To: 2 UberMenu navigations in markup]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/2-ubermenu-navigations-in-markup/#post-30001</link>
					<pubDate>Mon, 26 Sep 2016 23:38:12 +0000</pubDate>
					<dc:creator>mitchellwhale</dc:creator>

					<description>
						<![CDATA[
						<p>According to UberMenu support, the integration of their plugin into Savia wasn&#8217;t typical, which explains the documentation not helping me. In any case, UberMenu&#8217;s support is phenomenal, and the problem is now solved <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/2-ubermenu-navigations-in-markup/#post-30009</guid>
					<title><![CDATA[Reply To: 2 UberMenu navigations in markup]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/2-ubermenu-navigations-in-markup/#post-30009</link>
					<pubDate>Tue, 27 Sep 2016 11:27:25 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, and what was it, your info would be helpful to anyone trying to set it up as well? <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

