Page 74 of 326 FirstFirst ... 2464727374757684124174 ... LastLast
Results 731 to 740 of 3251
  1. #731
    Join Date
    Mar 2007
    Posts
    56
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Is there a way to fix or control how the template loads so that it loads the header and side colums first before the center part?

  2. #732
    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 maraud View Post
    Is there a way to fix or control how the template loads so that it loads the header and side colums first before the center part?
    Not easily, no.

  3. #733
    Join Date
    Jan 2008
    Posts
    1
    Plugin Contributions
    0

    help question Re: Cherry Zen Template Support Thread

    How could I put the Home, Log In, My Account, Shopping Cart, & Checkout on the top bar of the class templete?

  4. #734
    Join Date
    Apr 2006
    Posts
    23
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Thanks for the help!!

    Another question, The breadcrumb bar is white, on the template its supposed to be Gray I think. Where do I change it?

    Thanks,
    Tom

  5. #735
    Join Date
    Jan 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi there

    sorry if there is a similiar answer allready posted because i didnt found it.

    my problem is the shadow of the product picture it didnt is fixed at the picture, it has too much space to the picture especially in IE7.

    here a link to my shop
    http://shop.chayah.net/index.php?mai...products_id=16

    how can i fix the shadow ?

  6. #736
    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 rooml101 View Post
    How could I put the Home, Log In, My Account, Shopping Cart, & Checkout on the top bar of the class templete?
    Hmm, good question. (I'm assuming you mean to say "classic" template.

    Anyway, you'd need to replace the navmainwrapper section of the classic template with the navmainwrapper section of the cherry zen template, starting from <!--bof-navigation display--> to <!--eof-navigation display-->

    Then, you'll need to add some css (its a lot):

    Code:
    #navMainWrapper {
    	background:url("../images/red/header.gif");
    	}
    	
    #navMain a {
    	background:url("../images/red/tableftE.gif") no-repeat left top;
    	}
    	
    #navMain a span {
    	background:url("../images/red/tabrightE.gif") no-repeat right top;
    	}
    	
    #navMain a span.last {
    	background:url("../images/red/tabrightE_last.gif") no-repeat right top;
    	}
    
    #navMain a span {
    	color:#ffffff; /* color of header links, HOME, LOGIN, MY ACCOUNT, etc. */
    	}
    	
    #navMain a:hover span {
    	color:#ffffff; /* color of header links, HOME, LOGIN, MY ACCOUNT, etc. when hovered over */
    	}
    
    #navMainWrapper {
    	height:32px;
    	width:100%;
    	font-size:12px;
    	}
    
    #navMain {
    	float:right;
    	width:750px;
    	line-height:normal;
    	}
    
    #navMain ul {
    	float:right;
    	list-style:none;
    	}
    	  
    #navMain li {
    	display:inline;
    	}
    	  
    #navMain a {
    	float:left;
    	text-decoration:none;
    	}
    	
    #navMain a span {
    	float:left;
    	display:block;
    	padding:7px 15px 10px 15px;
    	text-align:center;
    	width:90px;
    	cursor:pointer;
    	}
    	
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navMain a span {float:none;}
    /* End IE5-Mac hack */
    
    #navMain a:hover {
    	background-position:0% -32px;
    	}
        
    #navMain a:hover span {
    	background-position:100% -32px;
    	}
    And then be sure to remove all of the original #navMain, #navMainWrapper, etc. that is found in the classic template's stylesheet.css.

  7. #737
    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 CarolinaReefs View Post
    Thanks for the help!!

    Another question, The breadcrumb bar is white, on the template its supposed to be Gray I think. Where do I change it?

    Thanks,
    Tom
    Nope, its white in the template, but you can add a background color at the #navBreadCrumb in the css.

  8. #738
    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 Robin89 View Post
    Hi there

    sorry if there is a similiar answer allready posted because i didnt found it.

    my problem is the shadow of the product picture it didnt is fixed at the picture, it has too much space to the picture especially in IE7.

    here a link to my shop
    http://shop.chayah.net/index.php?mai...products_id=16

    how can i fix the shadow ?
    Make sure you uploaded includes/templates/cherry_zen/templates/tpl_modules_main_product_image.php

  9. #739
    Join Date
    Mar 2007
    Posts
    56
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    When you look at the template "Cherry Zen" at the top, it has a blue row/background and then the red bar. denasha.com


    Just a few questions

    How can i get rid of the blue row and remove the space it creates?

    How can i make the menu that appears in the red bar to have spaces, since at the moment, it shows up as "HomeLog In" without any spaces between the menu words

    How can i remove the first menu Product1 Product 2, so that the only menu showing up is the CSS dropdown menu with Product 1 and Product 2, instead of having two menus with the same thing?

  10. #740
    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 maraud View Post
    When you look at the template "Cherry Zen" at the top, it has a blue row/background and then the red bar. denasha.com


    Just a few questions

    How can i get rid of the blue row and remove the space it creates?

    How can i make the menu that appears in the red bar to have spaces, since at the moment, it shows up as "HomeLog In" without any spaces between the menu words

    How can i remove the first menu Product1 Product 2, so that the only menu showing up is the CSS dropdown menu with Product 1 and Product 2, instead of having two menus with the same thing?
    I'm not understanding a lot of what you're saying. Could I see a link?

 

 

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