<?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>Opening of hamburger menu in mobile view below slider &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/opening-of-hamburger-menu-in-mobile-view-below-slider/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/opening-of-hamburger-menu-in-mobile-view-below-slider/feed/</link>
		<description></description>
		<lastBuildDate>Mon, 10 Nov 2025 14:10:14 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/opening-of-hamburger-menu-in-mobile-view-below-slider/#post-186785</guid>
					<title><![CDATA[Opening of hamburger menu in mobile view below slider]]></title>
					<link>https://theme.co/archive/forums/topic/opening-of-hamburger-menu-in-mobile-view-below-slider/#post-186785</link>
					<pubDate>Tue, 20 Jan 2015 11:41:02 +0000</pubDate>
					<dc:creator>laluz</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Themeco Support Team,</p>
<p>We are currently working on new site for our company, LaLuz Visuals Budapest using your X theme along with Revolution Slider on main page. The current setting is &#8216;use slider above masthead&#8217; and there is an offset configured in Revolution Slider (slider layout: full screen; offset size: 75px &#8211; same at height of navbar). This gives us full screen slider with navbar at the bottom of the page. It looks great and works fine. However we just noticed that in mobile view the hamburger menu opens but does not scroll the page up automatically so basically it is difficult for people to notice the hamburger menu is open.</p>
<p>We have noticed the page automatically scrolls up in mobile view after pressing the hamburger menu on your page (<a href="http://theme.co/x/" rel="nofollow">http://theme.co/x/</a>). We would like to achieve same behavior in our site.<br />
You can find our &#8216;work in progress&#8217; main page here:<br />
<a href="http://uj.laluz.hu/wp/?page_id=72" rel="nofollow">http://uj.laluz.hu/wp/?page_id=72</a></p>
<p>Please advise what other setting needs to be configured in order to get the behavior we want.<br />
Many thanks.</p>
<p>LaLuz Visuals Budapest</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/opening-of-hamburger-menu-in-mobile-view-below-slider/#post-186971</guid>
					<title><![CDATA[Reply To: Opening of hamburger menu in mobile view below slider]]></title>
					<link>https://theme.co/archive/forums/topic/opening-of-hamburger-menu-in-mobile-view-below-slider/#post-186971</link>
					<pubDate>Tue, 20 Jan 2015 16:25:04 +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; CSS</strong> :</p>
<pre><code>@media (max-width:979px){
.x-navbar {
bottom: 0;
left: 0;
right: 0;
position: absolute;
}
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/opening-of-hamburger-menu-in-mobile-view-below-slider/#post-187145</guid>
					<title><![CDATA[Reply To: Opening of hamburger menu in mobile view below slider]]></title>
					<link>https://theme.co/archive/forums/topic/opening-of-hamburger-menu-in-mobile-view-below-slider/#post-187145</link>
					<pubDate>Tue, 20 Jan 2015 20:47:25 +0000</pubDate>
					<dc:creator>laluz</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Themeco Support Team,<br />
Many thanks for your prompt reply.<br />
I&#8217;ve added the above code to my custom CSS and I&#8217;ve got the requested behaviour. Now the page scroll automatically up in mobile view when pressing the hamburger menu icon.<br />
Great support, thanks again.<br />
Best regards,<br />
LaLuz Visuals Budapest</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/opening-of-hamburger-menu-in-mobile-view-below-slider/#post-187170</guid>
					<title><![CDATA[Reply To: Opening of hamburger menu in mobile view below slider]]></title>
					<link>https://theme.co/archive/forums/topic/opening-of-hamburger-menu-in-mobile-view-below-slider/#post-187170</link>
					<pubDate>Tue, 20 Jan 2015 21:34:27 +0000</pubDate>
					<dc:creator>laluz</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Themeco Support Team,</p>
<p>After sending my first reply above I just realised the behaviour is fine until I stay on the same main page. When I navigate to blog or portfolio page my menu appears at the bottom of the mobile view page but basically what I want it to appear at the top of the page. I just want the menu to appear at the bottom of the main page below slider until user scrolls up. After that the menu should stick to the top of the page.</p>
<p>Please advise.<br />
Thanks.</p>
<p>Regards,<br />
LaLuz Visuals Budapest</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/opening-of-hamburger-menu-in-mobile-view-below-slider/#post-187417</guid>
					<title><![CDATA[Reply To: Opening of hamburger menu in mobile view below slider]]></title>
					<link>https://theme.co/archive/forums/topic/opening-of-hamburger-menu-in-mobile-view-below-slider/#post-187417</link>
					<pubDate>Wed, 21 Jan 2015 08:11:13 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please change your code to :</p>
<pre><code>@media (max-width:979px){
.home .x-navbar {
bottom: 0;
left: 0;
right: 0;
position: absolute;
}
}</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/opening-of-hamburger-menu-in-mobile-view-below-slider/#post-187530</guid>
					<title><![CDATA[Reply To: Opening of hamburger menu in mobile view below slider]]></title>
					<link>https://theme.co/archive/forums/topic/opening-of-hamburger-menu-in-mobile-view-below-slider/#post-187530</link>
					<pubDate>Wed, 21 Jan 2015 10:43:57 +0000</pubDate>
					<dc:creator>laluz</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Themeco Support Team,</p>
<p>Thanks for your prompt reply.<br />
It&#8217;s getting there. 🙂<br />
On the positive side the new code limits now (due to the .home part) the behavior to the home page.<br />
Although there is something strange. When I press the &#8216;Scroll Bottom Anchor&#8217; on my home page (in the slider in mobile view) the page scrolls up as expected (so the navbar goes to the top of the window) however the logo and the hamburger menu icon disappear.</p>
<p><a href="http://uj.laluz.hu/wp" rel="nofollow">http://uj.laluz.hu/wp</a></p>
<p>If I manually scroll further on the page the navbar goes out of the view. Can I somehow get it stuck to the top of the page? Of course this request gets valid once the visibility of the logo and the hamburger menu is resolved.</p>
<p>Thanks.<br />
Regards,<br />
LaLuz Visuals Budapest</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/opening-of-hamburger-menu-in-mobile-view-below-slider/#post-187678</guid>
					<title><![CDATA[Reply To: Opening of hamburger menu in mobile view below slider]]></title>
					<link>https://theme.co/archive/forums/topic/opening-of-hamburger-menu-in-mobile-view-below-slider/#post-187678</link>
					<pubDate>Wed, 21 Jan 2015 13:03:27 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi LaLus,</p>
<p>Please try using this:</p>
<pre><code>@media (max-width: 979px) {
    .x-navbar-fixed-top {
        position: fixed !important;
        top: 0 !important;
        bottom: auto !important
    }
}
</code></pre>
<p>Hope this helps. 🙂</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/opening-of-hamburger-menu-in-mobile-view-below-slider/#post-384135</guid>
					<title><![CDATA[Reply To: Opening of hamburger menu in mobile view below slider]]></title>
					<link>https://theme.co/archive/forums/topic/opening-of-hamburger-menu-in-mobile-view-below-slider/#post-384135</link>
					<pubDate>Thu, 10 Sep 2015 07:06:56 +0000</pubDate>
					<dc:creator>Tristan A</dc:creator>

					<description>
						<![CDATA[
						<p>Hi support,</p>
<p>I tried the same code on my site&#8230;. However, it does not seem to work properly. I have tried several variations of the code.</p>
<p>When on mobile, the menu sometimes appears in the screen (as intended) but sometimes opens up downwards, so the user doesn&#8217;t actually see it unless scrolling down. </p>
<p>What I am trying to achieve is:<br />
1. when first opening the site, the slider should appear with the navbar below.<br />
2. When the user then clicks the hamburger menu, the menu should open up in the visible screen (as per this topic) and ideally, the slider should dissappear (move to the non-visible top part of the screen). </p>
<p>Any suggestions how to code this?</p>
<p>will provide URL and login credentials below.</p>
<p>Kind regards,</p>
<p>Tristan</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/opening-of-hamburger-menu-in-mobile-view-below-slider/#post-384136</guid>
					<title><![CDATA[Reply To: Opening of hamburger menu in mobile view below slider]]></title>
					<link>https://theme.co/archive/forums/topic/opening-of-hamburger-menu-in-mobile-view-below-slider/#post-384136</link>
					<pubDate>Thu, 10 Sep 2015 07:08:11 +0000</pubDate>
					<dc:creator>Tristan A</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/opening-of-hamburger-menu-in-mobile-view-below-slider/#post-384143</guid>
					<title><![CDATA[Reply To: Opening of hamburger menu in mobile view below slider]]></title>
					<link>https://theme.co/archive/forums/topic/opening-of-hamburger-menu-in-mobile-view-below-slider/#post-384143</link>
					<pubDate>Thu, 10 Sep 2015 07:18:55 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Thanks for updating this thread! </p>
<p>To accomplish what you have in mind, please add the following JS code in your customizer, <strong>Appearance &gt; Customize &gt; Custom &gt; Javascript</strong></p>
<pre><code>(function($){
  $(&#039;.x-btn-navbar&#039;).on(&#039;click&#039;, function(){
    $(&#039;.x-navbar&#039;).addClass(&#039;x-navbar-fixed-top&#039;);
  });
})(jQuery);</code></pre>
<p>Please let us know if this works out for you.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

