[Resolved] slideout menu

Home Forums Support [Resolved] slideout menu

Home Forums Support slideout menu

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #162594
    Chad Biggs

    Im trying to get my slideout menu working. Here is what I have done so far …
    Create a new menu named “slide out”.
    In the menu settings, tick slideout menu.
    Save menu.
    Add post to the menu.
    In Menu locations > theme location – slideout menu, select “slide out”.
    Save menu.

    What did I forget to do, it doesn’t work?

    Chad

    #162600
    Tom
    Lead Developer
    Lead Developer

    You have menu items in that created menu, correct?

    If so, the last thing you should need to do is go to “Customize > Menu Plus” and enable the slideout menu on desktop, mobile or both.

    #162621
    Chad Biggs

    Yes, there are menu items. Slideout menu in the customizer is set to both. I want it to work on the desktop. I can get the menu icon when I close down on the width of the window, but not when the window is expanded.

    Chad

    #162658
    Tom
    Lead Developer
    Lead Developer

    Do you have a primary menu set as well? That’s the only way for the menu icon to appear on desktop.

    #162668
    Chad Biggs

    Ok, thank you. That did the job.

    #162669
    Chad Biggs

    Is there a way to add the word “menu” on the desktop, like on the mobile?

    #162826
    Tom
    Lead Developer
    Lead Developer

    Your best bet is to hide the current item:

    .slideout-toggle {
        display: none;
    }

    Then add a custom link to your menu and give it the class of custom slideout-toggle.

    In your custom link you can give it a navigation label of: <i class="fa fa-bars"></i> Menu

    Then add this CSS:

    .custom.slideout-toggle {
        display: block;
    }

    That should do it πŸ™‚

    #162860
    Chad Biggs

    Works perfect! Thank you Tom.

    Chad

    #162886
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

    #207592
    Rob

    It took a minute to wrap my head around that one but now I get it. I didn’t see how eliminating the menu items made any sense. Menu now looks like I want. Thanks a ton for your patience.

    #207618
    Tom
    Lead Developer
    Lead Developer

    Glad I could help! πŸ™‚

    #479694
    Roger

    I had the same problem, but solved it using the info above, however the slide-out toggle has now forced my logo in the header off to the right hand side. HELP!?

    #479911
    Leo
    Staff
    Customer Support

    Hi there,

    This topic is quite old.

    Can you start a new one and provide a link to your site?

    Thanks!

    #514380
    David

    Hi tom
    I tried your recommendation to add the word menu to hamburger menu icon but doesnt seem to be working
    1. original slideout toggle didnt disappear
    2. the new toggle had 2 toggles plus the word Menu

    See it at bizzservices.org
    thanks
    David

    #514814
    Leo
    Staff
    Customer Support

    Hi David,

    The original topic is from 2015 so a lot has changed since then.

    Do you mind opening a new topic?

    Thanks!

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.