Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Header visible in Crome browser but not in Firefox

Header visible in Crome browser but not in Firefox

Locked

Views: 1,062

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
23 Jan 2010, 11:11 PM
#1
amm2009 avatar

amm2009

New Zenner

Join Date:
Sep 2009
Location:
Italy
Posts:
3
Plugin Contributions:
0

Header visible in Crome browser but not in Firefox

I need help. Tried for a while now but can't seem to figure this one out.
I was trying to make a smaller header to 150px high. after I edited it and uploaded via Filezila. When viewing the home page after this in Firefox I got a blank as header. When I used Google crome I was able to see the header correctly. Strange. See for yourself. https://www.auroramultimedia.net
Any suggestion Very Welcome. Thanks, Anthony.

23 Jan 2010, 11:32 PM
#2
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: Header visible in Crome browser but not in Firefox

There does not seem to be a folder specified where your logo actually resides:

<!--bof-branding display--> <div id="logoWrapper"> <div id="logo"><a href="http://auroramultimedia.net/">Aurora Multi Media</a></div> <div id="taglineWrapper">Timeless values in a changing world</div> </div> <!--eof-branding display-->

shouldn't it be something like

<div id="logo"><img src="includes/templates/YOUR_TEMPLATE/images/logo.gif" alt="Aurora Multi Media Logo" title=" Aurora Multi Media Logo " width="xxx" height="yyy" /></div> <div id="taglineWrapper">

Strange though that it shows in Chrome but not in FF

Frank

24 Jan 2010, 12:10 AM
#3
amm2009 avatar

amm2009

New Zenner

Join Date:
Sep 2009
Location:
Italy
Posts:
3
Plugin Contributions:
0

Re: Header visible in Crome browser but not in Firefox

Thanks for your reply to my post. Should I try to edit it and see what happens?

24 Jan 2010, 12:36 AM
#4
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: Header visible in Crome browser but not in Firefox

The logo default size in a new ZC install is > width="192" height="64"

The actual specified logo size would depend on your template, could be specified in your style sheet, or may be specified in one of your files. You will need to find this first - use Admin > Tools > Developers Tool Kit to find the file which determines the allowable size - then change the figures accordingly to match the dims of your logo.

Make sure you BACKUP your files and DB before making any changes

24 Jan 2010, 8:28 AM
#5
amm2009 avatar

amm2009

New Zenner

Join Date:
Sep 2009
Location:
Italy
Posts:
3
Plugin Contributions:
0

Re: Header visible in Crome browser but not in Firefox

Thanks Frank for your input. Sorry I had to get some sleep as here it was 1:30 am and my eyes starting to hurt after a long day. I'm ging to look into what you suggested. Anthony