Re: Apple Zen Support Thread
Quote:
Originally Posted by
ommannette
Ok , I figured out the header issue (I had to remove the "/*" from line 65, where the instructions for the narrow header is)..
But I still need help with the products page.
If anyone can help me , I would appreciate it.
Your site has a lot of errors.
For one, you seem to have this twice:
<div class="centerColumn" id="indexDefault">
Go to:
http://validator.w3.org/check?verbos...efoodie.com%2F
And try to figure out some of your errors. If you have too much trouble figuring out the errors, I'd suggest you start fresh and re-install the template.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
GFSTrading
Hi, I prefer Apple Zen and have been using this template since Dec 2007, so the version should be the oldest one.
I am sorry if this has been answered before, trying to search but couldn't find...
1) How do I remove the 2 blue bars extending out from the main menu?
2) How do I make the menu bar equally spaced for the 6 headers. i.e "Home", "Start Shoppping. "Information"...
3) How do I add a background pic to the page.
Pls pardon me as I am really not technically skill in this area and have been struggling for some time.
MTIA.
http://i421.photobucket.com/albums/p...rading/gfs.jpg
Do I understand correctly, that you are using an old version of the template? Please install the newest version first.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
Do I understand correctly, that you are using an old version of the template? Please install the newest version first.
Hi, I am sorry but to be frank, I will not know exactly how to do it...:blush:
This current one was passed down to me by my friend who can't help me now...:cry:
Actually the whole site is working well but just want to beautify it...
If you can help me, I will really appreciate.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
You can remove the HOME LOGIN from the header in includes/templates/apple_zen/common/tpl_header.php.
Can you give a bit more detail on how to actually remove this? I am not to sure which part of the code controls this, do I just comment something out or delete something entirely? I would really like to know as it seems duplicated with lower menus the way I have my site configured so far; but I don't want to mess up your great template by doing this without your guidance.
Thanks Charals
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
Your site has a lot of errors.
For one, you seem to have this twice:
<div class="centerColumn" id="indexDefault">
Go to:
http://validator.w3.org/check?verbos...efoodie.com%2F
And try to figure out some of your errors. If you have too much trouble figuring out the errors, I'd suggest you start fresh and re-install the template.
I would just like to remove the "read reviews", "ask a question" "tell a friend" etc. from the bottom of the products page.., can you help me with that?
Re: Apple Zen Support Thread
I saw the errors and if I were to code my own page, I could probably find the errors and fix them, however, I don't know where to find these pages on zencart. I don't suppose you could tell me that could you? I see the errors, but where is the actual page to fix them?
Thank you for your help with this..,
Re: Apple Zen Support Thread
Quote:
Originally Posted by
ommannette
I saw the errors and if I were to code my own page, I could probably find the errors and fix them, however, I don't know where to find these pages on zencart. I don't suppose you could tell me that could you? I see the errors, but where is the actual page to fix them?
Thank you for your help with this..,
The only way for me to tell you how to fix the errors, is for me to do it myself. So then my advice is for you to start fresh with the template.
As far as the things you want to remove from the product page, you do all that in your admin, under "Catalog", "Product Types", "Layout Settings"
Re: Apple Zen Support Thread
Quote:
Originally Posted by
charals
Can you give a bit more detail on how to actually remove this? I am not to sure which part of the code controls this, do I just comment something out or delete something entirely? I would really like to know as it seems duplicated with lower menus the way I have my site configured so far; but I don't want to mess up your great template by doing this without your guidance.
Thanks Charals
Try removing this portion:
Code:
<div id="navMainLinks">
<ul class="back">
<li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
<?php if ($_SESSION['customer_id']) { ?>
<li><a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a></li>
<?php
} else {
if (STORE_STATUS == '0') {
?>
<li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a></li>
<?php } } ?>
<?php if ($_SESSION['cart']->count_contents() != 0) { ?>
<li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
<?php }?>
</ul>
</div>
If you keep a copy before you make changes, you don't need to worry about trying to do things yourself.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
GFSTrading
Hi, I am sorry but to be frank, I will not know exactly how to do it...:blush:
This current one was passed down to me by my friend who can't help me now...:cry:
Actually the whole site is working well but just want to beautify it...
If you can help me, I will really appreciate.
Email me at [email protected]
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
The only way for me to tell you how to fix the errors, is for me to do it myself. So then my advice is for you to start fresh with the template.
As far as the things you want to remove from the product page, you do all that in your admin, under "Catalog", "Product Types", "Layout Settings"
I can fix the errors if I knew where the html or php files were that they are in. I just d/l the apple zen file. The "read review" tell a friend, etc. appeared when I d/l the apple zen, this is why I would like to know where to go to get it off.
Thanks for your help with this..,