Jump to content

Solved - logo


Recommended Posts

The issue is that your link is pointing to logo.png if you change it to .jpg the image shows up.

Look under preferences/images and see what setting you have if you changes this setting at some point try changing to default of Use JPEG.

You can also look at line 79 of header.tpl and see what it says will look like line below, if yours says logo.png change to jpg and the image should show up.

 

(line 79 from my header.tpl)

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

 

 

 

Link to comment
Share on other sites

The issue is that your link is pointing to logo.png if you change it to .jpg the image shows up.

Look under preferences/images and see what setting you have if you changes this setting at some point try changing to default of Use JPEG.

You can also look at line 79 of header.tpl and see what it says will look like line below, if yours says logo.png change to jpg and the image should show up.

 

(line 79 from my header.tpl)

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

 

 

 

in preferences/images, image type is set to jpg.

where is header.tpl. i checked in my mozila firefox and its says logo,png., but where do i change it. thanks

 

i did chages here:

home/lifestyl/public_html/themes/furnituris/header.tpl

still no good

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

After editing the .tpl file you need to turn force compile on and cache off under preferences/performance.

That is the correct .tpl file and should work as you can see from my pics.

You may also need to delete all files except index.php from tools/smarty/cache and compile.

Edited by tdr170 (see edit history)
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...