- This topic has 14 replies, 6 voices, and was last updated 2 years, 11 months ago by
Leo.
-
AuthorPosts
-
December 31, 2015 at 8:29 am #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
December 31, 2015 at 10:21 am #162600Tom
Lead DeveloperLead DeveloperYou 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.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentDecember 31, 2015 at 3:45 pm #162621Chad 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
January 1, 2016 at 12:06 am #162658Tom
Lead DeveloperLead DeveloperDo you have a primary menu set as well? That’s the only way for the menu icon to appear on desktop.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJanuary 1, 2016 at 4:32 am #162668Chad Biggs
Ok, thank you. That did the job.
January 1, 2016 at 4:46 am #162669Chad Biggs
Is there a way to add the word “menu” on the desktop, like on the mobile?
January 1, 2016 at 11:05 pm #162826Tom
Lead DeveloperLead DeveloperYour 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 π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJanuary 2, 2016 at 6:32 am #162860Chad Biggs
Works perfect! Thank you Tom.
Chad
January 2, 2016 at 8:38 am #162886Tom
Lead DeveloperLead DeveloperYou’re welcome π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJuly 8, 2016 at 8:44 am #207592Rob
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.
July 8, 2016 at 9:58 am #207618Tom
Lead DeveloperLead DeveloperGlad I could help! π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJanuary 25, 2018 at 7:26 am #479694Roger
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!?
January 25, 2018 at 12:27 pm #479911Leo
StaffCustomer SupportHi there,
This topic is quite old.
Can you start a new one and provide a link to your site?
Thanks!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/March 7, 2018 at 9:49 pm #514380David
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 MenuSee it at bizzservices.org
thanks
DavidMarch 8, 2018 at 8:38 am #514814Leo
StaffCustomer SupportHi David,
The original topic is from 2015 so a lot has changed since then.
Do you mind opening a new topic?
Thanks!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.