Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1155581
    fmerino9
    Participant

    Hello all, thank you for taking the time to read this..

    I am having an issue where in my topbar, my pages are showing and I would like to remove it. Could you please assist? Thank you

    #1155582
    fmerino9
    Participant
    This reply has been marked as private.
    #1155598
    Joao
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1157308
    fmerino9
    Participant
    This reply has been marked as private.
    #1157343
    Joao
    Moderator

    Hi There,

    That is happening because you have Superfly and Ubermenu active at the same time.

    You need to choose just one of them in case you want to use it.

    Hope that helps

    Joao

    #1157381
    fmerino9
    Participant

    Hey sorry for the bother again but I do not have Superfly active and i tried deactivating UberMenu to see if it would solve the problem but it was also a failure. My pages are still listed in vertical bullet points in my topbar.

    Could you please look into the matter a bit more?

    Thank you

    All the best..

    #1157423
    Joao
    Moderator

    Hi There,

    Upon Checking your website again seems like some changes is made to your Child Theme that is causing the issue.

    Have you made those changes?

    Once I deactivated your Child Theme and Activated X the Menu on top is gone.

    If you don´t need those changes I recommend you deleting and installing a fresh Child Theme Version.

    Hope that helps

    Joao

    #1163232
    fmerino9
    Participant

    I added the following code to add a menu to my topbar. Could the problem stem from this code?

    <?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-fluid max width”>
    <?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(); ?>

    <?php

    wp_nav_menu( array(
    ‘menu’ => ‘topbar-menu’,
    ‘container’ => false,
    ‘menu_class’ => ‘x-nav sf-menu’,
    ‘container’ => ‘div’,
    ‘container_class’ => ‘top-menu’,
    ) );
    ?>

    </div>
    </div>

    <?php endif; ?>

    #1163286
    Thai
    Moderator

    Hi There,

    Please update your code to this:

    <?php
    	if( has_nav_menu( 'topbar-menu' ) ){
    		wp_nav_menu( array(
    			'menu'            => 'topbar-menu',
    			'container'       => false,
    			'menu_class'      => 'x-nav sf-menu',
    			'container'       => 'div',
    			'container_class' => 'top-menu',
    		) );
    	}
    ?>

    Hope it helps 🙂

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