Quote Originally Posted by bluealice View Post
Jade, thanks so much for the speedy reply and for the detailed instructions.

1) I would like a fluid page, but I thought the header, site background, and footer images i created may not allow for that?
Is there something i can do to make a fluid page possible while still using my images for these three section?

2) When you click on the bread-crumbs "Home" as well as the "Home" next to the Log-In in the very top (sorry can't remember the div section name), it goes to the 403.html error page. I know it's cuz the URL ref is incorrect, but i don't know where to correct that. Does that make sense?

3) Yikes, i don't know anything about that! Those pages were in the template, which i really liked. Thanks, I'll look through the downloads as you suggested & see if i can figure it out.

4) Sorry, i didn't get that part. I thought i read that i just could not have a "right" sidebox column.
So the product listing is always limited to 2 columns? Sorry for asking; just need to clarify that you don't mean just the side-boxes.

1) I think it would be very complicated to use your images and be fluid.

2) I would ask this in the general forum

3) Well, the "Terms and Conditions", "About Us", and "Discount Coupons" is part of the template. You cant just change the filenames to what you want them to be just by changing the language file codes. For example, I guess you wanted it named "Terms and Conditions", so you changed

HEADER_TITLE_CONDITIONS_OF_USE

to

HEADER_TITLE_TERMS_AND_CONDITIONS

Instead, you need to open up includes/languages/english/extra_definitions/apple_zen/headermenu.php, and change:

define('HEADER_TITLE_CONDITIONS_OF_USE','Conditions of Use');

to

define('HEADER_TITLE_CONDITIONS_OF_USE','Terms and Conditions');

etc.

Otherwise, if you really want the different file names, you will need to use the about_us mod to see what files you need. AND you'll need the about_us mod, because as stated in the apple zen readme.txt, its not installed by default, and needs to be added if you want to use it.

4. You said you wanted a third column. I assumed that meant you want a left sidebox, a center and then a right sidebox. You can only have one sidebox with this template. If that's not what you mean, then I don't know what you mean.