main navigation menu are not showing in responsive breakpoints
This support request was posted in BBQ by akanekodani
- akanekodani October 1, 2015 at 9:32 pm
Hi, thanks for the help all the time.
The main navigation is not showing in different responsive breakpoint. Please let me know how to fix this bug.Thank you so much.
Juanfra Aldasoro October 2, 2015 at 2:33 pmHello Akane,
Thank you for writing. The main navigation is showing on all type of screen and devices. The thing is that once the viewport get a size of a tablet/mobile, it switch to a mobile navigation, which is a list of the different navigation items. The users then select the page where they want to go and they are redirected there.
Navigation on mobile devices must always be treated differently as there’s no the same amount of space as you can get on a whole site.
Best,
Juan.akanekodani October 2, 2015 at 5:57 pmThanks Juan for the fast reply.
Yes, mobile and tablet have different viewport and have the gray nav in it. It was hidden somehow and I cleaned up the css code to show the nav in the mobile and tablet view.
However, now it shows the giant arrows (retina size) in the right side of the gray box in a mobile device. In the demo site, there are small up and down arrows. http://demo.nicethemes.com/?t=bbq
How can I show the arrows in correct way?Thanks.
Juanfra Aldasoro October 2, 2015 at 6:36 pmHi Akane,
Well, the theme comes by default with the different select inputs working as they should. It is quite likely that if you done some customizations around the select inputs you broke the way they work by default.
Unfortunately we cannot give support on customizations: http://nicethemes.com/article/support-vs-customizations/
Best,
Juan.Juanfra Aldasoro October 2, 2015 at 8:04 pmHi Akane,
No problem. As a hint I can tell you that you can check the default styles for the “select” input in the style.css file, line 565 (of the latest version). You should check if you redeclared something for the select input in your custom css, or check if there’s some plugin that might be altering the default styles for that.
Best,
Juan.akanekodani October 2, 2015 at 9:41 pmThanks for the reply and the hint, Juan.
I didn’t touch “select” input at all, but it might have the same code duplicated in my child theme. That could cause the bug. I will double check to clean up the css.Thank you.
You must be logged in to reply to this topic.