trksyln Posted May 30, 2015 Share Posted May 30, 2015 (edited) Hello, i did search a lot and check every single module but i couldnt find anything about editing very top navbar items not horizontal menu i mean the navbar that has contact, login, language select etc. anyone can help me? edit: im using 1.6.0.14 Edited May 30, 2015 by trksyln (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted May 30, 2015 Share Posted May 30, 2015 What do you need to edit? It's not a single bar, but it uses a hook to add modules there (blockuserinfo, blockcontact...) Link to comment Share on other sites More sharing options...
trksyln Posted May 30, 2015 Author Share Posted May 30, 2015 well.. i wanna translate some of seo urls but to do that i need to modify those navbar targets, i also wanna add a few more button there.. Link to comment Share on other sites More sharing options...
vekia Posted May 30, 2015 Share Posted May 30, 2015 you use default theme? in some themes, these items have got own module where you can add / remove / edit them Link to comment Share on other sites More sharing options...
trksyln Posted May 30, 2015 Author Share Posted May 30, 2015 No its default theme and i have no extra module to modify it but if you know the main file which contains thoso datas i can edit it manually Link to comment Share on other sites More sharing options...
vekia Posted May 30, 2015 Share Posted May 30, 2015 okay so let's clarify what exactly you want to edit here is the screenshot of the front office navbar items so, you're reffering to point 3as nemo mentioned these things are modules. They are stored in:- modules/blockuserinfo/- modules/blockcontact/- modules/blocklanguages/- modules/blockcurrencies/to edit these modules design, go to directory:- themes/YOUR-THEME/css/modules/you can edit styles of these modules thereto edit code of these modules, open module directories in:- themes/YOUR-THEME/modules/you can find there .tpl files - these files store html code that appears in front office Link to comment Share on other sites More sharing options...
trksyln Posted May 30, 2015 Author Share Posted May 30, 2015 i disabled 1 & 2 i dont need them but "blockcontact\nav.tpl" gave me exacly what i wanted, now i can add how many buttons i want. Thanks for help. <div id="contact-link"> <a href="{$link->getPageLink('contact', true)|escape:'html':'UTF-8'}" title="{l s='Contact us' mod='blockcontact'}">{l s='Contact us' mod='blockcontact'}</a> </div> Link to comment Share on other sites More sharing options...
vekia Posted May 30, 2015 Share Posted May 30, 2015 great! so problem is solved? :-) Link to comment Share on other sites More sharing options...
trksyln Posted May 30, 2015 Author Share Posted May 30, 2015 Yes it is thanks again Link to comment Share on other sites More sharing options...
hampersandpampers Posted June 2, 2015 Share Posted June 2, 2015 i have similar issue on 1.6.0.14 the search box logo and cart are not aligned straight in a rown... the search box is slightly lower and make it look a bit silly... check out www.hampersandpampers.co.uk thank Link to comment Share on other sites More sharing options...
vekia Posted June 2, 2015 Share Posted June 2, 2015 it's because of "header links" try to hook it into displayNav and unhook it from displayTop Link to comment Share on other sites More sharing options...
Recommended Posts