hurray Posted September 20, 2010 Share Posted September 20, 2010 Hi,Strangely on top of my site www.ametibetaine.com , an image with what seems to be a part of question mark has appeared. I have no idea from where it appeared and have been unable so far to get rid of it.Can someone please help me?Here is the attachment: Link to comment Share on other sites More sharing options...
rocky Posted September 20, 2010 Share Posted September 20, 2010 It's because there is a broken image link on your site. You have set the background of header-wrapper to themes/achancube/img/Header.png, but that file doesn't exist on your server. Link to comment Share on other sites More sharing options...
hurray Posted September 20, 2010 Author Share Posted September 20, 2010 Hi Rocky, below is the code from header.tpl. Could you please tell me what I need to do here? Thanks<html ><head> <title>{$meta_title|escape:'htmlall':'UTF-8'}</title>{if isset($meta_description) AND $meta_description} <meta name="description" content="{$meta_description|escape:htmlall:'UTF-8'}" />{/if}{if isset($meta_keywords) AND $meta_keywords} <meta name="keywords" content="{$meta_keywords|escape:htmlall:'UTF-8'}" />{/if} <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> <meta name="generator" content="PrestaShop" /> <meta name="robots" content="{if isset($nobots)}no{/if}index,follow" /> <link rel="icon" type="image/vnd.microsoft.icon" href="{$img_ps_dir}favicon.ico" /> <link rel="shortcut icon" type="image/x-icon" href="{$img_ps_dir}favicon.ico" /> <link href="{$content_dir}modules/categoriesbar/chromestyle.css" rel="stylesheet" type="text/css" media="all" />{if isset($css_files)} {foreach from=$css_files key=css_uri item=media} <link href="{$css_uri}" rel="stylesheet" type="text/css" media="{$media}" /> {/foreach}{/if} [removed][removed] [removed] var baseDir = '{$content_dir}'; var static_token = '{$static_token}'; var token = '{$token}'; var priceDisplayPrecision = {$priceDisplayPrecision*$currency->decimals}; [removed] [removed][removed] [removed][removed] [removed][removed]{if isset($js_files)} {foreach from=$js_files item=js_uri} [removed][removed] {/foreach}{/if} {$HOOK_HEADER} </head><body {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}> {if !$content_only} {l s='This shop requires JavaScript to run correctly. Please activate JavaScript in your browser.'} <!-- Header --> {*Prad added codes from here*} Culture et artisanat tibétains; bijoux en argent et décoration inspirés du bouddhisme. {*until here*} {$HOOK_TOP} {$HOOK_NAV_BAR} <form method="get" action="{$base_dir}search.php" id="searchbox"> <input type="text" id="search_query" name="search_query" value="{if isset($smarty.get.search_query)}{$smarty.get.search_query|htmlentities:$ENT_QUOTES:'utf-8'}{/if}" /></td> <input type="image" class="buttonStyle" src="{$img_lang_dir}{$lang_iso}-search_button.jpg" /></td> </form> <!-- Home Products Information My Account Shopping Cart --> <!-- Left --> {$HOOK_LEFT_COLUMN} <!-- Center --> {/if} Link to comment Share on other sites More sharing options...
hurray Posted September 20, 2010 Author Share Posted September 20, 2010 Ok, I found out.I went to the css file and commented out the code background: url(../img/Header.png) no-repeat bottom;Thank you very much once again. You have been a great help. Even my hosting company which self-proclaims to be quite good could not solve this problem and asked me to visit the forum instead. What a shame on their part for having me sold a product that they know nothing about.Thank You tons. Link to comment Share on other sites More sharing options...
hurray Posted September 20, 2010 Author Share Posted September 20, 2010 On the other hand, I have one other problem and had opened a topic few days ago. No one seems to know the solution.Would you be nice enough to go visit the thread please? Here it ishttp://www.prestashop.com/forums/viewthread/70132/general_discussion/language_reverts_back Link to comment Share on other sites More sharing options...
rocky Posted September 21, 2010 Share Posted September 21, 2010 Please edit your first post and add [sOLVED] to the front of the title. Link to comment Share on other sites More sharing options...
Recommended Posts