Comments Alessandro started the conversationFebruary 11, 2019 at 4:32pmHi, 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 wellCan you help me?ThanksA. 1,974Support repliedFebruary 11, 2019 at 7:31pmHello Alessandro,What is the theme version you are running, can you check?Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyAlessandro repliedFebruary 11, 2019 at 10:13pmI think the last one. I check and is 1.2 version 1,974Support repliedFebruary 11, 2019 at 11:34pmRight, 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,974Support repliedFebruary 12, 2019 at 4:14pmHi 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 CSSThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyAlessandro repliedFebruary 12, 2019 at 6:24pmThanks 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 containsI can't see the items in the primary menu on mobile resolution. But I want to see themMaybe I can't explain very well the problem cause my pour englishCould you check again?Now I delete your css trick because It's not what I wantThanksA 1,974Support repliedFebruary 12, 2019 at 11:47pmHi 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 Sign in to reply ...
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.
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
I think the last one. I check and is 1.2 version
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
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
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
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