Results 1 to 10 of 3244

Hybrid View

  1. #1
    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?

  2. #2
    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.

 

 

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

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