badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Additional Menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3843
    ckeilson
    Participant

    I need to add an additional menu to the top right of the page where the Social Media icons go. I was able to do it here on another site using a different theme by modifying the class-header-menu.php file. You can see the example here:

    http://www.keilsonconsulting.com/clients/KDS/

    I need to do the same thing on this new site I am creating using Attitude (Premium) but I cannot see the class-header-menu.php file on the editor tab.

    Please advise where I need to go to make these changes. My Web Site is:

    http://www.keilsonconsulting.com/clients/key_data_systems/

    Thanks,

    Chris

    #3861
    Sanjip Shah
    Participant

    @ckeilson Our themes supports only one menu place. You will have to edit the header-extensions.php file which is located in the path Theme folder->Library folder->Structure folder->header-extenstions.php. You will have to make changes inside the attitude_headerdetails function. Also please make a child theme so that you won’t lose the changes when you update the theme.

    #3876
    ckeilson
    Participant

    Thanks for your help. The next issue I am facing is that the code to pull the menu is not working. It is pulling the info from the main menu, but not my secondary menu. The code I used on my other Web Site was:

    
    <div class="member-login span6">
    			<?php wp_nav_menu( array('menu' => 'About-Us-Menu' )); ?>
                        </div>
    

    I wanted to do the same thing here to pull the info from the menu I titled “Minor-Menu”

    <div class="Minor-Menu span6">
    			<?php wp_nav_menu( array('menu' => 'Minor-Menu' )); ?>
                        </div>
    

    But it is not working.

    #3885
    Sanjip Shah
    Participant
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.