Page 1 of 2 12 LastLast
Results 1 to 10 of 3041

Hybrid View

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by high2K View Post
    Is there also some way that I can put the search box in the logo area and evenly space out the horizontal navigation buttons?
    As for your shopping cart link in the header... you can manually add that to includes/templates/YOUR_TEMPLATE/common/tpl_header.php. If you're not using the search box, I'd put it in place of <?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?>

    As for evenly spacing out the horizontal navigation buttons, open up includes/templates/YOUR_TEMPLATE/css/stylesheet_header_menu.css and replace three sections of css (div#dropMenu li, div#dropMenu li a, div#dropMenu ul.level2) with the code below:



    Code:
    div#dropMenu li {
    	position:relative;
    	list-style:none; 
    	margin:0; 
    	float:left; 
    	line-height:1em;
            width:16.6%;
    	}

    Code:
    div#dropMenu li a {display: block; padding: .6em 0;text-decoration: none; text-transform:uppercase; color:#ffffff; text-align:center; border-right:1px solid #ffffff;}
    Code:
    div#dropMenu ul.level2 {background:#4f4f4f;z-index:1000;position:absolute;left:0;}
    Sorry to all of those who have asked to evenly space out their menu before high2k, but this solution just dawned on me!

  2. #2
    Join Date
    Jun 2007
    Posts
    54
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    I have tried everything now to change the size of the logo the hieght changes but the width will not im now pulling my hair out i just get a pic on the left with a big white space pleeeeese help !!!!

  3. #3
    Join Date
    Jun 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Great Template, but one minor question. Is there a way to change the grey box circled in this pic to another color?



    I've tried looking and playing with different elements but can't find if it's in the CSS or if it's an image?

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by supergper View Post
    Great Template, but one minor question. Is there a way to change the grey box circled in this pic to another color?



    I've tried looking and playing with different elements but can't find if it's in the CSS or if it's an image?
    Look in the includes/templates/apple_zen/images folder. There's one named content_bg.gif. Open it with your favorite image editor, change the grey, and re-upload the image.

  5. #5
    Join Date
    May 2006
    Location
    Scotland
    Posts
    198
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Thanks so much for that jettrue, but the client has now changed their mind about the layout!
    What I now need to do is move the search box to the top right of the page in the same line as 'HOME' and 'LOGIN'. I need the search box right aligned and I need the search button replaced by a button of their own design.
    I have no clue how to do this and need mickey mouse instructions!

  6. #6
    Join Date
    May 2006
    Location
    Scotland
    Posts
    198
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    And one more thing... How do I continue the shaded border all the way up to the top of the page?

  7. #7
    Join Date
    Jun 2007
    Posts
    54
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    heres is wot I would like to change anyone help?
    Attached Images Attached Images  

  8. #8
    Join Date
    May 2006
    Location
    Scotland
    Posts
    198
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Hi symmo,

    Go into your stylesheet and change colour of #headerWrapper to #000000.
    Am not sure how to get rid of the nav bar at the top though. Interestingly, I'm wanting to move my search box up there. How did yours end up there?

  9. #9
    Join Date
    Jun 2007
    Posts
    54
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by high2K View Post
    Hi symmo,

    Go into your stylesheet and change colour of #headerWrapper to #000000.
    Am not sure how to get rid of the nav bar at the top though. Interestingly, I'm wanting to move my search box up there. How did yours end up there?
    search box switches on and off from admin> tools> layout boxes controller

    Then set the sideboxes/search_header.php on

    but I really want to get rid of the whole bar ??

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by symmo View Post
    search box switches on and off from admin> tools> layout boxes controller

    Then set the sideboxes/search_header.php on

    but I really want to get rid of the whole bar ??
    Add this to your css file:

    #navMainWrapper {display:none;}

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

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