Adding a Header Menu

Discussion in 'Woodpecker WordPress Business Theme' started by amyhaagsma, Jun 8, 2016.

Thread Status:
Not open for further replies.
  1. amyhaagsma

    amyhaagsma New Member

    Joined:
    Jun 5, 2016
    Messages:
    26
    Likes Received:
    2
    I've created a header menu using Max Mega Menu, but I can't figure out how to add it to the header. I keep getting a message that the theme only supports one menu. Thanks in advance for your help!
     
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Please follow the screenshot given below.

    add_max_menu.png

    Code is as follow..
    Code:
    <?php wp_nav_menu( array( 'theme_location' => 'custom_menu' ) ); ?>
    For your information, I am using "WP-Editor" plugin to edit files.

    You can also download and use it from the link https://wordpress.org/plugins/wp-editor/.

    After activating this plugin, you will get the same screen as shown in the screenshot.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. amyhaagsma

    amyhaagsma New Member

    Joined:
    Jun 5, 2016
    Messages:
    26
    Likes Received:
    2
    Thanks for your help. Unfortunately, this did not work exactly as expected. It added a menu in the header, but in addition to the header menu items, it added all of the items from the main menu.
    Amy
     
  4. amyhaagsma

    amyhaagsma New Member

    Joined:
    Jun 5, 2016
    Messages:
    26
    Likes Received:
    2
    This is what it currently looks like (all jumbled) and what I would like it to look like (nice and clean). Any help is greatly appreciated!
     

    Attached Files:

  5. priya

    priya Guest

    Hi,

    Please provide us 'URL' of your site..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  6. amyhaagsma

    amyhaagsma New Member

    Joined:
    Jun 5, 2016
    Messages:
    26
    Likes Received:
    2
    Hi Priya,
    I provided it previously, along with login credentials because it’s under development and in maintenance mode. Do you need it again?
    Amy
     
  7. amyhaagsma

    amyhaagsma New Member

    Joined:
    Jun 5, 2016
    Messages:
    26
    Likes Received:
    2
    Hi again,
    I’ve achieved what I wanted without needing to add a menu.
    Thanks,
    Amy
     
  8. priya

    priya Guest

    Great..!!!
     
Thread Status:
Not open for further replies.

Share This Page