Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: removing hamburger menu in mobile version of home page  (Read 2910 times)

Offline billteale

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
removing hamburger menu in mobile version of home page
« on: May 10, 2019, 06:26:21 PM »
I am building my first test store, and I am feeling my way around.  Link below

On the home page I have the layout header set to have a color and a graphic by changing .headerstrip in the css, and disabling the header block in the layout.  I have enabled the category block in the header bottom section of the layout.

It looks good on a desktop, and would work well on a mobile if the hamburger menu did not appear - it does not trigger links when clicked.

How do I get rid of the hamburger?

My domain is sigwebdesign,  it is a dot com address and the folder containing the page is /shopping  (It would not let me link a url)


Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: removing hamburger menu in mobile version of home page
« Reply #1 on: May 12, 2019, 09:25:20 PM »
In the header.tpl you need to remove below code:

Code: [Select]
<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>

NOTE: You will be able to post URLs after you make few posts
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

 

Powered by SMFPacks Social Login Mod