Tagged: x
-
AuthorPosts
-
August 16, 2016 at 3:10 pm #1134136
pelowiParticipantHi,
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
August 16, 2016 at 3:11 pm #1134137
pelowiParticipantThis reply has been marked as private.August 16, 2016 at 5:36 pm #1134264
JadeModeratorHi 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1134136 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
