Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Adding image to every page

Adding image to every page

Locked

Views: 3,714

Results 21 to 24 of 24
This thread is locked. New replies are disabled.
1 Jul 2006, 12:26 AM
#21
geovino avatar

geovino

New Zenner

Join Date:
May 2005
Posts:
98
Plugin Contributions:
0

Adding image to every page

Please help me out here, now it looks like I need to put many files from the template_default into my new winegear_template folder. Can someone please give me the list of all the files that should be in the winegear_template folder?

Maybe that is why the nice rounded orange box headers were not there when I changed to the new custom template. I'm getting this info from a page out of the FAQ called, "Which files do I need to edite before I go live with Zen Cart" by ses707I probably have not done this in the proper order, is this what I'm supposed to do?

look at the shop at http://www.portlandwinegear.com/shop maybe that will give you any clues to clue me in.

Thanks again.

1 Jul 2006, 12:34 AM
#22
geovino avatar

geovino

New Zenner

Join Date:
May 2005
Posts:
98
Plugin Contributions:
0

Re: Adding image to every page

now that I uploaded the tpl_main_page.php to my winegear_template I went to look at it and its blank?

am I supposed to edite the original one?

All the instructions are getting very confusing, that must be a better way to learn zen cart than I have so far. Please help!

2 Jul 2006, 2:32 PM
#23
geovino avatar

geovino

New Zenner

Join Date:
May 2005
Posts:
98
Plugin Contributions:
0

Re: Adding image to every page

I added my <img src="pws-logo.gif" /> to the tpl_main_page.php

in http://www.portlandwinegear.com/shop

in:

<div id="navColumnTwoWrapper" style="width: <?php echo BOX_WIDTH_RIGHT; ?>"><?php require(DIR_WS_MODULES . zen_get_module_directory('column_right.php')); ?><img src="pws-logo.gif" alt="Portland Wine Storage" /></div></td> <?php

but it's not showing up. maybe it goes someplace else?

4 Jul 2006, 11:40 AM
#24
geovino avatar

geovino

New Zenner

Join Date:
May 2005
Posts:
98
Plugin Contributions:
0

Re: Adding image to every page

Clyde,

I added the image to where you said, but it doesn't show up.

<div id="navColumnTwoWrapper" style="width: <?php echo BOX_WIDTH_RIGHT; ?>"><?php require(DIR_WS_MODULES . zen_get_module_directory('column_right.php')); ?><img src="pwslogo.gif" alt="Portland Wine Storage" /></div></td> <?php

Where else should it go? I would like to put my image where the zencart image is.

Where can I adjust the width of the center header bars?

Thanks