Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #167780
    Ryanbrown1987
    Participant

    Hey X Team,
    I like the layout of Ethos but I had a couple of problems. I would like to place the post carousel below the logo, header, and navigation bar in Ethos. When you select to display the post carousel, it only ever adds it about all of the content.

    Thank you!

    #168220
    Christian
    Moderator

    Hey Ryan,

    Please setup a child theme first. See http://theme.co/x/member/kb/how-to-setup-child-themes/ for instructions. After that, copy wp-header.php located in wp-content\themes\x\framework\views\ethos to the same folder in your child theme wp-content\themes\x-child-ethos\framework\views\ethos. Open the copied file and look for the line of code

    <?php x_get_view( 'ethos', '_post', 'carousel' ); ?>

    Cut and paste it under the line

    <?php x_get_view( 'global', '_navbar' ); ?>

    Or, simply replace the whole code with the one below.

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

    If that doesn’t help, please give us access to your WordPress admin and FTP.

    Hope that helps. 🙂

    #168274
    Ryanbrown1987
    Participant
    This reply has been marked as private.
    #168756
    Paul R
    Moderator

    Hi Ryan,

    I have added the file and the code.
    Please check it out.

    Thanks

    #172793
    Ryanbrown1987
    Participant

    Worked Perfectly, thank you so much X Team!

    #172805
    John Ezra
    Member

    You’re welcome! feel free to contact again anytime, Happy New Year!

    #174656
    Ryanbrown1987
    Participant
    This reply has been marked as private.
    #174717
    Rad
    Moderator

    HI Ryan,

    Done, now please re-setup your carousel again at your customizer.

    The carousel will not display, please remove ore disable any plugin or code that is related to digg widgets. As it causing javascript error. And carousel javascript is being affected.

    Thanks!

    #174874
    Ryanbrown1987
    Participant

    Thanks for helping me out again.
    I removed all social media related plugins and everything involving Digg, but the carousel still won’t show and also the customizer freezes on “updating” when I try to add it. The only plugin that still has Digg is the Jetpack plugin for wordpress which I disabled and still nothing worked. Can you please assist? Thank you so much!

    #174905
    Paul R
    Moderator

    Hi Ryan,

    Upon checking, I can see you have not installed the X-shortcode plugin.

    Please install that plugin to make the theme work.

    You can get the plugin files from within the theme directory.

    It’s located at wp-content/themes/x/framework/plugins

    Hope that helps. 🙂

    #175124
    Ryanbrown1987
    Participant

    Hey X Team,
    Just installed the shortcakes and such but no carousel is still showing. Any ideas? Cheers!

    #175127
    Ryanbrown1987
    Participant

    Also, neither is the post slider appearing.

    #175268
    Nabeel A
    Moderator

    Hi Ryan,

    There was a third party plugin conflict with X theme, I’ve deactivated all the third party plugins and now your Post Slider and Post Carousel is working again. Please clear your browser’s cache and check the site again.

    Cheers!

    #175806
    Ryanbrown1987
    Participant

    I deleted all 3rd party plugins and cleared my cache and the carousel is still not showing.

    #175998
    Christian
    Moderator

    Hey Ryan,

    I went to your Appearance > Customize > Ethos setting and Post Carousel is off. Please switch it on and choose Random to see that it works. If you want to display Featured Posts, please go to your posts’ Ethos Settings (see http://prntscr.com/5o8vbe) and set the options.

    Thanks.

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