Tagged: x
-
AuthorPosts
-
August 31, 2016 at 2:16 pm #1155581
fmerino9ParticipantHello 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
August 31, 2016 at 2:17 pm #1155582
fmerino9ParticipantThis reply has been marked as private.August 31, 2016 at 2:25 pm #1155598
JoaoModeratorThanks 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.
September 1, 2016 at 2:13 pm #1157308
fmerino9ParticipantThis reply has been marked as private.September 1, 2016 at 2:33 pm #1157343
JoaoModeratorHi 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
September 1, 2016 at 2:51 pm #1157381
fmerino9ParticipantHey 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..
September 1, 2016 at 3:21 pm #1157423
JoaoModeratorHi 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
September 6, 2016 at 11:18 am #1163232
fmerino9ParticipantI 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; ?>
September 6, 2016 at 12:02 pm #1163286
ThaiModeratorHi 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 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1155581 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
