Emporio theme hamburger menu problem.

Tianna Z <[email protected]>
Newsgroups gmane.comp.web.blogger.api
Message-ID <[email protected]>
Hello,
I am recently using he Emporio theme, it's great but i have a problem. The 
homepage when viewd on mobile shows the hamburger menu but in case of posts 
it just shows a back button to return to the homepage.

I played with the code a bit and i managed to show the hamburger menu in 
mobile but now a new problem arises.

When the menu is accessed from a post it the page gets covered with a black 
layer and none of the gadgets shows up.
This was the code that i think changed the menu into back button: 
<b:if cond='data:view.isSingleItem'>
                  <a class='return_link' expr:href='data:blog.homepageUrl'>
                    <b:include data='{ iconClass: &quot;touch-icon 
back-button rtl-reversible-icon&quot; }' name='backArrowIcon'/>
                  </a>
                <b:else/>
                  <div class='hamburger-section'>
                    <b:include data='{ iconClass: &quot;touch-icon 
hamburger-menu&quot; }' name='menuIcon'/>
                  </div>
                </b:if>
Enter code here...

I simply removed the conditions and now the code looks like:
<div class='hamburger-section'>
                    <b:include data='{ iconClass: &quot;touch-icon 
hamburger-menu&quot; }' name='menuIcon'/>
                  </div>
 You can check the test blog here: http://testingnoside.blogspot.com  

Hope it gets solved!

-- 
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/bloggerdev.
For more options, visit https://groups.google.com/d/optout.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.