Re: Apple Zen Support Thread
Quote:
Originally Posted by
ommannette
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..,
I told you how to remove them:
.... in your admin, under "Catalog", "Product Types", "Layout Settings"
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
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.
Ok thankyou, you are so very helpful., that worked out really well for me. Ihave taken your advice and made a backup before I change too much. Another question I have is to make the logo.gif go all the way across the screen. I have already removed the text that presided to the right of it. Where and how can this be done? Thanks again! Charals
Re: Apple Zen Support Thread
Thanks so much for sharing the post.
simulation credit auto
Re: Apple Zen Support Thread
Thanks for your sharing
simulation credit auto:clap:
Re: Apple Zen Support Thread
Quote:
Originally Posted by
charals
Ok thankyou, you are so very helpful., that worked out really well for me. Ihave taken your advice and made a backup before I change too much. Another question I have is to make the logo.gif go all the way across the screen. I have already removed the text that presided to the right of it. Where and how can this be done? Thanks again! Charals
Read the readme. :)
Re: Apple Zen Support Thread
Ok I will do, sorry for missing that Jade, I appreciate your guidance. Your Template is a lifesaver!
Thanks Charals
Re: Apple Zen Support Thread
I'm building a new zen cart using my modified version of your (Fab-o!) Apple Zen as the template, altering colors and whatnot after-the-fact. Everything is moving along swimmingly but I do have a bit of a quandary. If I view this new site in IE7 there is a light-blue, horizontal bar immediately below the logo that I would like to remove. However, it does not appear in FF and therefore I can't see it in my FF developer tools to name it and remove it. :no:
Can you tell me what that light blue bar is and how to best remove it?
Thank you!
Re: Apple Zen Support Thread
Quote:
Originally Posted by
MeltDown
I'm building a new zen cart using my modified version of your (Fab-o!) Apple Zen as the template, altering colors and whatnot after-the-fact. Everything is moving along swimmingly but I do have a bit of a quandary. If I view
this new site in IE7 there is a light-blue, horizontal bar immediately below the logo that I would like to remove. However, it does not appear in FF and therefore I can't see it in my FF developer tools to name it and remove it. :no:
Can you tell me what that light blue bar is and how to best remove it?
Thank you!
Turn off the ezpages header bar under "Configuration", "Ezpages Settings"
Re: Apple Zen Support Thread
Great - Thanks!!
Question: I've updated that computer to IE8. For testing purposes, is there still a way to view sites in IE7 on the same machine?
Re: Apple Zen Support Thread
Quote:
Originally Posted by
MeltDown
Great - Thanks!!
Question: I've updated that computer to IE8. For testing purposes, is there still a way to view sites in IE7 on the same machine?
IE8 has "Compatibility" mode. The little icon (looked like a broken paper) should be to the right of the URL address bar (or to the left of the refresh button). That will essentially put your browser in IE7 mode.