Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #992377
    Ryanbrown1987
    Participant

    Hello 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!

    SITE: http://www.LostBoyMemoirs.com

    #992437
    Rupok
    Member

    Hi 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!

    #992603
    Ryanbrown1987
    Participant

    Hi X Team,

    I think it has been resolved if you can try again please thanks!

    #992938
    Rue Nel
    Moderator

    Hello 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.

  • <script> jQuery(function($){ $("#no-reply-992377 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>