komiko Posted September 24, 2018 Share Posted September 24, 2018 Hi, I am having this problem and cant find out how to fix it. The top-menu disappears while in mobile, as expected, but the mobile menu icon does not appears... Can someone please have a look? https://tinyurl.com/y7kqes57 website is running in Prestashop 1.6.0.9, with default-bootstrap theme. Thanks! Link to comment Share on other sites More sharing options...
Nishith Nesdiya Posted September 26, 2018 Share Posted September 26, 2018 Hi... i thing you have remove icon code please check GOTO themes/default-bootstrap(your-themes)/modules/blocktopmenu/blocktopmenu.tpl file find this line "<div class="cat-title">{l s="Menu" mod="blocktopmenu"}</div>" this include or not you file like this code {if $MENU != ''} <!-- Menu --> <div id="block_top_menu" class="sf-contener clearfix col-lg-12"> <div class="cat-title">{l s="Menu" mod="blocktopmenu"}</div> <ul class="sf-menu clearfix menu-content"> {$MENU} {if $MENU_SEARCH} <li class="sf-search noBack" style="float:right"> <form id="searchbox" action="{$link->getPageLink('search')|escape:'html':'UTF-8'}" method="get"> <p> <input type="hidden" name="controller" value="search" /> <input type="hidden" value="position" name="orderby"/> <input type="hidden" value="desc" name="orderway"/> <input type="text" name="search_query" value="{if isset($smarty.get.search_query)}{$smarty.get.search_query|escape:'html':'UTF-8'}{/if}" /> </p> </form> </li> {/if} </ul> </div> <!--/ Menu --> {/if} Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now