Jump to content

[SOLVED] Logo Problem


Recommended Posts

I have a problem with the logo with the theme "prestashop_new2" by likaweb.

I can't update my logo and i can't remove it! i have tried to compile, edit global.css and header.tpl but this problem remain!

see my attach

 

Can you send me a link or source code of page (part where is logo) to find out what exactly make problem.

Link to comment
Share on other sites

 

Can you send me a link or source code of page (part where is logo) to find out what exactly make problem.

This is the global.css of the theme (themes/prestashop_new2/css/global.css).

/* global layout */
#page {
width: 980px;
margin: 0 auto 2px auto;
text-align: left
}
#header_logo {
float: left;
width: 264px;
			   display: block
}
img.logo {
float: left;
margin-top: 0.5em;
font-size: 2em;
font-weight: bold
}
#header_right {
float: left;
margin-bottom: 15px;
width: 73%;
text-align: right
}
#left_column, #center_column, #right_column { float: left }
#left_column {
clear: left;
margin-right: 21px;
overflow: hidden;
width: 230px;
}
#center_column {
margin: 0 0 30px;
overflow: hidden;
width: 726px;
}
#old_center_column { display: none }
.ac_results_instant {
display: none;
visibility: hidden
}
#instant_search_results a.close {
background: url("../img/nav-logout.gif") no-repeat scroll right 2px transparent;
float: right;
margin-right: 7px;
padding-right: 21px;
text-transform: none
}
#right_column {
width: 191px;
margin-left: 21px;
overflow: hidden
}

 

this is the header.tpl

 

<!-- Header -->
  <div id="header">
<a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}">
 <img class="logo" src="{$img_ps_dir}logo.png?{$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} />
</a>
<div id="header_right">
 {$HOOK_TOP}
</div>
  </div>

 

make sure to clear you browser cache....

This is the first thing that i did

Link to comment
Share on other sites

from you posted image it appears it can't find the logo, right click it, what is the url of the image location? then look there to see if it's really there.

 

suerte!

What is format of picture and picture extension that you setup as logo picture? (jpg, gif ...) Try to put some usual gif or jpg to see what's happend.

Maybe this guy not recognize something. jpeg or similar.

Thank you dzubovic & elpatron!! i check my url and i found the problem. The folder "img" contain "logo.jpg" but the extension of the link is "logo.png". I upload in that folder my "logo.png" and now the logo appear! THANK YOU!

Link to comment
Share on other sites

Thank you dzubovic & elpatron!! i check my url and i found the problem. The folder "img" contain "logo.jpg" but the extension of the link is "logo.png". I upload in that folder my "logo.png" and now the logo appear! THANK YOU!

 

You welcome anytime.

Link to comment
Share on other sites

×
×
  • Create New...