Support ForumAdding two menus on top header – Support Forum https://support.ishyoboy.com/forums/topic/adding-two-menus-on-top-header/feed/ Thu, 02 May 2024 12:16:59 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/adding-two-menus-on-top-header/#post-1503 <![CDATA[Adding two menus on top header]]> https://support.ishyoboy.com/forums/topic/adding-two-menus-on-top-header/#post-1503 Tue, 21 Jan 2014 09:50:10 +0000 primetel Hi,

Is it possible to have two menus on the top-header? Right now it’s just one and you have it left or right.

Please advice…and thanks for great support!

]]>
https://support.ishyoboy.com/forums/topic/adding-two-menus-on-top-header/#post-1508 <![CDATA[Reply To: Adding two menus on top header]]> https://support.ishyoboy.com/forums/topic/adding-two-menus-on-top-header/#post-1508 Tue, 21 Jan 2014 17:29:49 +0000 IshYoBoy Hi there,

Well, to manage this, you would have to update the header.php file. If you inspect it, you will find that this function is used:

wp_nav_menu( array( 'menu' => $ish_options['header_bar_menu'], 'container' => 'nav', 'container_class' => 'top-nav') );

you can read more about the function here: https://codex.wordpress.org/Function_Reference/wp_nav_menu

So you can either create a new menu and hard code it or create a new location and simply use it there ( https://codex.wordpress.org/Navigation_Menus ). Of course you will have to add some CSS styling to style the menu correctly, plus to handle the responsive (mobile) version. For this we use tinyNav and it is initialized in main.js file.

wp-content/themes/nalleto/assets/html/core/libs/js/main.js

Hope this helps you head in the right direction.
Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/adding-two-menus-on-top-header/#post-1526 <![CDATA[Reply To: Adding two menus on top header]]> https://support.ishyoboy.com/forums/topic/adding-two-menus-on-top-header/#post-1526 Thu, 23 Jan 2014 14:40:47 +0000 primetel Awesome! It worked. Thank you!

]]>
https://support.ishyoboy.com/forums/topic/adding-two-menus-on-top-header/#post-1527 <![CDATA[Reply To: Adding two menus on top header]]> https://support.ishyoboy.com/forums/topic/adding-two-menus-on-top-header/#post-1527 Fri, 24 Jan 2014 08:37:16 +0000 IshYoBoy Perfect!

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>