Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #229120
    Nicci W
    Participant

    Hi

    I am running the Ethos stack, with a 1 page site, and an embedded video slider above the masthead. Because I am using an embedded video it cannot be totally full screen as per the Ethos 3 demo. When I try adding the topbar option through customizer it adds it between the video slider and the logo/nav. Is there a way to have the topbar above the video slider? when the slider position is above the masthead?

    Many Thanks
    Nicci

    #229276
    Zeshan
    Member

    Hi Nicci,

    Thanks for writing in!

    Because this requires a template change, I’d advise that you setup 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.

    After that, copy the file wp-content/themes/x/framework/views/ethos/wp-header.php in your child theme’s folder /framework/views/ethos/, open the copied file in a text editor and replace entire code with following:

    <?php
    
    // =============================================================================
    // VIEWS/ETHOS/WP-HEADER.PHP
    // -----------------------------------------------------------------------------
    // Header output for Ethos.
    // =============================================================================
    
    ?>
    
    <?php x_get_view( 'global', '_header' ); ?>
    
      <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', '_slider-above' ); ?>
        <?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' ); ?>
    

    Hope this helps. 🙂

    Thank you.

    #332051
    [email protected]
    Participant

    Am having a big issue with my etho masthead slide. I try using revolution slider, but it is distorting my images.. What other option should I use. Because the layer slider isn’t showing

    #332068
    [email protected]
    Participant
    This reply has been marked as private.
    #332139
    Rupok
    Member

    Hi @thenaturesfarmacygmail-com

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #703052
    nicogarazzo
    Participant

    I am having the same issue. Even though I installed and activated the LayerSlider Plugin is not showing up at all
    in the element Menu. What could I be missing?

    #703445
    Rad
    Moderator

    Hi Nic,

    What do you mean by element menu? Would you mind providing a screenshot? And perhaps, start a new thread with your login credentials in private reply

    Thanks!

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