Page 114 of 326 FirstFirst ... 1464104112113114115116124164214 ... LastLast
Results 1,131 to 1,140 of 3251
  1. #1131
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by Glamorousshoe View Post
    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 &amp; 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 &amp; 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;}

  2. #1132
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by Glamorousshoe View Post
    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.

  3. #1133
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by yhg11 View Post
    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".

  4. #1134
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by Lovely View Post
    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.

  5. #1135
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Cherry Zen Template Support Thread

    Everything Should be Fixed, Thanks again for all the help.

  6. #1136
    Join Date
    Feb 2005
    Location
    New Jersey
    Posts
    646
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    oops! replied on wrong message
    Last edited by KADesign; 28 Mar 2008 at 03:03 AM. Reason: replied on wrong message

  7. #1137
    Join Date
    Feb 2005
    Location
    New Jersey
    Posts
    646
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Thanks...I would really appreciate it. Thanks for the link too.

    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.

  8. #1138
    Join Date
    Apr 2006
    Posts
    5
    Plugin Contributions
    0

    Default 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

  9. #1139
    Join Date
    Apr 2006
    Posts
    5
    Plugin Contributions
    0

    Default 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.

  10. #1140
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by sleepless View Post
    Thanks...I would really appreciate it. Thanks for the link too.
    Here's a couple... is this the text that you needed?
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	add_to_wish_list.jpg 
Views:	208 
Size:	3.2 KB 
ID:	3659  
    Attached Images Attached Images  

 

 

Similar Threads

  1. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  2. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 AM
  3. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  4. Mix Cherry Zen Template with Default template
    By Globie in forum General Questions
    Replies: 1
    Last Post: 31 Oct 2008, 08:21 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR