Zen Cart Logo
Forums / Addon Templates / apple zen temp mods?

apple zen temp mods?

Locked

Views: 2,024

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
1 Mar 2007, 3:13 AM
#1
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

apple zen temp mods?

how can i get the apple zen template to:

  1. show two columns of side boxes rather than just one? i looked in my layout box controller and i have it set to show boxes on the left and right, but it is only showing boxes on the right?

  2. use a background image in the header?

  3. remove the categories drop down button?

thanks

2 Mar 2007, 4:06 AM
#2
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: apple zen temp mods?

gsdcypher:

how can i get the apple zen template to:

  1. show two columns of side boxes rather than just one? i looked in my layout box controller and i have it set to show boxes on the left and right, but it is only showing boxes on the right?

  2. use a background image in the header?

  3. remove the categories drop down button?

thanks

  1. is not possible with the way I designed it.

  2. do you know how to add background images with css?

#nameoftaghere {
background: url (../images/imagenamehere.jpg);
}

then upload the image to includes/templates/apple_zen/images/

I'm not sure where exactly you want the image though.

  1. Open up includes/templates/apple_zen/common/tpl_drop_menu.php and remove the categories section.