Re: Apple Zen Support Thread
Quote:
Originally Posted by
marcelo63
This issue is only in IE 7. I do not see on FF 2 o FF3
Whe Additional image are present (again issue in IE)
Second Issue
I have severly modified your template and I have left a "space" below drop Menu. This replicate on all the site, just below the black Header drop menu background and on top of center white column
I would like that portion = 0px
Jade :thumbsup, Thank You!
First issue, open up includes/modules/YOUR_TEMPLATE/additional_images.php and change this:
Code:
$col_width = floor(100/$num_images);
} else {
$col_width = floor(100/IMAGES_AUTO_ADDED);
}
to this:
Code:
$col_width = floor(100/$num_images) -.5;
} else {
$col_width = floor(100/IMAGES_AUTO_ADDED) -.5;
}
Second issue:
in your stylesheeet.css change this:
Code:
#contentMainWrapper {
width:71em;
margin:0 auto;
text-align:center;
position:relative;
top:2.18em;
}
to this:
Code:
#contentMainWrapper {
width:71em;
margin:0 auto;
text-align:center;
position:relative;
top:1.4em;
}
Re: Apple Zen Support Thread
Hi, I'm using the Apple_Zen template for my new site and of course, I'm a Newbie :lamo:. This thread and the tutorials have assisted me in doing so much this past week and I haven't had to ask not one question...until now.lol
Was hoping maybe someone could tell me where to change the logo from a .gif to a .jpg. ?
Many thanks in advance to those of you who take the time to respond.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
judygirl
Hi, I'm using the Apple_Zen template for my new site and of course, I'm a Newbie :lamo:. This thread and the tutorials have assisted me in doing so much this past week and I haven't had to ask not one question...until now.lol
Was hoping maybe someone could tell me where to change the logo from a .gif to a .jpg. ?
Many thanks in advance to those of you who take the time to respond.
/includes/languages/english/apple_zen/header.php is where the filename should be changed.
includes/templates/apple_zen/images/ is where your logo should be located :)
I hope this helps! A little learning at a time...you'll get there :)
Re: Apple Zen Support Thread
I looked there, I SWEAR! :wacko:
Thank you, that worked perfectly!
And to think I wanted to be the first Newbie in the history of ZenCart to build my store without having to post a question. Silly me.
Re: Apple Zen Support Thread
How might one edit the individual product pages so that huge cross reference info lists can go underneath the "add to cart" button. I want the customer to not be forced to scroll through it in order to check out, but I need the info on the page.
Thanks.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
Ralleh
How might one edit the individual product pages so that huge cross reference info lists can go underneath the "add to cart" button. I want the customer to not be forced to scroll through it in order to check out, but I need the info on the page.
Thanks.
I'm not sure what you mean by "huge cross reference lists", but you can edit the order of the product info page in includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php
Re: Apple Zen Support Thread
Hi,
Great looking templates! I was just wondering how you would go about removing the entire nav bar that contains the EZPages1 : EZPages2 links. I did set the EZPage Display Status-Header bar to "0" in the Configuration->EZ Page Settings menu through the console, but it still displays on my page. Is there someplace else I need to go to remove this nave bar altogether? Thanks for your help.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jonjae
Hi,
Great looking templates! I was just wondering how you would go about removing the entire nav bar that contains the EZPages1 : EZPages2 links. I did set the EZPage Display Status-Header bar to "0" in the Configuration->EZ Page Settings menu through the console, but it still displays on my page. Is there someplace else I need to go to remove this nave bar altogether? Thanks for your help.
That's the way to do it. Confirm that it is indeed off.
header stretch across entire page - 800 pixels
Great template. Thanks
Is there a way to have the logo stretch across the page? I have tried changing settings in the css and in tpl_header unsuccessfully.
I have a header image that's 800 pixel wide
Many thanks
Re: header stretch across entire page - 800 pixels
Quote:
Originally Posted by
jc307
Great template. Thanks
Is there a way to have the logo stretch across the page? I have tried changing settings in the css and in tpl_header unsuccessfully.
I have a header image that's 800 pixel wide
Many thanks
======================
FIXED. I kept a backup css file on server that was throwing it off. Problem resolved
:-)