Okay
  Public Ticket #1891212
hamburger menu on mobile
Closed

Comments

  • Alessandro started the conversation

    Hi, I've a problem with secondary menu on mobile resolution.

    When i click on the menu icon nothing happens. I don't know if the menu is hidden below something else or what else. 

    This happens only on mobile resolution. In a desktop resolution all works well

    Can you help me?

    Thanks

    A.


  •  1,823
    Support replied

    Hello Alessandro,

    What is the theme version you are running, can you check?

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Alessandro replied

    I think the last one. I check and is 1.2 version

  •  1,823
    Support replied

    Right, so can you send us wp admin access in a private comment, so we can have a look?

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •   Alessandro replied privately
  •  1,823
    Support replied

    Hi Alessandro,

    since you are not having a separate Primary Menu you can hide it with CSS:

    @media only screen and (max-width: 1024px){
      #nav-menu {
        display: none;
      }
    }

    which I added in customizer -> additional CSS


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Alessandro replied

    Thanks for your reply but I want to show Primary Menu.

    The problem is that in a mobile resolution when I click the hamburger menu icon I can't see what the primary menu contains

    I can't see the items in the primary menu on mobile resolution. But I want to see them

    Maybe I can't explain very well the problem cause my pour english

    Could you check again?

    Now I delete your css trick because It's not what I want

    Thanks

    A

  •  1,823
    Support replied

    Hi Alessandro,

    someone commented  this on line 127, in /sections/header_section.php

    // get_template_part('sections/primary_menu_section');

    so there are no menu items to be displayed for primary menu.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy