Home Forums WoodMart support forum Different mobile menu for different pages

Different mobile menu for different pages

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #626143

    mrkenobi
    Participant

    Hello. 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/xYuNPUVfetSG

    The 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_qhgzUo5E

    This is also not possible for footers.

    #626239

    Luke Nielsen
    Keymaster

    Hello,

    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

    #627871

    mrkenobi
    Participant

    Okay. Let’s try that.

    However, what about footer? How to set different footer? I need the same-looking footer, but different links.

    #627873

    mrkenobi
    Participant

    forgot to send you link:

    #628010

    Luke Nielsen
    Keymaster

    Hello,

    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-9

    Then 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.
Viewing 5 posts - 1 through 5 (of 5 total)