[Support request] Main Navigation Hidden when changed to Sidebar Location

Home Forums Support [Support request] Main Navigation Hidden when changed to Sidebar Location

Home Forums Support Main Navigation Hidden when changed to Sidebar Location

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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.

    #402805
    Leo
    Staff
    Customer Support

    Hi 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/

    #402818
    Susanne

    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.

    #402901
    Leo
    Staff
    Customer Support

    I’d need to see the page.

    Can you either unlock it or send it through account Issue here: https://generatepress.com/contact?

    Thanks.

    #405649
    Susanne

    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_1C

    #405906
    Tom
    Lead Developer
    Lead Developer

    Since 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?

    #406393
    Susanne

    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?

    #406694
    Tom
    Lead Developer
    Lead Developer

    So you’re wanting your header/nav to slide-out like that when the three bars are clicked?

    #408443
    Susanne

    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?

    #408797
    Tom
    Lead Developer
    Lead Developer
Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.