- This topic has 11 replies, 3 voices, and was last updated 4 years, 8 months ago by
David.
-
AuthorPosts
-
July 12, 2021 at 9:54 am #1853152
Ella
Hi, I’ve been trying to search the forum for answers on mobile navigation menus but I can’t quite find what I’m looking for.
I’m not sure if I’m in the right place but I’m trying to edit the mobile menu so that – below the blog – section it shows a drop down for the different blog categories: https://postimg.cc/BPFD6ttT
Is this possible, and if so, how please? Ideally I’d like it to look similar to this, so you can see it’s a drop down from that title: https://postimg.cc/GB8mGk7w
Thanks!
July 12, 2021 at 10:05 am #1853174Leo
StaffCustomer SupportHi there,
You have to edit the WordPress menu that is assigned to the off canvas menu:
https://docs.generatepress.com/article/using-the-wordpress-menu-builder/Then add child items to it.
Let me know if this helps 🙂
July 15, 2021 at 7:53 am #1856969Ella
Oh, great, thank you. I’m super happy editing menus. If I create a new one though – what do I need to put it as for it to show as a mobile menu? Because I already have a primary and secondary menu which is for desktop, but I don’t see anywhere to select for mobile only and mobile navigation?
There is: “Off Canvas Menu (Currently set to: Primary menu – Dispatch)” – is that mobile perhaps? That currently just features an “uncategorised” category block.
Thanks,
EllaJuly 15, 2021 at 9:08 am #1857047David
StaffCustomer SupportHi there,
in Customizer > Layout > Off Canvas Panel – if you set it to Mobile Only, then whatever menu you added to the off canvas location will be displayed there and only on the mobile device.
July 15, 2021 at 10:30 am #1857136Ella
Hi David, thanks for this, that’s super helpful. I’ve created the menu and my dropdown for the blog categories shows up in black, but I need the text of those categories to automatically list in white text as they’re there but you can’t see them.
Site: http://www.forgettingfairytales.com
How do I change the text colour please?
Thanks,
EllaJuly 15, 2021 at 11:26 am #1857223Leo
StaffCustomer SupportHi Ella,
Can you try the options in Customizer > Colors > Offcanvas Panel > Sub-Menu-Items first?
July 15, 2021 at 11:34 am #1857235Ella
Of course. It seemed to be set correctly anyway but just updated it so it should be white text on black: https://postimg.cc/q6Cg4q12 but it doesn’t show like that. Thanks!
July 15, 2021 at 11:41 am #1857245Leo
StaffCustomer SupportCan you disable your caching and minifying plugins first?
If that doesn’t work, can you provide the dashboard login for me to take a quick look?
Thanks.
July 16, 2021 at 5:11 am #1857827Ella
What does minify plugins mean sorry? I also can’t disable my caching as the only cache feature I have left is breeze which is embedded into the site.
You’re welcome to take a look. I’ll copy the logins privately below now.
Whilst you’re on there, perhaps you could see why my button won’t update too: https://postimg.cc/56dSBwtZ I’ve had it set up so the text is grey on top of the pink and it doesn’t change.
Let me know if you manage to fix it. Thanks so much!
July 16, 2021 at 7:56 am #1858142David
StaffCustomer SupportThats odd…. but lets get that fixed by adding this CSS:
.slideout-navigation.main-navigation .main-nav ul ul li a { color: #fff; }July 16, 2021 at 8:27 am #1858168Ella
Amazing, that now works, thanks so much! I noticed the blog page (not the drop downs) but the blog itself, appears like this on mobile: https://postimg.cc/m1tnhrMN but on desktop it’s correct – displaying all the posts for all categories. Do we need an extra bit of code to fix that now? 🙂
And what code do we need to fix the button colour not updating please? https://postimg.cc/56dSBwtZ
Thanks!
July 16, 2021 at 9:13 am #1858232David
StaffCustomer SupportFor the button in the hero grid – use this CSS:
.wpsp-card .wpsp-read-more a { color: #000; } .wpsp-card .wpsp-read-more a:hover { color: #fff; }That other issue is showing some old code – try clearing the browser cache to see if it goes away. If it doesn’t can you switch networks and try clearing it again ?
-
AuthorPosts
- You must be logged in to reply to this topic.