Jump to content

(Solved)Missing logo


Recommended Posts

Hi everyone,

 

I have been away from prestashop for a while but im back with a new store and having fun with 1.5.4.1 - I have designed my shop using a free template and everything looked great but my hosing co was poor so i moved host and migrated files & db etc but now i have lost my shop logo. I have uploaded it using the module, i have changed file names etc etc but it doesnt display - can anyone point me in the right direction ? my store is theofferhut.com

 

Thanks

Al.

Edited by theofferhut (see edit history)
Link to comment
Share on other sites

it's probably because your logo is hardcoded in the template file.

 

go to your theme directory and open the header.tpl file

 

can you please paste here part of code where you've got <img> with your logo?

Link to comment
Share on other sites

Hi Vekia,

 

I think this is what you asked for :

 

<!-- -----logo------ -->

{if $page_name == "index"}

<h1 class="Ot-logo">

<a href="{$link->getPageLink('index.php')}" title="{$shop_name|escape:'htmlall':'UTF-8'}">

<span>{$shop_name|escape:'htmlall':'UTF-8'}</span>

</a>

</h1>

{else}

<h2 class="Ot-logo">

<a href="{$link->getPageLink('index.php')}" title="{$shop_name|escape:'htmlall':'UTF-8'}">

<span>{$shop_name|escape:'htmlall':'UTF-8'}</span>

</a>

</h2>

{/if}

<!-- ------------End logo-------- -->

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