Jump to content

[SOLVED] My logo does not show


Recommended Posts

Hi

 

Think that problem is that you have this code in header.tpl of your theme

<img class="logo" src="{$img_ps_dir}logo.png ....

and by default if you upload image through back office it gets converted to jpg.

and theme want png so no logo is shown.

 

What you can do is to manually upload logo.png to img folder (in root/img not in root/themes/yourtheme/img)

or if you have 1.4 version to change in Back Office separator_breadcrum.pngPreferences separator_breadcrum.png Image Image quality to

"Use PNG only if the base image is in PNG format ".

Link to comment
Share on other sites

Hi

 

Think that problem is that you have this code in header.tpl of your theme

<img class="logo" src="{$img_ps_dir}logo.png ....

and by default if you upload image through back office it gets converted to jpg.

and theme want png so no logo is shown.

 

What you can do is to manually upload logo.png to img folder (in root/img not in root/themes/yourtheme/img)

or if you have 1.4 version to change in Back Office separator_breadcrum.pngPreferences separator_breadcrum.png Image Image quality to

"Use PNG only if the base image is in PNG format ".

hi razaro. thank you very much. You´ve got right. Now it work. Thank, again. :)

Link to comment
Share on other sites

×
×
  • Create New...