News:

AbanteCart v1.4.2 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

Mobile Menu 3 Bars Removal(Solved)

Started by digitalt, September 30, 2016, 08:26:01 AM

Previous topic - Next topic

digitalt

I have searched and can't find this anywhere. I know it's in core template files, but give me a hint.

I want to remove the 3 Bar Menu button in mobile view. The rest of my mobile works great, but the 3 bar menu at this point does nothing.  Google recognizes the site as mobile so no worry there.

Firebug returns this:

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

In header.tpl I commented out this, but still get it.

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


Am I close?

rvalani

Try display:none and see if this works then comment it and also clear your browser cache and try

digitalt

Figured it out finally.

Remove from custom.js:


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

Clear cache and no more hamburg button. I forgot to clear cache in A-cart.

Forum Rules Code of conduct
AbanteCart.com 2010 -