Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Glamorousshoe
I just checked the site using IE7, and there is nothing there.
I was using Ie6 building the site, and there are navigation buttons in the header, such as Home, My account, etc. How come they don't show up on IE7, Also I want to stritch the site white color to include the footer, how can I do that?
Are you talking about homedecoronline.net? I know we had this discussion before, but I answer a lot of questions and can't remember what site we're referring to.
If you are talking about homedecoronline.net, it looks like you've significantly changed the header, so I'm not sure what the problem is. Does the header menu on my test site, http://www.cherryzen.jadetrue.com show up in IE7?
The "footer" you've created is not the real zen cart footer, you've added a table. You'd have to give that table a css style name, then add a white background to that style in the css.
For example, right now you have this:
Code:
<table border="0" width="98%">
<tr>
<td align="left" valign="top" width="255">
<a href="http://www.homedecoronline.net/">
<img src="../includes/templates/Sami/images/logo_small.jpg" alt="Modern Home Decor" /></a>
</td>
<td valign="top" align="center">
<a href="index.php">Home</a> |
<a href="index.php?main_page=page_2">About Us</a> |
<a href="index.php?main_page=contact_us">Contact Us</a>
<br />
<a href="index.php?main_page=account">My Account</a> |
<a href="index.php?main_page=shopping_cart">Shopping Cart</a> |
<a href="index.php?main_page=checkout_shipping">Check Out</a>
<br />
<a href="index.php?main_page=shippinginfo">Shipping & Returns</a>
<br />
</td>
<td valign="top" align="right" width="253">
<img src="https://www.paypal.com/en_US/i/bnr/horizontal_solution_PPeCheck.gif"alt="Secure Payment" /></a>
</td>
</tr>
</table>
If you change it to this:
Code:
<table border="0" width="98%" id="footerTable">
<tr>
<td align="left" valign="top" width="255">
<a href="http://www.homedecoronline.net/">
<img src="../includes/templates/Sami/images/logo_small.jpg" alt="Modern Home Decor" /></a>
</td>
<td valign="top" align="center">
<a href="index.php">Home</a> |
<a href="index.php?main_page=page_2">About Us</a> |
<a href="index.php?main_page=contact_us">Contact Us</a>
<br />
<a href="index.php?main_page=account">My Account</a> |
<a href="index.php?main_page=shopping_cart">Shopping Cart</a> |
<a href="index.php?main_page=checkout_shipping">Check Out</a>
<br />
<a href="index.php?main_page=shippinginfo">Shipping & Returns</a>
<br />
</td>
<td valign="top" align="right" width="253">
<img src="https://www.paypal.com/en_US/i/bnr/horizontal_solution_PPeCheck.gif"alt="Secure Payment" /></a>
</td>
</tr>
</table>
Then add this to the css:
Code:
#footerTable {background:#ffffff;}
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Glamorousshoe
I just checked the site using IE7, and there is nothing there.
I was using Ie6 building the site, and there are navigation buttons in the header, such as Home, My account, etc. How come they don't show up on IE7, Also I want to stritch the site white color to include the footer, how can I do that?
You should also fix the errors for your site:
http://validator.w3.org/check?verbos...ronline.net%2F
This needs to be removed from your site, somehow that was added somewhere:
<head>
<meta http-equiv="Content-Language" content="en-us">
</head>
You also need to get rid of the:
<span class="style1">
and
</span>
That is enclosing your navMainWrapper section. (should be found in tpl_header.php)
Just getting rid of those may fix most of the errors. I don't think you are missing any </div>'s like the above link says, its just because of some faulty html.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
yhg11
thanks
i need it on the left in the navigation bar,anyone can help me
terry
It is on the left in the navigation bar. Did you turn it on under "tools", "layout boxes controller".
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Lovely
I'd also like to put a (separate) background behind the footer -- as the font can't be seen right now.
You can style the footer through the #navSuppWrapper tag in the stylesheet.css.
Re: Cherry Zen Template Support Thread
Everything Should be Fixed, Thanks again for all the help.
Re: Cherry Zen Template Support Thread
oops! replied on wrong message
Re: Cherry Zen Template Support Thread
Thanks...I would really appreciate it. Thanks for the link too.
Quote:
Originally Posted by sleepless
Hi Jade,
I actually have a question for the Simple Zen template but couldn't find a thread for that. I just switched to the Simple template and usually make my buttons to match the site or duplicate yours if I need more. But...I can't duplicate this one. Do you, by any chance, have a wishlist button for this template. I would gladly pay for you to make one if not. Just pm me with details.
The template is on my adult site:
http://www.sleeplessnightsonline.com/
Thanks again for yet another great template!
Kelly
Simple Zen Thread:
http://www.zen-cart.com/forum/showthread.php?t=44474
I don't have one made... can make one in the next few days.
Re: Cherry Zen Template Support Thread
I am totally in love with this template. I am testing a new shop with this template and I find a problem if I view the site in IE6. The left column starts after the last bit of the content. So if you content is long, you won't see any category links etc on the left side unlease you scroll down.
The test site can be view here: http://www.lampworking.nl/stempelwinkel
Re: Cherry Zen Template Support Thread
I found the problem. I enlarged the left column in the admin part, after I reduced it, everything works fine.
2 Attachment(s)
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
sleepless
Thanks...I would really appreciate it. Thanks for the link too.
Here's a couple... is this the text that you needed?