- This topic has 13 replies, 3 voices, and was last updated 3 years, 3 months ago by
Fernando.
-
AuthorPosts
-
January 8, 2023 at 4:23 pm #2488266
Rafał
When I’m scrolling on a mobile device, the second menu disappears (dark blue). I click expand category and when I try to go down my menu disappears. On the PC menu works fine.
January 8, 2023 at 5:49 pm #2488297Fernando Customer Support
Hi Rafal,
To clarify, do you want the Secondary menu to be sticky as well?
On Desktop view, from my end, it doesn’t appear to be sticky.
January 9, 2023 at 10:47 am #2489271Rafał
When trying to go lower the open menu, the second menu disappears and I have to open it again. I don’t want it to be sticky at the top, but not to disappear.
January 9, 2023 at 5:34 pm #2489528Fernando Customer Support
I see. I’m not experiencing that from my end. I also tested on my personal phone, and I can’t experience the issue there as well. What specific device are you using?
January 11, 2023 at 1:47 pm #2491987Rafał
I checked it on three devices and on each of them the second menu disappears when scrolling too fast (2x Xiaomi and Samsung).
Maybe there is a way to display this menu similarly to the canvas?January 11, 2023 at 6:34 pm #2492188Fernando Customer Support
I see. You would need a third-party plugin to create another off-canvas menu other than the Primary menu.
Does the issue still occur if you try deactivating all of your non-GP plugins? It would be good to back up your site before testing this.
If you would like to use a plugin for this, you can probably try one of these: https://bashooka.com/cms/off-canvas-navigation-menu-wordpress-plugins/
January 15, 2023 at 2:35 pm #2496650Rafał
I used one of the plugins from the link, however I can’t get the button to match the mobile menu. Is there a way to insert a plugin shortcut instead of the standard menu?
January 15, 2023 at 5:25 pm #2496741Fernando Customer Support
Hi Rafal,
Can you rephrase this part “Is there a way to insert a plugin shortcut instead of the standard menu”?
Are you referring to replacing the default menu with that of a plugin?
January 15, 2023 at 5:29 pm #2496743Rafał
Yes
January 15, 2023 at 6:29 pm #2496773Fernando Customer Support
I see. Can you try to disable the menus in GP through a Layout Element and enable to menu from your plugin?
Reference: https://docs.generatepress.com/article/layout-element-overview/#disable-element
Let us know if this works.
January 16, 2023 at 5:34 am #2497360Rafał
Unfortunately it doesn’t work. I want to remove the mobile menu icon from the header, but without removing the entire header. Maybe there is a way to move off canvas in place of the second navigation?
Is it possible to display a different second menu on mobile than on desctop?
January 16, 2023 at 7:31 am #2497486David
StaffCustomer SupportHi there,
can you provide a screenshot of what you want to achieve?
January 18, 2023 at 1:06 pm #2500727Rafał
I found a way to solve the situation by using the standard off-canvas menu. I need help editing the appearance of the off-screen menu.
I’m interested in setting the top and bottom borders, as well as slightly shifting the submenu text and subsequent children, as it looks in the attached photo. In addition, I would like to add 3 icons in one line with the “X” button – phone number, email and location.January 18, 2023 at 7:28 pm #2500915Fernando Customer Support
Hi Rafal,
Here’s a CSS you can try adding for the Top and Bottom spacing:
aside#iksm-widget-8 { margin-top:0px; margin-bottom:0px; }Here’s one to shift the sub-menu items:
.iksm-term.iksm-term--child a.iksm-term__link { padding-left: 20px; }You can alter the values to your preference.
Lastly, to add new icons, you can create a Block Element – Hook. Hook it to
inside_slideout_navigation. Use GB Button Blocks for the Icons: https://docs.generateblocks.com/article/buttons-overview/We’ll check afterward if and how we can align it to the
Xbutton. -
AuthorPosts
- You must be logged in to reply to this topic.