Home › Forums › WoodMart support forum › Different mobile menu for different pages
Different mobile menu for different pages
- This topic has 4 replies, 2 voices, and was last updated 23 hours, 42 minutes ago by Luke Nielsen.
-
AuthorPosts
-
December 30, 2024 at 12:04 pm #626143
mrkenobiParticipantHello. I need your support on this issue. https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/20264492/comments
As described, there is a problem setting up different menu for different pages. Header builder is very nice and easy to create navigation menu, but the problem starts because this is not working on mobile screens.
I have created two different header menus with Header builder. Then I applied one header to few pages, and another header for other pages. This works on desktop, but for mobile phones none of these work. I saw an option to add mobile menu. I added mobile menu within wordpress Menus by clicking a box that says ‘Mobile Side Menu’.
https://prnt.sc/xYuNPUVfetSGThe problem is that only one Mobile Side Menu can be applied. This means I can’t have different header/menu for different pages. I can only have this on desktop.
Can you add an option to Mobile menu element settings (in Header builder) https://prnt.sc/1qzkzn4TJ8kH
so I can choose which menu I want to use for it? Like you have here: https://prnt.sc/XxU_qhgzUo5EThis is also not possible for footers.
December 30, 2024 at 3:24 pm #626239
Luke NielsenKeymasterHello,
Try to select a mobile menu in the categories field – https://prnt.sc/PbA9Jw39hBlg and rename the title to another one. If such a solution suits you, then we can hide the mobile menu tab via custom CSS, and leave the “categories” menu which has another title and desired menu selected – https://prnt.sc/PQupRXhM1317
Kind Regards
January 7, 2025 at 10:35 am #627871
mrkenobiParticipantOkay. Let’s try that.
However, what about footer? How to set different footer? I need the same-looking footer, but different links.
January 7, 2025 at 10:37 am #627873
mrkenobiParticipantforgot to send you link:
January 7, 2025 at 3:29 pm #628010
Luke NielsenKeymasterHello,
I have defined the menu for the categories tab, then it was renamed to “Menu” – https://prnt.sc/ZurPLGKeFEmS
, defined the mobile menu – https://prnt.sc/DIcGcjELfD-9Then you need to define the code below in Theme Settings -> Custom CSS:
.mobile-nav .mobile-pages-title { display: none; } .mobile-nav .wd-nav-mob-tab>li { flex: 1 0 100%; max-width: 100%; }
As a result, you will have something like this – https://prnt.sc/h06CqwIwR9VH
2. You can create a Footer via HTML BLock, and by using presets define different footer for different pages – https://xtemos.com/docs-topic/theme-settings-presets/
Kind Regards
- This reply was modified 23 hours, 42 minutes ago by Luke Nielsen.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register