Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Logo Header still repeating after changing to "no-repeat"

Logo Header still repeating after changing to "no-repeat"

Locked

Views: 1,651

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
13 Feb 2009, 10:13 PM
#1
waznu avatar

waznu

New Zenner

Join Date:
Feb 2006
Posts:
37
Plugin Contributions:
0

Logo Header still repeating after changing to "no-repeat"

After many hours searching the forums and trying many suggested fixes, my logo is still repeating in the header. It is also not aligning properly on my sub-pages where my categories are shown in 3 columns. It's fine on individual product listing pages that are one column. I am using ZenCart 1.3.7. Any help is greatly appreciated.

Here's what I have it set to . . . .

#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: no-repeat;
background-position: center;
background-color: #ffffff;
height:75px;
margin: auto; }

Another issue I have spent a lot of time trying to solve, I have extra space in-between my header and the first graphic on my home page. I think this is because I have two H1 headings. I thought I removed one of the H1 headings but the problem was not solved and when I looked at the code in Firefox it still shows two H1 headings. Where am I going wrong?

Thanks again for any help

13 Feb 2009, 10:18 PM
#2
bobdog avatar

bobdog

Totally Zenned

Join Date:
Mar 2006
Location:
Fresno, California
Posts:
590
Plugin Contributions:
0

Re: Logo Header still repeating after changing to "no-repeat"

Link to your site?

13 Feb 2009, 10:26 PM
#3
waznu avatar

waznu

New Zenner

Join Date:
Feb 2006
Posts:
37
Plugin Contributions:
0

Re: Logo Header still repeating after changing to "no-repeat"

13 Feb 2009, 11:19 PM
#4
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Logo Header still repeating after changing to "no-repeat"

spacing between your header and first graphic .. ( im assuming the banner like image ) looks like too many <p>tags.. this page created using define_main_page.php ,, and you can look and fix it by going to admin > tools > Define pages editor ..

to fix the 3 column problem

Configuration > Layout Setting

turn off
Column Right Status - Global

hope this helps .

13 Feb 2009, 11:36 PM
#5
waznu avatar

waznu

New Zenner

Join Date:
Feb 2006
Posts:
37
Plugin Contributions:
0

Re: Logo Header still repeating after changing to "no-repeat"

tony_sar:

spacing between your header and first graphic .. ( im assuming the banner like image ) looks like too many <p>tags.. this page created using define_main_page.php ,, and you can look and fix it by going to admin > tools > Define pages editor ..

to fix the 3 column problem

Configuration > Layout Setting

turn off
Column Right Status - Global

hope this helps .

Thanks so much for your suggestion about the repeating header. It worked. The header is no longer repeating.

Regarding the extra space, I don't know what "too many <p> tags" are. I can't find anything on the define_main_page in my Define pages editor to remove or change . . .

Thanks again for any help.

14 Feb 2009, 12:09 AM
#6
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Logo Header still repeating after changing to "no-repeat"

if the information is not where i suggested .. then look in index.php . it is located in includes / languages /your_override template /english folder .

if you don't have override , then is just in languages /english folder ..

i see most of your pics are hosted on 3rd party site .. what happens if you pass over download limit ? :no:

14 Feb 2009, 12:30 AM
#7
waznu avatar

waznu

New Zenner

Join Date:
Feb 2006
Posts:
37
Plugin Contributions:
0

Re: Logo Header still repeating after changing to "no-repeat"

tony_sar:

if the information is not where i suggested .. then look in index.php . it is located in includes / languages /your_override template /english folder .

if you don't have override , then is just in languages /english folder ..

i see most of your pics are hosted on 3rd party site .. what happens if you pass over download limit ? :no:

Thanks. I'll try that.

I put the images on 3rd party site before I realized I didn't need to do that. Slowly replacing them when I have time . . .