Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
high2K
Hi Jettrue,
You are fab! Thanks for that.
After promising that I would stop bothering you, I keep coming back with more. I'm really sorry.
The client now says that they want the image on the home page - inserted into define_main_page.php to stretch right across the area horizontally - ie. 100% width between the grey shadowed borders that go up the sides.
I cannot see where this is defined. I was looking for margins that I could set to 0 but I can't find it anywhere. Can you help??
There's padding on .centerColumn, which is good, as you would want some space for product listings and such. But for the home page, you can do this:
#indexHomeBody .centerColumn {padding:0;margin:0;width:100%!important;}
Then, in my testing, it looks like the image will need to be 821 pixels wide. :cool:
Re: Apple Zen Template Support Thread
[QUOTE=jettrue;392335]
#indexHomeBody .centerColumn {padding:0;margin:0;width:100%!important;}
QUOTE]
I have added this to my style sheet, but is there some other file I need to adjust as I'm not seeing the desired effect?
Re: Apple Zen Template Support Thread
[QUOTE=high2K;392343]
Quote:
Originally Posted by
jettrue
#indexHomeBody .centerColumn {padding:0;margin:0;width:100%!important;}
QUOTE]
I have added this to my style sheet, but is there some other file I need to adjust as I'm not seeing the desired effect?
I guess you got this figured out, cause I see the image all the way across in both IE and Firefox?
Center image is cut off at bottom
[FONT=Arial]After installing Applezen template, the template cuts off the bottom line of text on all pages. Scroll to the bottom of this page to view an example: http://aaadisplaygroup.net/z137test1/[/FONT]
Re: No right sidebox problem
Quote:
Originally Posted by
hllight
[FONT=Arial]To allow more viewable area for products, I have set Applezen to have NO sideboxes by setting Column Right Status - Global to 0. I cannot seem to make use of the left sidebox area and the right sidebox area has a very light gray background. Can these problems be corrected?[/FONT]
Change .centerColumn to width:95%.
To address the issue of not enough space at the bottom of the template, you can change the padding of .centerColumn to:
padding:0 2% 2% 2%;
To address the add to cart box, you'd need to open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php to move the add to cart section below the attributes section. :cool:
Re: No right sidebox problem
This is really a great template. I will play with your recommendations today! Thank you very much!
Re: Apple Zen Template Support Thread
Thanks for the contribution.
I have a question.
I have my Zen Cart settings so that people are forced to login in order to browse and order.
I also have the settings to hide the header and the footer, but with the Apple Zen Template all of this information is viewable by the public.
Can I hide the header/footer/menu?
Thanks