Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1395613
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! It turns out that you have added the file in the wrong folder. I have fixed it and move the file into the correct folder. The post carousel is now under the navbar. Please check your site.

    If there’s anything else, we can help you with, please let us know.

    #1395765
    bonamymartel
    Participant
    This reply has been marked as private.
    #1395874
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! Well you have copied the entire ethos folder and you placed it in wp-content/themes/x-child/framework/views/ethos/ethos/. It should only be wp-content/themes/x-child/framework/views/ethos/.

    Is it possible to move the carousel below the first slider? No you can with the current setup. You will have to follow this steps to be able to do so.
    #1] Please edit your homepage and remove the section containing the slider.
    #2] You will need to update the wp-header.php file again and have this code:

    <?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( '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', '_post', 'carousel' ); ?>
    
      <?php x_get_view( 'ethos', '_landmark-header' ); ?>

    #3] You will need to assign the slider below the masthead. You can find this option in the Slider Settings. For more details, please check this: https://community.theme.co/kb/sliders/

    Hope this helps.

    #1396049
    bonamymartel
    Participant

    thanks so much 🙂
    that’s great,
    brilliant support as always!

    #1396287
    Joao
    Moderator

    Glad to hear it,

    Cheers

    #1399170
    bonamymartel
    Participant

    Hi There
    sorry to add to the confusion
    I have successfully moved the carousel to below the slider
    however, in order to fit in with the overall site, I would really like to have a small 5px white space or margin between the bottom of the slider and the carousel. Because these features are not forming part of the cornerstone page I cannot adjust their margins. Is it possible to do this?

    thanks so much!

    #1399316
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .slick-list {
        margin-top: 3px;
    
    }

    Hope it helps

    Joao

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