[Resolved] Mobile menu display open

Home Forums Support [Resolved] Mobile menu display open

Home Forums Support Mobile menu display open

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

    Tom , as I can do to make the mobile version looks a displayed menu? so product categories are easier

    That is not closed but open display

    Thanks

    #194166
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Not too sure what you mean – are you wanting the mobile menu to look just like the desktop menu?

    #194224
    marcel

    Tom ! thanks for your answer. It’s not what I need , I leave a link to an image
    Example image -thanks tom

    #194255
    Tom
    Lead Developer
    Lead Developer

    I’m sorry I still don’t quite understand what you’re wanting to do?

    #194262
    Marcel

    Tom, in mobile version i nedd primary menu toggled active

    #194324
    Tom
    Lead Developer
    Lead Developer
    #194364
    Marcel

    Excelent tom. Is possible apply this only in home page?

    #194395
    Tom
    Lead Developer
    Lead Developer

    Change the code to this:

    add_filter( 'generate_navigation_class', 'generate_mobile_menu_toggled');
    function generate_mobile_menu_toggled( $classes )
    {
    	if ( is_front_page() )
    		$classes[] = 'toggled';
    
    	return $classes;
    	
    }
    #194614
    marcel

    Perfect!!! thanks tom

    #194663
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.