Tagged: x
-
AuthorPosts
-
March 29, 2016 at 3:39 am #856420
Hello,id like to create a new menu bellow the header,
how can i do that ?March 29, 2016 at 4:42 am #856498Hi 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.
March 29, 2016 at 4:47 am #856500Greetings,
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
March 29, 2016 at 6:40 am #856662Hi 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.
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.
-
AuthorPosts