Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / footer background image

footer background image

Locked

Views: 964

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
15 Sep 2010, 6:44 AM
#1
fw541c avatar

fw541c

Zen Follower

Join Date:
Aug 2010
Posts:
202
Plugin Contributions:
0

footer background image

been reading a lot of posts on changing the footer background image. tried a lot of different things, and i cant get it working. a point in the right direction would be appreciated.
https://www.notoriousarc.com

15 Sep 2010, 7:01 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: footer background image

This is what I see - a not found for that image

/includes/templates/CUSTOM/images/footer.jpg was not found on this server.

Quadruple check that you have the image uploaded to that location

15 Sep 2010, 4:47 PM
#3
fw541c avatar

fw541c

Zen Follower

Join Date:
Aug 2010
Posts:
202
Plugin Contributions:
0

Re: footer background image

ok i got it. thank you very much:smile:

15 Sep 2010, 4:50 PM
#4
fw541c avatar

fw541c

Zen Follower

Join Date:
Aug 2010
Posts:
202
Plugin Contributions:
0

Re: footer background image

If you look at the page, it also put that image at the top of the page. how could i go about getting rid of that? i appreciate the help you have giving me. youve helped me several times on here and it really has gotton my website up and going. thank you

16 Sep 2010, 1:10 AM
#5
jill8026 avatar

jill8026

Totally Zenned

Join Date:
May 2007
Posts:
461
Plugin Contributions:
0

Re: footer background image

It looks like you put the image on the navMainWrapper - which also has the navSupWrapper with it.....you need to separate it out....by having the image in the CSS with the navMainWrapper and navSuppWrapper you are telling it to applu that image to BOTH areaas....

remove the image line from the CSS and use this at the bottom of the CSS file

#navSuppWrapper{background-image: url(../images/footer.jpg);}

I think that should work!

17 Sep 2010, 6:31 PM
#6
fw541c avatar

fw541c

Zen Follower

Join Date:
Aug 2010
Posts:
202
Plugin Contributions:
0

Re: footer background image

thank you that worked:smile:

17 Sep 2010, 6:32 PM
#7
jill8026 avatar

jill8026

Totally Zenned

Join Date:
May 2007
Posts:
461
Plugin Contributions:
0

Re: footer background image

Awesome! :smile: