Tagged: x
-
AuthorPosts
-
May 15, 2016 at 11:09 am #992377
Ryanbrown1987ParticipantHello X Team!
Long ago, I chose to put the Nav menu below the header, logo, and carousel. I’d like to have the menu placed now at the top again if you can help?Also, since I am making a landing page now instead of just a blog post page, I am using a “No container, no header no footer” layout but that removes the menu from being displayed as well. Can you help so it will display on all pages?
Cheers!
May 15, 2016 at 12:18 pm #992437
RupokMemberHi there,
Thanks for writing in! I am seeing SSL_ERROR_INTERNAL_ERROR_ALERT while trying to access your site. Would you check this and resolve first?
Cheers!
May 15, 2016 at 3:54 pm #992603
Ryanbrown1987ParticipantHi X Team,
I think it has been resolved if you can try again please thanks!
May 15, 2016 at 9:40 pm #992938
Rue NelModeratorHello There,
What you are trying to accomplish requires a template customization, we would like to suggest that you use a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.
Once you have your child theme active and ready, please follow the following steps below:
1] Using Notepad or TextEdit or Sublime Text or any text editor, please create a new file in your local machine.
2] Insert the following code into that new file<?php // ============================================================================= // VIEWS/ETHOS/WP-HEADER.PHP // ----------------------------------------------------------------------------- // Header output for Ethos. // ============================================================================= ?> <?php x_get_view( 'global', '_header' ); ?> <?php x_get_view( 'global', '_slider-above' ); ?> <header class="<?php x_masthead_class(); ?>" role="banner"> <?php x_get_view( 'ethos', '_post', 'carousel' ); ?> <?php x_get_view( 'global', '_topbar' ); ?> <?php x_get_view( 'global', '_navbar' ); ?> <?php x_get_view( 'ethos', '_breadcrumbs' ); ?> </header> <?php x_get_view( 'global', '_slider-below' ); ?> <?php x_get_view( 'ethos', '_landmark-header' ); ?>3] Save the file named as
wp-header.php
4] Upload this file to your server in the child theme’s folder
wp-content/themes/x-child/framework/views/ethos/Please let us know how it goes.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-992377 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
