Marko_R Posted November 1, 2016 Share Posted November 1, 2016 Looked the forum, but couldn't find any info how to remove Contact us on top bar. I attached the screenshot as well. Any help appreciated! Marko Link to comment Share on other sites More sharing options...
Daresh Posted November 1, 2016 Share Posted November 1, 2016 You can go to Modules -> Position and unhook the Contact Block module from the displayNav hook. But it will also probably remove the phone number on the left side. Link to comment Share on other sites More sharing options...
Marko_R Posted November 1, 2016 Author Share Posted November 1, 2016 (edited) Thanks Daresh! Unfortunately it also removes phone number on the left side as you said. Are there any other options to remove Contact us only? Edited November 1, 2016 by Marko_R (see edit history) Link to comment Share on other sites More sharing options...
Daresh Posted November 1, 2016 Share Posted November 1, 2016 In themes/default-bootstrap/modules/blockcontact/nav.tpl remove the following lines: <div id="contact-link" {if isset($is_logged) && $is_logged} class="is_logged"{/if}> <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...
Marko_R Posted November 1, 2016 Author Share Posted November 1, 2016 (edited) Thanks again Daresh!!! It worked well. I didn't remove it, but commented it out, just in case I need it back some day Edited November 1, 2016 by Marko_R (see edit history) 1 Link to comment Share on other sites More sharing options...
szilaszlo Posted March 30, 2017 Share Posted March 30, 2017 In themes/default-bootstrap/modules/blockcontact/nav.tpl remove the following lines: <div id="contact-link" {if isset($is_logged) && $is_logged} class="is_logged"{/if}> <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> Hi! I commented it out, but it didn't work for me. Are you have any tip what I have to do? my PS ver: 1.6.1.7. 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