Home Forums WoodMart support forum Mobile Menu

Mobile Menu

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #338600

    admin_acid
    Participant

    Mobile Menu

    #338869

    Hello,

    Please try to add the code to the theme Settings > Custom JS on document ready.

    jQuery('.mobile-nav').on('click', '.wd-nav-mobile > li.menu-item-has-children > a', function(e){
    	e.preventDefault();
    	jQuery(this).parent().find(' > .wd-nav-opener').click();
    });

    Best Regards

    #351231

    admin_acid
    Participant

    Accessories Button

    #351510

    Hello,

    Please insert the site admin access into the Private content below the message area.

    Best Regards

    #351516

    admin_acid
    Participant

    Mobile menu

    #351632

    Hello,

    Could you kindly provide the login URL?

    Best Regards

    #351776

    admin_acid
    Participant

    Html

    #351909

    Hello,

    Please replace the code with this one:

    jQuery('.mobile-nav').on('click', '.wd-nav-mobile li.menu-item-has-children > a', function(e){
    	e.preventDefault();
    	jQuery(this).parent().find(' > .wd-nav-opener').click();
    });

    Best Regards

    #351910

    admin_acid
    Participant

    Open Subcategories

    #352223

    Hello,

    The code differs for one symbol. Please add and check.

    Best Regards

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