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*

ckeilson

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Remove White Area Above Header Image #4077
    ckeilson
    Participant

    I got it to work. Thank you so much. It looks great!

    in reply to: Format Information in Footer #3877
    ckeilson
    Participant

    Thank you. That fixed the problem.

    in reply to: Additional Menu #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.

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