areeb1992 Posted March 21, 2014 Share Posted March 21, 2014 how to remove custom menu from this menu I search it in Mega menu but therre is no custome menu there Link to comment Share on other sites More sharing options...
areeb1992 Posted March 21, 2014 Author Share Posted March 21, 2014 anyone plz ? Link to comment Share on other sites More sharing options...
vekia Posted March 21, 2014 Share Posted March 21, 2014 it's not default menu module, and also not default theme. please provide more informations about features that you use. Link to comment Share on other sites More sharing options...
diegoparra Posted July 4, 2014 Share Posted July 4, 2014 I have the same problem, i want to remove menu "blog", but i dont know where i can remove. Link to comment Share on other sites More sharing options...
PSfever.com Posted July 4, 2014 Share Posted July 4, 2014 diegoparra - can you start a new thread just for your problem and give us a link to your site? Link to comment Share on other sites More sharing options...
diegoparra Posted July 4, 2014 Share Posted July 4, 2014 diegoparra - can you start a new thread just for your problem and give us a link to your site? hello PSfever.com, I am unable to create a new topic. would like to know how do I remove the blog items and custom menu Megamenu. My site www.suplelife.com.br, but right now I'm with the maintenance page enabled. Link to comment Share on other sites More sharing options...
PSfever.com Posted July 4, 2014 Share Posted July 4, 2014 hello PSfever.com, I am unable to create a new topic. would like to know how do I remove the blog items and custom menu Megamenu. My site www.suplelife.com.br, but right now I'm with the maintenance page enabled. I'm not aware of any restriction for new users in terms of startign a new thread. But can you disable maintenance mode for a while? Otherwise there's nothing I can do. Link to comment Share on other sites More sharing options...
diegoparra Posted July 4, 2014 Share Posted July 4, 2014 I'm not aware of any restriction for new users in terms of startign a new thread. But can you disable maintenance mode for a while? Otherwise there's nothing I can do. Ok Psfever.com I disabled maintenance mode. Thanks for your help. Link to comment Share on other sites More sharing options...
vekia Posted July 4, 2014 Share Posted July 4, 2014 please turn on shop for a moment, i will check it Link to comment Share on other sites More sharing options...
PSfever.com Posted July 4, 2014 Share Posted July 4, 2014 Could you copy the .tpl file of the module that is hooked in DisplayTop hook right below categories? I don't know what modules you're using - not sure if it's editable through your backoffice. Link to comment Share on other sites More sharing options...
diegoparra Posted July 4, 2014 Share Posted July 4, 2014 Could you copy the .tpl file of the module that is hooked in DisplayTop hook right below categories? I don't know what modules you're using - not sure if it's editable through your backoffice. PSfever.com, follows the megamenu.tpl file: <!-- Block categories module --> {if $blockCategTree != ''} <div class="ma-nav-mobile-container visible-sm visible-xs "> <div class="navbar"> <div id="navbar-inner" class="navbar-inner navbar-inactive"> <div class="menu-mobile"> <a class="btn btn-navbar"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <span class="brand">{l s='Category'}</span> </div> <ul id="ma-mobilemenu" class="tree {if $isDhtml}dhtml{/if} mobilemenu nav-collapse collapse"> {foreach from=$blockCategTree.children item=child name=blockCategTree} {if $smarty.foreach.blockCategTree.last} {include file="$branche_tpl_path" node=$child last='true'} {else} {include file="$branche_tpl_path" node=$child} {/if} {/foreach} </ul> <script type="text/javascript"> // <![CDATA[ // we hide the tree only if JavaScript is activated $('div#categories_block_left ul.dhtml').hide(); // ]]> </script> </div> </div> </div> {/if} <!-- /Block categories module --> <div class="nav-container visible-lg visible-md"> <div id="pt_custommenu" class="pt_custommenu"> {$megamenu} </div> </div> <script type="text/javascript"> //<![CDATA[ var CUSTOMMENU_POPUP_EFFECT = {$effect}; var CUSTOMMENU_POPUP_TOP_OFFSET = {$top_offset}; //]]> </script> Link to comment Share on other sites More sharing options...
PSfever.com Posted July 4, 2014 Share Posted July 4, 2014 That's odd - is it modules/megamenu/megamenu.tpl or themes/yourtheme/modules/megamenu/megamenu.tpl ? The latter one rewrites the first one. Is there any configuration possible in the megamenu module? Link to comment Share on other sites More sharing options...
diegoparra Posted July 4, 2014 Share Posted July 4, 2014 (edited) That's odd - is it modules/megamenu/megamenu.tpl or themes/yourtheme/modules/megamenu/megamenu.tpl ? The latter one rewrites the first one. Is there any configuration possible in the megamenu module? I get in themes/yourtheme/modules/megamenu/megamenu.tpl I have normal to create the settings menus, but can not find where to remove this "custom menu" Edited July 4, 2014 by diegoparra (see edit history) Link to comment Share on other sites More sharing options...
PSfever.com Posted July 4, 2014 Share Posted July 4, 2014 Doesn't your theme have a special module for theme configuraiton? That might be the case... Link to comment Share on other sites More sharing options...
diegoparra Posted July 4, 2014 Share Posted July 4, 2014 Doesn't your theme have a special module for theme configuraiton? That might be the case... Unfortunately there is no configuration module. Link to comment Share on other sites More sharing options...
Recommended Posts