pascuald Posted March 13, 2016 Share Posted March 13, 2016 Hello , I have upgraded to v1.6.1.4 and i just can't remove the company's logo on top of header of any page. On the previous version, it was working as i modified the …themes/default-bootstrap/header.tpl file with taking off the code as … .…… {* <div> <div class="container"> <div class="row"> <div id="header_logo"> <a href="{$base_dir}" title="{$shop_name|escape:'html':'UTF-8'}"> <img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if $logo_image_width} width="{$logo_image_width}"{/if}{if $logo_image_height} height="{$logo_image_height}"{/if}/> </a> </div> *} … … But on this version (1.6.1.4) it does not work Some one to help me ? Thanks a lot Pascual Link to comment Share on other sites More sharing options...
tdr170 Posted March 13, 2016 Share Posted March 13, 2016 (edited) For both post when changing .tpl files make sure to turn cache off and force compile on save, clear the cache. Also when removing the header logo intirely removing all the code you show can have adverse effects with the top columns. Instead just remove this section <div id="header_logo"> <a href="{$base_dir}" title="{$shop_name|escape:'html':'UTF-8'}"> <img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if $logo_image_width} width="{$logo_image_width}"{/if}{if $logo_image_height} height="{$logo_image_height}"{/if}/> </a> </div> Leaving the container and row in place. Edited March 13, 2016 by tdr170 (see edit history) 1 Link to comment Share on other sites More sharing options...
pascuald Posted March 14, 2016 Author Share Posted March 14, 2016 Hello tdr170 :-) with your precise answer you also solve some other problem i had to solve thank you so much Pascual 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