Jump to content

Brine family - Mojave, Mobile Nav hamburger clicks through to "menu" and then another list...

Recommended Posts

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!

AE9D9B0E-AADD-4E9D-ADAA-27744452B0CA.JPG

Link to comment
  • 5 months later...
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

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 by GenuineContent
forgot to tag person
Link to comment
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
  • 2 weeks later...

@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 by creedon

Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support!

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.