Jump to content

Dany Kurniawan

Members
  • Posts

    7
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Dany Kurniawan got a reaction from ademe in Hide Client Menu Link "Payment Accounts"   
    oke sir.
    i have found the way i have to edit.
    find this code on app/views/client/bootstrap/structure.pdt
    ....... </li> <?php } ?> //add the code below here </ul> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> ....... repalce the "//add the code below here" with the code below :
    <li class="dropdown"> <a class="dropdown-toggle" href="main-menu-link-to-navigate" data-toggle="dropdown"><i class=""></i>Main Menu To Show <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="link-to-navigate-1"><i class=""></i>Dropdown Menu To Show 1</a></li> <li><a href="link-to-navigate-2"><i class=""></i>Dropdown Menu To Show 2</a></li> </ul> </li>  
    and here is the result :
     

     
    Hope this will help anyone that want to edit the nav-menu using dropdown style.
    Thanks sir @Licensecart for your clue.
  2. Like
    Dany Kurniawan got a reaction from Paul in Hide Client Menu Link "Payment Accounts"   
    oke sir.
    i have found the way i have to edit.
    find this code on app/views/client/bootstrap/structure.pdt
    ....... </li> <?php } ?> //add the code below here </ul> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> ....... repalce the "//add the code below here" with the code below :
    <li class="dropdown"> <a class="dropdown-toggle" href="main-menu-link-to-navigate" data-toggle="dropdown"><i class=""></i>Main Menu To Show <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="link-to-navigate-1"><i class=""></i>Dropdown Menu To Show 1</a></li> <li><a href="link-to-navigate-2"><i class=""></i>Dropdown Menu To Show 2</a></li> </ul> </li>  
    and here is the result :
     

     
    Hope this will help anyone that want to edit the nav-menu using dropdown style.
    Thanks sir @Licensecart for your clue.
  3. Like
    Dany Kurniawan got a reaction from Michael in Hide Client Menu Link "Payment Accounts"   
    oke sir.
    i have found the way i have to edit.
    find this code on app/views/client/bootstrap/structure.pdt
    ....... </li> <?php } ?> //add the code below here </ul> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> ....... repalce the "//add the code below here" with the code below :
    <li class="dropdown"> <a class="dropdown-toggle" href="main-menu-link-to-navigate" data-toggle="dropdown"><i class=""></i>Main Menu To Show <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="link-to-navigate-1"><i class=""></i>Dropdown Menu To Show 1</a></li> <li><a href="link-to-navigate-2"><i class=""></i>Dropdown Menu To Show 2</a></li> </ul> </li>  
    and here is the result :
     

     
    Hope this will help anyone that want to edit the nav-menu using dropdown style.
    Thanks sir @Licensecart for your clue.
×
×
  • Create New...