Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1265127
    RCRStudios
    Participant

    Hi I’m using X theme 4.6.4. I followed another post on how to put the slider between the nav bar and top bar but once I did it the slider disappeared. I think someone said in another post that it’s because of the update of X-Theme. Would you be able to help me fix this? also I wanna know how to take the margin away that’s between the nav bar and the slider

    #1265135
    Paul R
    Moderator

    Hi,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1265136
    RCRStudios
    Participant
    This reply has been marked as private.
    #1265146
    Paul R
    Moderator

    Hi,

    Thank you for providing your logins.

    I was able to fix it by changing the code in your wp-header.php with this.

    
    <?php
    
    // =============================================================================
    // VIEWS/INTEGRITY/WP-HEADER.PHP
    // -----------------------------------------------------------------------------
    // Header output for Integrity.
    // =============================================================================
    
    ?>
    
    <?php x_get_view( 'global', '_header' ); ?>
    
      
    
      <header class="<?php x_masthead_class(); ?>" role="banner">
        <?php x_get_view( 'global', '_topbar' ); ?>
        <?php x_get_view( 'global', '_slider-above' ); ?>
        <?php x_get_view( 'global', '_navbar' ); ?>
        <?php x_get_view( 'integrity', '_breadcrumbs' ); ?>
      </header>
    
      <?php x_get_view( 'global', '_slider-below' ); ?>
      <?php x_get_view( 'integrity', '_landmark-header' ); ?>
    

    Kindly check on your end.

    Thanks

    #1265266
    RCRStudios
    Participant

    thank you, it worked perfectly. would you also be able to tell me how to reduce the margin between the slider and the nav bar?

    #1265279
    Paul R
    Moderator

    Hi,

    That is your logobar.

    To get rid of it, you can add this under Custom > CSS in the Customizer.

    
    /* hide logobar */
    .x-logobar {
        display: none;
    }
    

    Hope that helps.

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