Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Footer image editing.

Footer image editing.

Views: 1,081

Results 1 to 6 of 6
28 Jul 2012, 12:48 PM
#1
ckelley avatar

ckelley

New Zenner

Join Date:
Jul 2012
Posts:
53
Plugin Contributions:
0

Footer image editing.

Good day all.

We just installed ZC and are using the classic green template while I learn how to build our own custom template, etc. the issue we are having is that the footer image file path is broken or corrupt not allowing the image to be viewed. I am not even sure who put it in there as my business partner said he didn't install the image for the footer. Anyway, I want to edit it but when I go to includes>templates>classic There is no common folder to find and edit the footer image. The only folders showing in the classic template are the CSS and Images folders. So for now I am kind of stuck with an image that is not working.

I can copy the url for the image and edit the image file itself to correct the path, but if I do not change the path in the code to get the image then I do not believe anything will change on the page.

28 Jul 2012, 2:08 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Footer image editing.

If you mean the header image (tile_back.gif) above the footer, that's called in the stylesheet in the #navSuppWrapper rule:

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
margin: 0em;
background-color: #abbbd3;
background-image: url(../images/tile_back.gif);
padding: 0.5em 0.2em;
font-weight: bold;
color: #ffffff;
height: 1%;
}

Otherwise, there is no image in the footer in the Classic template.

28 Jul 2012, 2:13 PM
#3
ckelley avatar

ckelley

New Zenner

Join Date:
Jul 2012
Posts:
53
Plugin Contributions:
0

Re: Footer image editing.

No sir, I am not talking about the green color tile image that provides the green line in the footer. I am talking about below that, there is a broken image and I cannot find where the value for that is to be changed. Please take a quick look at the site to see what I am talking about. The broken image stays there even when I change to the new template I am testing/creating.

http://www.syntheticmotorsports.com/

28 Jul 2012, 2:15 PM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Footer image editing.

Aha. That's bannerSix, in footer position 3, turnoffable in Admn - Tools - Banner Manager. I assume someone removed the banner images from wherever Zencart is looking for them, usually /images/banners.

28 Jul 2012, 2:16 PM
#5
ckelley avatar

ckelley

New Zenner

Join Date:
Jul 2012
Posts:
53
Plugin Contributions:
0

Re: Footer image editing.

Ok, thank you!

28 Jul 2012, 2:24 PM
#6
ckelley avatar

ckelley

New Zenner

Join Date:
Jul 2012
Posts:
53
Plugin Contributions:
0

Re: Footer image editing.

Yep, that worked. I was able to finally find and edit it. Thanks for the help!