Home Forums WoodMart support forum Mobile version

Mobile version

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #163439

    Kazi_Mahbub
    Participant

    Hi there, How can I make this type of sticky footer & header for my site’s mobile version? please let me know

    Attachments:
    You must be logged in to view attached files.
    #163456

    Hello.

    You can make the row sticky in the Header builder https://xtemos.com/docs/woodmart/header-builder/header-rows-columns-configuration/

    You can enable the Mobile bottom navbar in the Theme Settings > General > Mobile Bottom Navbar

    Best Regards

    #163458

    Kazi_Mahbub
    Participant

    Thanks, got it. But how to set Category menu on mobile Nev Bar? There is no option for Category.

    #163473

    Hello,

    Please navigate to Woodmart > Header builder http://prntscr.com/iyd2pe

    Choose the proper header type (your current) http://prntscr.com/iyd333

    Switch to the mobile view of your header http://prntscr.com/iyd3v3

    Enter the mobile menu element and you will find the option to enable the category menu as well as the option to choose the menu.

    Best Regards

    #163505

    Kazi_Mahbub
    Participant

    Hi may be you dont understand my question. Actually I want to create Category menu like the screenshot. On “Mobile bottom navbar” section there is no option for Category

    Attachments:
    You must be logged in to view attached files.
    #163544

    Hello,

    No, there is no option to show the Category menu in the Mobile Bottom navbar. You can show the sidebar and if the sidebar has the categories, you would partially achieve the goal.

    Best Regards

    #163699

    Kazi_Mahbub
    Participant

    Hi, How can I remove these WISHLIST & LOGIN/REGISTER option from mobile menu option?

    Attachments:
    You must be logged in to view attached files.
    #163706

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body  .site-mobile-menu .menu-item-wishlist{
    display:none;
    }
    body  .site-mobile-menu .login-side-opener{
    display:none;
    }
    body .site-mobile-menu li.menu-item-my-account{
    display:none;
    }

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)