- This topic has 9 replies, 3 voices, and was last updated 6 years, 1 month ago by
Tom.
-
AuthorPosts
-
October 13, 2017 at 11:58 am #402766
Susanne
My main navigation is suddenly lost when I change the location to left or right sidebar, from any other location. I’m in the beginning stages of building the site so I can’t think of anything that might not be playing nice with it… the only other content so far is a page header.
October 13, 2017 at 1:31 pm #402805Leo
StaffCustomer SupportHi there,
Not sure what you mean? Are you wanting the primary menu to be in the sidebar?
If so do you have the sidebar set in the layout? https://docs.generatepress.com/
Also I can’t view the site because it requires password. If you need us to take a look, you can send the password to Account Issue here: https://generatepress.com/contact/
October 13, 2017 at 1:56 pm #402818Susanne
Yes, sorry, I would like the primary menu to be in the sidebar. I believe I’ve got the settings right in the Customizer sidebar layout, as well as the Customizer Primary Navigation layout. But it’s still not showing. When I change the Navigation location to “Above Header”, it immediately shows up.
October 13, 2017 at 6:27 pm #402901Leo
StaffCustomer SupportI’d need to see the page.
Can you either unlock it or send it through account Issue here: https://generatepress.com/contact?
Thanks.
October 18, 2017 at 8:55 am #405649Susanne
I did a little more research and found out that it was an issue with sections (which I have turned on) hiding sidebar menus.
The thread said to insert this php:
add_filter( ‘generate_sections_sidebars’,’generate_enable_sections_sidebars’ );
function generate_enable_sections_sidebars()
{
return true;
}Now I can see the primary menu in the sidebar format, but it’s floating way below the header. So frustrating!
Here’s the url again, this link should not be locked but let me know if it is.
http://divadesign-com.apache4.cloudsector.net/celina_1COctober 18, 2017 at 4:35 pm #405906Tom
Lead DeveloperLead DeveloperSince the sidebar is meant to sit next to the content, what you’re seeing is expected (even with Sections disabled).
Are you wanting the header (sidebar) to be at the top, on top of your page header? And your content still to be way down below the page header?
October 19, 2017 at 9:32 am #406393Susanne
I’d like the main navigation with primary menu to sit next to the page content, which I’d like to use sections in.
Here’s an example: http://codex-themes.com/thegem/home/beauty-salon-01/
I’m a big fan of Generate Press and I thought this would be easy to do with so many navigation options: is it impossible?
October 19, 2017 at 8:48 pm #406694Tom
Lead DeveloperLead DeveloperSo you’re wanting your header/nav to slide-out like that when the three bars are clicked?
October 23, 2017 at 6:27 am #408443Susanne
It doesn’t need to slide, but I want the header/primary nav to be on the left on desktop mode. For Mobile or tablet, I’m fine with the top “hamburger” menu returning. Is there a solution I’m missing?
October 23, 2017 at 7:28 pm #408797Tom
Lead DeveloperLead DeveloperAh, this topic might be helpful: https://generatepress.com/forums/topic/fixed-left-vertical-navigation-layout-css-and-customizer-only
More specifically, this CSS: https://generatepress.com/forums/topic/fixed-left-vertical-navigation-layout-css-and-customizer-only/#post-253050
Let me know 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.