Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #856420

    avantrooper7
    Participant

    Hello,id like to create a new menu bellow the header,
    how can i do that ?

    #856498

    Nico
    Moderator

    Hi There,

    Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    Thanks.

    #856500

    avantrooper7
    Participant

    Greetings,
    this is a really fast drawing of how i want the structure of the site,
    so i want to put the menu there,bellow the logo for a start.

    Thank you

    #856662

    Friech
    Moderator

    Hi There,

    Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. While this is outside the scope of support, I could point you in the right direction with the understanding that it would ultimately be your responsibility to take it from here.

    Wordpress has a documentation how you can register a new menu here: https://codex.wordpress.org/Navigation_Menus

    You will need to modify a file named wp-header.php under the child theme’s \x-child\framework\views\{YOUR-STACK}\ directory.

    How to Setup Child Themes

    You can copy the file wp-header.php from the parent theme (\x\framework\views\{YOUR-STACK}\) and paste the display menu code from the documentation underneath the line:

    <?php x_get_view( 'global', '_navbar' ); ?>

    Hope it helps, thank you for understanding.