Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
duxfield
Hi Jade - I've attached a screen shot what I mean by the 'border bits' - see the top two arrows. Also I've set the html in 'define pages' so that it now contaisn the exact image dimensions but no change on the whitespace around the image (see other arrows on my attachment). Here is the html I'm using:
<html><img src="includes/templates/apple_zen/images/sixvolts_middle.jpg" width="671" height="429" border="0"></img>
Thanks alot.
This is how it should be:
<img src="includes/templates/apple_zen/images/sixvolts_middle.jpg" width="671" height="429" border="0" alt="enter some alt text here" />
That is ALL that should be in the define pages box (i think you might have a </div> there also? Make sure the above code I entered is ALL that is in the main page define editors box. Let me know how that goes.
The border bits issue is an IE only thing, I'll look into that more.
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
duxfield
Hi Jade - I've attached a screen shot what I mean by the 'border bits' - see the top two arrows. Also I've set the html in 'define pages' so that it now contaisn the exact image dimensions but no change on the whitespace around the image (see other arrows on my attachment). Here is the html I'm using:
<html><img src="includes/templates/apple_zen/images/sixvolts_middle.jpg" width="671" height="429" border="0"></img>
Thanks alot.
I figured out where the extra </div> was in there somewhere, you need to open up includes/templates/apple_zen/common/tpl_main_page.php and see if there is a closing div (</div) after:
Code:
<!-- eof upload alerts -->
If so, please remove it. If you look at your page source, you will see there is a </div> right after the above code, and its not supposed to be there.
Re: Apple Zen Template Support Thread
Just installed Apple Zen on a site I'm working on (my customer loved the look, thanks!) and I'm seeing one issue that doesn't seem to be addressed in this thread. When search_header.php is turned on, I get the search in both the header at top of the page (as I'd expect) and in the right side boxes (which I didn't expect). I'm I just expecting the wrong thing, or should the search only be in the top border?
The test site is here. :huh:
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
Billsey
Just installed Apple Zen on a site I'm working on (my customer loved the look, thanks!) and I'm seeing one issue that doesn't seem to be addressed in this thread. When search_header.php is turned on, I get the search in both the header at top of the page (as I'd expect) and in the right side boxes (which I didn't expect). I'm I just expecting the wrong thing, or should the search only be in the top border?
The test site is
here. :huh:
You may have both search_header.php turned on, and search.php. OR when you turn on search_header.php, make sure the left/right status is OFF and only the single column status is on.
Re: Apple Zen Template Support Thread
Hi --
Thank you for contributing this fantastic template, and for suporting it here. I would like to "buy you a cup of coffee" if you like to PM or post your paypal e-mail. :)
My question is; how to remove or change the gray stripe that appears above the breadcrumb nav? Seems simple, but I can't seem to find it. :)
http://www.banberryplace.com/NewZen
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
Terrill_Taylor
Hi --
Thank you for contributing this fantastic template, and for suporting it here. I would like to "buy you a cup of coffee" if you like to PM or post your paypal e-mail. :)
My question is; how to remove or change the gray stripe that appears above the breadcrumb nav? Seems simple, but I can't seem to find it. :)
http://www.banberryplace.com/NewZen
Hi there!
Thanks for the compliment, and the offer. I don't expect contributions, but if you *really* want to :happy: my paypal personal account is jade @ jadetrue.com.
The grey bar is found in #centerColumnOuter.
First, remove this section:
#centerColumnOuter {
background:url(../images/headerborder.gif) repeat-y;
}
Then find the second #centerColumnOuter section, and CHANGE it to this:
#centerColumnOuter {
margin:-.1em .5em 0 .5em;
width:70em;
position:relative;
clear:both;
}
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Hi there!
Thanks for the compliment, and the offer. I don't expect contributions, but if you *really* want to :happy: my paypal personal account is jade @ jadetrue.com.
The grey bar is found in #centerColumnOuter.
First, remove this section:
#centerColumnOuter {
background:url(../images/headerborder.gif) repeat-y;
}
Then find the second #centerColumnOuter section, and CHANGE it to this:
#centerColumnOuter {
margin:-.1em .5em 0 .5em;
width:70em;
position:relative;
clear:both;
}
Thanks! :)
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
You may have both search_header.php turned on, and search.php. OR when you turn on search_header.php, make sure the left/right status is OFF and only the single column status is on.
That did it, I'd turned on left column instead of one column. :blush: I guess I should do that with all the side boxes, right?
Re: Apple Zen Template Support Thread
Nope, it looks like if I turn on single column and turn off the right / left, the box doesn't display.
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
Billsey
Nope, it looks like if I turn on single column and turn off the right / left, the box doesn't display.
It looks like you've gotten it figured out? I see only the top header search box on your test site.