Hi,
I would like to disable the navigation bar, means I would like to have all the menu link but without the bar. Which means again to show sort by, post here and advanced search menu link, but will have no bar instead plain background. I found below in markup template, but if I remove navbar-inner, the whole bar disappears including all the links.
get('menu.menu') || $markup->get('filters.filters')): ?>
<DIV class="clearfix"></DIV>
<div class="navbar" id="cnav">
<div class="navbar-inner">
<?php if($markup->get('filters.filters')):?>
Can anyone help me?
Hi,
I would like to disable the navigation bar, means I would like to have all the menu link but without the bar. Which means again to show sort by, post here and advanced search menu link, but will have no bar instead plain background. I found below in markup template, but if I remove navbar-inner, the whole bar disappears including all the links.
get('menu.menu') || $markup->get('filters.filters')): ?>