Jump to content

[solved] Logo Image not showing


Recommended Posts

so, the logo is probably hardcoded, check please header.tpl file (located in the theme directory)

 

you should have there something like that:

<a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}">
 <img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} />
   </a>

 

the most important thing in code above is:

<img class="logo" src="{$logo_url}"

 

you've got the same value of src="" param? if not - change it to {$logo_url}

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...