Re: No right sidebox problem
Jettrue:
Where can I make a financial contribution for your efforts?
Your suggestions corrected all issues with the excepiton of removing the light gray area from the right sidebox area.
I found the following in your stylesheet.css file:
#centerColumnWrapper {
background:url(../images/shadowRight.png) repeat-y 100% 0;
width:71em;
}
I changed the setting to "repeat-y 0 0" like the shadowLeft.png thinking that would remove the shading. It did not work. I also changed 71em to 0 and that didn't do anything either. Any suggestions? I suppose I could edit the .png file and make it white, but that is cheating. ;-)
Re: No right sidebox problem
Just noticed you did not address the language box question. Since I posted several questions in separate messages it could have easily been overlooked. Without sideboxes can it be located in the header area or someplace else?
Re: Apple Zen Template Support Thread
I'm back. Still loving the template!
I do have a problem with my background image.
I don't like the way the image "operates" .
When the page is opened, the image shown is perfect, but as you scroll down the page, the image repeats so you end up with the feet (bottom of image) over the head (top of image).
Is there any way to stop this so the image stays FIXED as the text is scrolled?
I hope you can follow this!
Thanks.
PS - Why is the footer messed up now? See how BIG it got?
http://charmsandmore.charmedbytina.com
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
makes_cents
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
I would ask this in the general zen cart forum, as I'm not sure of the answer. I tried turning off the header, with both my apple zen template and the classic template, under "Configuration", "Customer Details", "Customer Authorization: Hide Header" set to true, and it would not work.
However, under the configuration "Website Maintenance" section, if I hide the header there, and turn website maintenance on, then the header does hide. So that tells me its something to with something other than the template, that I'm not sure of. :huh:
Re: No right sidebox problem
Quote:
Originally Posted by
hllight
Jettrue:
Where can I make a financial contribution for your efforts?
Your suggestions corrected all issues with the excepiton of removing the light gray area from the right sidebox area.
I found the following in your stylesheet.css file:
#centerColumnWrapper {
background:url(../images/shadowRight.png) repeat-y 100% 0;
width:71em;
}
I changed the setting to "repeat-y 0 0" like the shadowLeft.png thinking that would remove the shading. It did not work. I also changed 71em to 0 and that didn't do anything either. Any suggestions? I suppose I could edit the .png file and make it white, but that is cheating. ;-)
Ah, no, the light gray color is found in the image content_bg.gif, you have to open up the image, and change the color to what you'd like, or if you want it solid white, change #centerColumnWrapper2 to this:
#centerColumnWrapper2{
background: #ffffff;
}
As for your languages box, you can try something like this, add this to includes/templates/your_template/common/tpl_header.php, perhaps right after or before the search header section (<div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>):
Code:
<div id="navMainLang"><?php require(DIR_WS_MODULES . 'sideboxes/languages.php'); ?></div>
Then you will probably have to make some adjustments to the stylesheet, and perhaps even includes/modules/sideboxes/your_template/languages.php
Yes, actually open the above file up, and change line 29 from:
Code:
require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);
to
Code:
require($template->get_template_dir('tpl_box_header.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_box_header.php');
There may be more to it than that, but that'll get you going in the right direction.
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
charmedbytina2
I'm back. Still loving the template!
I do have a problem with my background image.
I don't like the way the image "operates" .
When the page is opened, the image shown is perfect, but as you scroll down the page, the image repeats so you end up with the feet (bottom of image) over the head (top of image).
Is there any way to stop this so the image stays FIXED as the text is scrolled?
I hope you can follow this!
Thanks.
PS - Why is the footer messed up now? See how BIG it got?
http://charmsandmore.charmedbytina.com
As for the image, you actually have it "fixed" now, and you need it "un-fixed". Remove background-attachment: fixed; from that section.
It looks like perhaps you didn't close a <font size=4> somewhere, as the font on your site is quite big after "one charm at a time".
Re: Apple Zen Template Support Thread
THANK YOU! THANK YOU! THANK YOU!
:hug:
I have been playing with that image and just couldn't get it right!
She looks great now!
Re: Apple Zen Template Support Thread
I have problem with the about_us page. I have installed the about_us mod but the alignment is off. On the top left of the page, there is the 'Shipping sample text'. How do I remove them?
http://peg2u.com/catalogue/index.php?main_page=about_us