Festival Trade Posted November 14, 2011 Share Posted November 14, 2011 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 More sharing options...
cedricfontaine Posted November 14, 2011 Share Posted November 14, 2011 Did you try to upload the gif image in your themes directory and then modify the header.tpl ? <img class="logo" src="{$img_ps_dir}logo.gif?{$time}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" /> Link to comment Share on other sites More sharing options...
Festival Trade Posted November 14, 2011 Author Share Posted November 14, 2011 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 More sharing options...
Festival Trade Posted November 14, 2011 Author Share Posted November 14, 2011 SOLVED. Thank you. After I recompile the shop, I can see the image in movement. Best Regards. Link to comment Share on other sites More sharing options...
Recommended Posts