Home Forums WoodMart support forum Mobile version category

Mobile version category

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

    Zirs
    Participant

    Hi, how in the mobile version, expand categories by default?
    so it is
    https://prnt.sc/125c2bl
    it is necessary so
    https://prnt.sc/125c2wo
    thanks

    #287387

    Hello,

    You need to arrange your categories in the parent-child relationship to get this drop-down.

    If you have any questions please feel free to contact us.

    Best Regards

    #288232

    Zirs
    Participant

    I need to be deployed constantly

    #288454

    Hello,

    I am not sure I understand you properly.

    If you want the categories to be always open, on the page as on this demo: https://woodmart.xtemos.com/

    You can find this option in the page settings: Open categories menu – Always shows categories navigation on this page; https://xtemos.com/docs/woodmart/options-for-pages/

    If you have any questions please feel free to contact us.

    Best Regards

    #288487

    Hello,

    Please add this code to the Theme Settings > Custom JS > On document ready:

    woodmartThemeModule.$document.on('wdShopPageInit', function() {
    	woodmartThemeModule.categoriesMenuBtns();
    });

    Best Regards

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