Home › Forums › WoodMart support forum › Mobile categories menu does not show up on mobile bottom nav bar
Mobile categories menu does not show up on mobile bottom nav bar
- This topic has 23 replies, 3 voices, and was last updated 5 months, 1 week ago by
Artem Temos.
-
AuthorPosts
-
September 18, 2024 at 4:12 pm #598331
phianhtaoParticipantI added the mobile categories menu in theme settings but it did not show up on mobile UI
Attachments:
You must be logged in to view attached files.September 18, 2024 at 5:28 pm #598350
Luke NielsenKeymasterHello,
Is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?
Kind Regards
September 19, 2024 at 8:59 am #598467
phianhtaoParticipantPlease view the private content
September 19, 2024 at 12:04 pm #598560
Luke NielsenKeymasterHello,
You need to contact your hosting provider and ask to increase
max_input_vars
parameter to 10000, then clear the cache and check how it works.Kind Regards
September 19, 2024 at 1:18 pm #598585
phianhtaoParticipantAlready increased max_input_vars parameter to 10000, but still do not work
September 19, 2024 at 4:57 pm #598640
Luke NielsenKeymasterHello,
In the layout, you need to show the Product categories element with the style as a hidden sidebar, then that button will be shown – https://take.ms/q8aSF
Kind Regards
September 20, 2024 at 10:28 am #598784
phianhtaoParticipantWhere can I find this to edit?
September 20, 2024 at 10:45 am #598790
Luke NielsenKeymasterHello,
You are using layouts for the Shop page, therefore navigate to Dashboard -> Layouts -> Product archive and edit layout that is related to the Shop page.
Kind Regards
September 20, 2024 at 11:10 am #598797
phianhtaoParticipantI need it to look like the attached images. Still showing the grid layout for product categories and the mobile menu should have 2 tabs like the image. Same as the demo template: https://woodmart.xtemos.com/vegetables/shop
Attachments:
You must be logged in to view attached files.September 20, 2024 at 5:26 pm #598934
Luke NielsenKeymasterHello,
1. Clarify, do you want to hide the categories grid? https://take.ms/fk4TC
2. Enable the Categories menu for the mobile so as a result there will be 2 tabs – https://take.ms/nVD4c
Kind Regards
September 21, 2024 at 9:19 am #599025
phianhtaoParticipant1. No I do not want to hide the categories grid
2. Where can I find that?September 22, 2024 at 10:44 pm #599211
Luke NielsenKeymasterHello,
Navigate to WoodMart -> Header builder -> Mobile -> Mobile menu -> Show categories menu.
Kind Regards
September 23, 2024 at 6:47 pm #599506
phianhtaoParticipantHi,
To clarify, this is the end result that I want:
1. I still want to show the categories grid
2. I don’t want to show the mobile menu on the mobile header
3. I want to show the mobile menu ONLY on the mobile nav bottom bar and with 2 tabsSeptember 24, 2024 at 9:23 am #599575
Artem TemosKeymasterHello,
In this case, you need to select Mobile menu element for the mobile navbar in Theme Settings. Here is a screenshot https://gyazo.com/341d3abe908a9d6f108a09a98bfe904b
Kind Regards
September 24, 2024 at 11:15 am #599619
phianhtaoParticipantMaybe a misunderstanding. The end result should be:
1. I still want to show the categories grid in shop page
2. I don’t want to show the mobile menu/ mobile categories on the mobile header
3. I want to show the mobile categories menu with 2 tabs (mobile menu + mobile categories) ONLY on the mobile nav bottom barSeptember 24, 2024 at 11:28 am #599630
Artem TemosKeymasterYes, we understand and provided you with instructions. Follow our previous reply and reply #598934
If you did everything per instructions, please send us screenshots so we can verify that.September 24, 2024 at 12:56 pm #599666
phianhtaoParticipantPlease see attached, I followed the instructions and it is only showing the normal mobile menu. Again, I need to show: the menu with 2 tabs: mobile menu + mobile categories on the mobile nav bottom bar as with the demo https://woodmart.xtemos.com/vegetables/ (not showing on mobile header)
Attachments:
You must be logged in to view attached files.September 24, 2024 at 2:07 pm #599687
Artem TemosKeymasterYou didn’t enable the second menu tab as we wrote here https://xtemos.com/forums/topic/mobile-categories-menu-does-not-show-up-on-mobile-bottom-nav-bar/#post-599211
Please enable and send us a screenshot so we can verify.September 24, 2024 at 3:23 pm #599731
phianhtaoParticipantDoing as you instructed means I have to show the mobile menu on the mobile header. What I’m trying to achieve is not to show the mobile menu in the mobile header, but still can enable the second menu tab on the mobile bottom nav bar.
September 24, 2024 at 3:25 pm #599732
Artem TemosKeymasterIt is not possible, unfortunately. But you can simply hide it with custom CSS from the header. Here is code snippet
.wd-header-mobile-nav { display: none; }
September 24, 2024 at 3:38 pm #599735
phianhtaoParticipantI tried doing that, but it also hides from the mobile bottom nav bar. Please see attached
Attachments:
You must be logged in to view attached files.September 24, 2024 at 3:41 pm #599737
Artem TemosKeymasterTry to replace it with the following
.whb-column .wd-header-mobile-nav { display: none; }
September 24, 2024 at 3:43 pm #599740
phianhtaoParticipantIt finally works! Thanks a lot!
September 24, 2024 at 3:48 pm #599742
Artem TemosKeymasterGreat, You are welcome! Feel free to contact us if you have any further questions.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register