MichaelDougherty Posted July 15, 2020 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!
GenuineContent Posted January 9, 2021 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...
tuanphan Posted January 10, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
GenuineContent Posted January 12, 2021 Posted January 12, 2021 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
tuanphan Posted January 16, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
GenuineContent Posted January 26, 2021 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.
creedon Posted January 26, 2021 Posted January 26, 2021 @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. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.