Is it posible to disable WP bootstrap NavWalker?

Hello Aigars,

Thank you for this great theme. I bought a theme for 55USD somewhere else but yours MUCH better! You give support as much as you can, and that tells something about your personality! Thank you, you made my webpage possible!


There are some squirts and squeaks that I can’t fix myself, so I´ll try to get some help here;

I would like to remove WP bootstrap NavWalker as the menu wasn’t what I wanted/needed and went for a non OpenSource menu called UberMenu that does what I need it for. But, NavWalker can’t be disabled trough the WP admin and I’m afraid to break functionality of the theme if I remove things by myself without asking first.

This is my website: www.openbuilds.com.mx

Thank you in advance and keep up the good work!

-Ronald, puntoMX

Thank you for your feedback!

I don’t think that you need to remove existing menu because I see that this new menu is replaced by one set by plugin but it has taken most of the styling and HTML code from the existing navwalker. Removing it entirely might break your plugin functionality because it still depends on current menu at least at some level.

If you want to get rid of some parts of menu such as cart icons on the right you can use something like this.

.woo-menu-cart {
    display: none;
} 

This can also be removed via code but it you will be fine without removing it.

Thank you, so not much to worry about is what I read from your comment.

I did however remove some code in the header.php from the theme:


		            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
		                <span class="sr-only">Toggle navigation</span>
		                <span class="icon-bar"></span>
		                <span class="icon-bar"></span>
		                <span class="icon-bar"></span>
		            </button>

This will remove the button with the 3 bars when in “mobile phone mode” (as side info for any one that wants to use another menu).

Now, I still have to get the .woo-menu-cart in line with the menu, make it look the same as the buttons and the header is almost done. I would like to have the image before the whole head section so it’s not part of the “menu”, read old-header section, so the scroll-in menu looks smaller. If you have any tips, I would be pleased.

Thank you again, great theme and I saw that today a new version was released (still have to read the notes).

-Ronald

By the way, I removed the cart (woo-menu-cart) and added a widget (cart) to the side bar, looks better as well I think.

There is a White line under the menu that I can’t address, where is that one placed? It must be at the beginning of a page and not in the header section; the header/menu shows without the white line in the sticky menu.

Note that I don’t know PHP/HTML/CSS at all, sorry about that.

I removed the whole head almost:


		        <div class="navbar-header">

					<?php if( get_header_image() != '' ) : ?>
						<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
							<span class="sr-only">Toggle navigation</span>
							<span class="icon-bar"></span>
							<span class="icon-bar"></span>
							<span class="icon-bar"></span>
						</button>
					<div id="logo">
						<a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php header_image(); ?>"  height="<?php echo get_custom_header()->height; ?>" width="<?php echo get_custom_header()->width; ?>" alt="<?php bloginfo( 'name' ); ?>"/></a>
					</div><!-- end of #logo -->

				<?php endif; // header image was removed ?>

				<?php if( !get_header_image() ) : ?>

					<div id="logo">
						<span class="site-name"><a class="navbar-brand" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span>
					</div><!-- end of #logo -->

				<?php endif; // header image was removed (again) ?>

		        </div>

Just need to remove the White line or change my background back to White so I won’t see it ;).

Thanks for keeping posted what is going on with your website and how you have made it to work.

Your website now looks awesome with this huge drop-down menu. Great job there!

To get rid of the line you can add this code to Theme Options - Other - Custom CSS or inside Child Theme style.css o Jetpack Custom CSS. All solutions will work just fine.

.navbar.navbar-default {
    border: none;
}

That did the trick, copy and paste like your other code in Custom CSS in Theme Options. The menu I’m using can even handle Widgets in it, so pictures, video, text and more can be placed inside the menu without knowing how to code. I know that a huge menu isn’t SEO friendly but I prefer to have my site user friendly over SEO friendly ;).

I made a short review on WordPress as a big Thank You!

Ha, ha by short you mean 400 words, right? :slight_smile:

I already mentioned your review on our social profiles:
https://twitter.com/colorlib

https://plus.google.com/+Colorlib

Thank you!