MichaelDougherty Posted July 15, 2020 Share Posted July 15, 2020 Site URL: https://www.beersmart.io/ Brine family - Mojave -Mobile Nav hamburger clicks through to "menu" and then another list... -Is there a way to have the hamburger click directly to the list itself? Attached are 3 screenshots (combined into a single image) from a mobile device: 1) home page with hamburger, 2) after clicking the hamburger, it creates a "menu" window, 3) after clicking the menu button, it opens the actual list of pages. Is there a way to click the hamburger and display the list of pages?? Thanks! Link to comment
GenuineContent Posted January 9, 2021 Share Posted January 9, 2021 were you ever able to figure this one out? I have a client asking for this fix and I don't know how to make it happen... Link to comment
tuanphan Posted January 10, 2021 Share Posted January 10, 2021 3 hours ago, GenuineContent said: were you ever able to figure this one out? I have a client asking for this fix and I don't know how to make it happen... Can you share site url + which plan do/will you use? We can help easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
GenuineContent Posted January 12, 2021 Share Posted January 12, 2021 (edited) yes of course! The site is www.bridgetoshoreinterventions.com - it's a business plan. Template is in the Brine family when it's on mobile view, here's what happens currently: Click on Hamburger Menu, About > About Jay Then when you click on the Hamburger Menu again, it shows you the About submenu What he'd like is: Click on Hamburger Menu, About > About Jay Then when you click on the Hamburger Menu again, it shows you the main menu @tuanphan Edited January 14, 2021 by GenuineContent forgot to tag person Link to comment
tuanphan Posted January 16, 2021 Share Posted January 16, 2021 On 1/13/2021 at 5:00 AM, GenuineContent said: yes of course! The site is www.bridgetoshoreinterventions.com - it's a business plan. Template is in the Brine family when it's on mobile view, here's what happens currently: Click on Hamburger Menu, About > About Jay Then when you click on the Hamburger Menu again, it shows you the About submenu What he'd like is: Click on Hamburger Menu, About > About Jay Then when you click on the Hamburger Menu again, it shows you the main menu @tuanphan You mean Click on Hamburger Menu, About > About Jay Then when click on X icon > it shows mobile overlay menu Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
GenuineContent Posted January 26, 2021 Share Posted January 26, 2021 no, when you navigate to the 'About Jay' page and then click on the hamburger menu again, it shows you the options within the About submenu instead of showing you the main menu. Link to comment
creedon Posted January 26, 2021 Share Posted January 26, 2021 (edited) @GenuineContent There is code that SS is using to track what menu item brought you to a particular page and setting classes. Then when go you back to the menu it brings up the place in the menus where you are instead of starting at the top of the menu. Kind of like menu breadcrumbs. Add the following to Page Settings > Advanced > Page Header Code Injection for each about based page. <script> $( ( ) => { // overide normal mobile menu behavior for a v7.0 site using Brine template let classes = [ 'has-active-folder', 'is-active-folder' ]; $.each ( classes, function ( i, clss ) { $( '.' + clss ) .removeClass ( clss ); } ); } ); </script> This is for a v7.0 site using Brine template. Let us know how it goes. Edited January 26, 2021 by creedon derricksrandomviews 1 Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
GenuineContent Posted January 31, 2021 Share Posted January 31, 2021 This worked like a charm - thank you! creedon 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment