Jump to content

[SOLVED] Header logo


Recommended Posts

Hello. I have read all around the forum but I can not get my problem solved.

I want to change the logo on original template of prestashop but is no way to get the image in place.

 

I want to add a .gif image where the logo is.

I did read around how to change the TPL file in header (on the template) and I upload this file with the image but nothing happen.

 

I did try to make this on the back office too but never work,. It say I can upload (.gif / PNG and JPG) but if I upload a gif , the image do not show.

 

After I change the TPL file from (logo.jpg to logo.gif) I recompile the template but the image still not show.

 

If I upload a jpg or png image will show but I want to upload a animated image.

 

The logo is on top (right side) of the template:

http://festival-trade.com

 

Please help.

Link to comment
Share on other sites

Hi .

Yes, I did all and a repeat again...

No luck :(

 

<a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}">

<img class="logo" src="{$img_ps_dir}logo.gif?{$time}" 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} />

 

I can see gif images but they do not move, once upload they turn into jpg.

Link to comment
Share on other sites

×
×
  • Create New...