Hi Guys,
Is It possible change the mainmenu to classic menu??
Thank you!
Regards
oStRicHEgReT wrote:I'd love classic menu too
since some users might miss their's menu hiding inside the button.
Thank you
dziudek wrote:The Quark template currently uses off canvas menu only. If it will be a more request from our users, we will consider adding the classic menu as an option too.
dziudek wrote:@carloshedzm - the menu has the white bar only if the fixed menu option is enabled. But the white bar will be visible only when you scroll the page below header and scroll up (it works in the same way as the menu at gavick.com).
<?php if($this->API->get('show_menu', 1)) : ?>
<div id="gkMobileMenu" class="gkPage">
<span id="gk-mobile-menu-text"><?php echo JText::_('TPL_GK_LANG_MENU'); ?></span>
<i id="static-aside-menu-toggler"></i>
</div>
<?php endif; ?>
<div id="gkMobileMenu" class="gkPage">
<span id="gk-mobile-menu-text"><?php echo JText::_('TPL_GK_LANG_MENU'); ?></span>
<i id="static-aside-menu-toggler"></i>
</div>