Jump to content

Help Needed! Facebook Like Page On Top Instead Store Logo.


Recommended Posts

You will need to edit the header.tpl file located in themes/yourtheme/ find this code and remove or comment it out.

 

{*<div id="header_logo">
<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>*}
 
To comment the code out use {* before the code and *} after the code as shown or just delete it.
 
Be sure and turn cache off and force compile on when making changes to files.
  • Like 1
Link to comment
Share on other sites

 

You will need to edit the header.tpl file located in themes/yourtheme/ find this code and remove or comment it out.

 

{*<div id="header_logo">
<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>*}
 
To comment the code out use {* before the code and *} after the code as shown or just delete it.
 
Be sure and turn cache off and force compile on when making changes to files.

 

It didn't work. But The owner has changed her mind. So Thank you anyway.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...