Jump to content

Link in the header not working in firefox


Recommended Posts

Hello, I'm riding a store, and put a banner in the header with some links, but in FF (3.6.3) not working links in other browsers work perfectly. the link is www.inovamoveis.com.br but I already built another shop that did the same thing, but it works www.vendaspopulares.com.br.

So I think the problem is not the browser, I already put the header of the shop that works on FTP site that does not work, and continued not working, I tb who is not the file header.tlp ...

If someone help me appreciate mt.

Att
Ricardo Vianna

Link to comment
Share on other sites

You have a lot of errors,but i think most of them is connected with linking js files with both local and server path

file:///C:/Documents and Settings/R********/Desktop********/prestashop_1.2.4.01/prestashop/themes/prestashop/http://www.inovamoveis.com.br/js/tools.js



Check header.tpl or config.inc.php .

Link to comment
Share on other sites

Thanks for the reply, but still the same thing.
I modified the header.tpl much of the code (header.tpl)

 
<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" /> 
(If isset ($ css_files)) 
(Foreach from = $ key = css_files css_uri item = media) 
<link href="{$css_uri}" rel="stylesheet" type="text/css" media="{$media}" /> 
(/ Foreach) 
(/ If) 
[removed] </ script> 
[removed] 
var basedir = '$ content_dir ()'; 
static_token var = '$ static_token ()'; 
var token = '($ token)'; 
($ var = priceDisplayPrecision priceDisplayPrecision * $ currency-> decimals); 
</ Script> 
[removed] </ script> 
[removed] </ script> 
[removed] </ script> 
(If isset ($ js_files)) 
(Foreach from = $ item = js_files js_uri) 
[removed] </ script> 
(/ Foreach) 
(/ If) 



if you pay close attention at the end of the banner two buttons work, the "contact" and "my data"
Please take a lot of help

Link to comment
Share on other sites

×
×
  • Create New...