Home Forums WoodMart support forum mobile menu

mobile menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #292168

    Global Touch
    Participant

    Hello woodmart team!

    I would like to ask something about your theme.

    I want to close submenu of parent item when i open other sub menu in mobile menu. Is it possible?

    Thanks in advance

    #292313

    Hello,

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

    jQuery('.icon-sub-menu').on('click', function(){
    	var $siblings = jQuery(this).parent().siblings();
    	$siblings.removeClass('opener-page');
    	$siblings.find('> ul').slideUp(200);
    	$siblings.find('.icon-sub-menu').removeClass('up-icon');
    });

    Best Regars

    #292873

    Global Touch
    Participant

    Good morning, perfect!

    It works great!

    Thanks!

    #293090

    We are always happy to help you, write to us when you have any difficulties or issues with our theme.

    We would be grateful for 5 stars rate on http://themeforest.net/downloads in case you are satisfied with our theme and customer service

    Thank you in advance

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