Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
It's password protected.
Hi Jade - password has been removed from my site: giftsofwonder.co.uk - thanks
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
MeltDown
OK, I'm at a loss. Can one of you fine folks tell me where on the stylesheet I can change the background color of the site? (The default being white)
I can change part of the background here:
Code:
#headerWrapper {
width:100%;
text-align:center;
margin:0 auto;
background:#FFDFFF;
}
but not the lower portion of the screen.
Thanks!!
Tim
You would put that in the body tag:
body {
background:#FFDFFF url(../images/site-bg.gif) 0 9em repeat-x;
}
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
You would put that in the body tag:
body {
background:#FFDFFF url(../images/site-bg.gif) 0 9em repeat-x;
}
That did it! Thanks Jade - One more, if I may: (Though I can see that this offering is keeping you pretty busy!) Concerning the logo.gif: I like how it automatically adjusts size-wise, however, how do I keep the text in the logo from distorting?
Thanks again!
Tim
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
MeltDown
That did it! Thanks Jade - One more, if I may: (Though I can see that this offering is keeping you pretty busy!) Concerning the logo.gif: I like how it automatically adjusts size-wise, however, how do I keep the text in the logo from distorting?
Thanks again!
Tim
It looks like I found my answer in post #120 in this thread comcerning resizing and commenting out that section in the stylesheet.
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
MeltDown
It looks like I found my answer in post #120 in this thread comcerning resizing and commenting out that section in the stylesheet.
Glad to hear. :D
Get rid of "To change any of the site colors....."
I cant find out where to get rid of this. PLEASE help.
Re: Get rid of "To change any of the site colors....."
Look for HEADER_SALES_TEXT in the header.php file under includes/languages/english/apple_zen.
Re: Apple Zen Template Support Thread
Question concerning the upper-most bar where you find the "home" & "Login" links.
I would like to decrease the width of this bar. From a previous post I learned that this could be done by adjusting the width in this bit of code:
Code:
#navMain {
width:70em;
text-align:center;
margin:0 auto;
position:relative;
}
However, the only visible effect seems to be that the "home" & "Login" links are squeezed to the side a bit. The actual width of the bar does not seem to change.
I do not have the search_header.php active so it would seem that nothing should be preventing it's decrease in width.
Any suggestions?
Thanks!!
Tim
Re: Apple Zen Template Support Thread
And yet another question... (Sorry - I can see the light at the end of the tunnel, however, which means I'll soon be off your back :wink2:)
Concerning the "About us" page: Can you clarify how to remove it form the drop-down? I don't see any instance of it in tpl_drop_menu.php.
Thanks again - Tim
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
MeltDown
And yet another question... (Sorry - I can see the light at the end of the tunnel, however, which means I'll soon be off your back :wink2:)
Concerning the "About us" page: Can you clarify how to remove it form the drop-down? I don't see any instance of it in tpl_drop_menu.php.
Thanks again - Tim
As for your previous question, try changing the percentage for the
#navMainWrapper tag.
The about us page is definitely in tpl_drop_menu.php:
<li><a href="<?php echo zen_href_link(FILENAME_ABOUT_US); ?>"><?php echo HEADER_TITLE_ABOUT_US; ?></a></li>