Iriathen Posted April 22, 2018 Share Posted April 22, 2018 (edited) I have posted a few times this ... i have installed a theme that has 2 separate menu modules.. Megamenu customer and Vertical mega menu customer I have bought advanced top menu also and i want to keep this but despite the fact that i have disables/uninstalled both modules vertical menu keeps taking up space from header and pushing advanced top menu to the right side.. I have searched and found that in the header.tpl file in the theme folder there is still a registration of the module.. http://constantinestore.dpstudio.gr/en/ ................................................. {/if} <div class="header-middle"> <div class="container"> <div class="row"> <div class="pos_logo col-lg-3 col-md-3 col-sm-12 col-xs-12"> <a href="{if isset($force_ssl) && $force_ssl}{$base_dir_ssl}{else}{$base_dir}{/if}" title="{$shop_name|escape:'html':'UTF-8'}"> <img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if isset($logo_image_width) && $logo_image_width} width="{$logo_image_width}"{/if}{if isset($logo_image_height) && $logo_image_height} height="{$logo_image_height}"{/if}/> </a> </div> <div class="header-middle-right col-lg-9 col-md-9 col-sm-12 col-xs-12"> {if isset($HOOK_TOP)}{$HOOK_TOP}{/if} </div> </div> </div> </div> <div class="header-bottom"> <div class="container"> <div class="menu-header"> <div class="row"> <div class="pos-vegamenu col-md-3 col-sm-12 col-xs-12"> {capture name='vegamenu'}{hook h='vegamenu'}{/capture} {if $smarty.capture.vegamenu} {$smarty.capture.vegamenu} {/if} </div> <div class="pos-megamenu col-md-9 col-sm-12 col-xs-12"> {capture name='megamenu'}{hook h='megamenu'}{/capture} {if $smarty.capture.megamenu} {$smarty.capture.megamenu} {/if} </div> </div> </div> </div> </div> ---------------------------------------------------------------------------------------------- can someone tell me what i need to change to disable it completely? Thank you in advance.. Edited April 22, 2018 by Iriathen more info (see edit history) 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