- This topic has 7 replies, 4 voices, and was last updated 7 years ago by
Leo.
-
AuthorPosts
-
February 10, 2017 at 5:41 am #276934
Janek
Hi Tom,
At the moment we are using WMPL anguage switcher in top bar secondary menu position. We would like this menu to be always visible. Now, we are using this to make it show upadd_action( 'wp_enqueue_scripts', 'generate_dequeue_secondary_nav_mobile', 999 ); function generate_dequeue_secondary_nav_mobile() { wp_dequeue_style( 'generate-secondary-nav-mobile' ); } along with css .secondary-navigation .menu-toggle { display: none; }It works but only if Layout >> Header >> Mobile menu is deactivated. We would like top bar to show up also if mobile menu is enabled.
Please advise how can we accomplish that.
ThanksFebruary 10, 2017 at 10:22 am #277025Tom
Lead DeveloperLead DeveloperHi there,
Can you link me to your site? Your secondary nav should still be there even with the mobile header activated.
February 10, 2017 at 11:27 am #277082Janek
Thanks for the tip. Got it fixed since some custom CSS was messing around.
Next question though: is there a way to make mobile menu to act like this:
1. First click open submenus
2. Second click points to the menuAt the moment i have Layout >> Navigation Dropdown set to “Click – menu item” which for the mobile menu does what i need but then again: it disables 1st level menu links for the Desktop version.
Since Click + arrow seems to be confusing for most of the customers (they do not think about clicking on the arrow) then this option is also a no go.
Any advice?
February 10, 2017 at 4:24 pm #277173Tom
Lead DeveloperLead DeveloperYou could try this plugin: https://en-ca.wordpress.org/plugins/generate-legacy-mobile-menu/
More mobile menu options when it comes to clicking is something I wouldn’t mind tackling.
February 13, 2017 at 5:46 am #278113Janek
Ok, thanks anyway 😉
February 13, 2017 at 10:28 am #278224Tom
Lead DeveloperLead DeveloperNo problem – I’ll see if I can get more options in one of the upcoming updates 🙂
March 27, 2019 at 1:31 pm #851806Brad
How do we make the Top Bar always display, when using the Mobile Header? I would like for it to be sticky on top of the Mobile Header. Thanks in advance!
March 27, 2019 at 2:57 pm #851857Leo
StaffCustomer SupportAny chance you can open a new topic and link me to the site in question?
Thanks!
-
AuthorPosts
- You must be logged in to reply to this topic.