Hi, I am trying to configure the main menu on the Boom multi theme. When I resize the browser window, the main menu disappears when the width gets smaller than the value set under 'SF-SMALLSCREEN' plugins section of the menu block (as it should). However, the select menu never appears so the site is left without any menus on mobile/small screens.
Anything I should look for to make this work?
Hi,
We are about to release an updated version on Themeforest.
Please wait for couple days and then update that version
Regards,
Can you please point me to which files I should update? I made a lot of changes to the template and I don't want to re-install the entire website.
Hi,
Please check following files, page.tpl.php, page--file.tpl.php, page--node.tpl.php
Find out "</header>" and insert these code right before "</header>"
<div id="mobile-menu-bar">
<div class="flx-mobile-menu"></div>
<div class="clear"></div>
</div>
Thanks, that did the job.