Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1134136
    pelowi
    Participant

    Hi,

    I´d like to fix the position of the TOPBAR while scrolling down. The navbar is fixed, but while scrolling down, the topbar is disappearing.

    How do I fix this? I´ve just read the forum, but I didn´t got the right solution, wether so many solutions are provided.

    I´ve already made an x-child view file for _topbar.php with the following entries:

    <?php
    
    // =============================================================================
    // VIEWS/GLOBAL/_TOPBAR.PHP
    // -----------------------------------------------------------------------------
    // Includes topbar output.
    // =============================================================================
    
    ?>
    
    <?php if ( x_get_option( 'x_topbar_display' ) == '1' ) : ?>
    
      <div class="x-topbar">
        <div class="x-topbar-inner x-container max width">
          <?php ubermenu( 'main' , array( 'menu' => 97 ) ); ?>
          <?php if ( x_get_option( 'x_topbar_content' ) != '' ) : ?>
          <p class="p-info"><?php echo x_get_option( 'x_topbar_content' ); ?></p>
          <?php endif; ?>
          <?php x_social_global(); ?>
        </div>
      </div>
    
    <?php endif; ?>

    the Menu 97 is my wished menu, which should be presented.

    Thanks in advance

    #1134137
    pelowi
    Participant
    This reply has been marked as private.
    #1134264
    Jade
    Moderator

    Hi there,

    I have checked your site but there seems to be no topbar present.

    Would you mind putting back on so that we could check it?

    Thank you.

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