Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
creo ingero
I just wanted to mention that I read every post in this thread (or at least skimmed) and tweaked a lot of different css settings and I still can't seem to find the cause for this calamity:
http://shoptracyb.com/index.php
What bit in CSS must I change (I'm guessing this is going to have something to do with margins) to get the header and the main body set to what I have the header set to on the left-hand margin? I was just trying to change the overall width from 68ems to 58ems.
Thanks ahead of time!
Hi There,
You changed the 68ems to 58ems, but it looks like you forgot to change any instance of 69em to 59em. (some sections need to be 1em larger) :thumbsup:
Re: Apple Zen Template Support Thread
I still can't figure out how to get the padding off of logo.gif towards the bottom that is creating space between the logo and the bottom of the border. Example is at:
http://63.135.100.160/store
Many thanks in advance!
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jdickson
I still can't figure out how to get the padding off of logo.gif towards the bottom that is creating space between the logo and the bottom of the border. Example is at:
http://63.135.100.160/store
Many thanks in advance!
Ok, here are some things to try. By the way, this is an IE only issue.
Open up includes/templates/YOUR_TEMPLATE/common/tpl_header.php and remove (if you don't plan on using the header search box):
<div id="navMainSearch">
<?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?>
</div>
Then remove the:
<div class="clearBoth"></div>
right before:
<!--eof-navigation display-->
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Hi There,
You changed the 68ems to 58ems, but it looks like you forgot to change any instance of 69em to 59em. (some sections need to be 1em larger) :thumbsup:
And I totally didn't notice that some of them were 1em larger. Thanks Jade :)
Re: Apple Zen Template Support Thread
Great template!!!!! and i'm almost done editing... forund a problem and can't figure out how to fix:
link
The site looks great in FF but the content slides down in IE6
please help
Re: Apple Zen Template Support Thread
Has anyone had any problems trying to upload new button images? I have replaced them all with new buttons, but the changes aren't reflected on the site. I've sent the link to a few friends thinking maybe my computer was just storing the graphics and not refreshing, but that's not the case. I'm going to try deleting all of the images and uploading them again...
[TO BE CONTINUED]
*dramatic music ensues*
**EDIT** that did the trick. I'll leave this up in case anyone else runs across this issue :)
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
Alik
Great template!!!!! and i'm almost done editing... forund a problem and can't figure out how to fix:
link
The site looks great in FF but the content slides down in IE6
please help
This is because of the fieldsets on the create account page. Try giving the
FIELDSET tag in the css a width of 85%.
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
This is because of the fieldsets on the create account page. Try giving the
FIELDSET tag in the css a width of 85%.
did that, Thanks it resolved the problem.
but now i've noticed that the site is not centered IE and missing border on the center cloumn.
the white baground in the header is also gone.
*** In FF everything is displayed as it should though.
Thanks
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
Alik
did that, Thanks it resolved the problem.
but now i've noticed that the site is not centered IE and missing border on the center cloumn.
the white baground in the header is also gone.
*** In FF everything is displayed as it should though.
Thanks
I'm going to need you to be more specific about your IE issues. I've looked in IE and see nothing different in IE6 vs. IE7 vs. Firefox. I see no missing border, background in header is white in all.
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
This is because of the fieldsets on the create account page. Try giving the
FIELDSET tag in the css a width of 85%.
I also facing the same problem.. where's the file directory for that css.. ?
Thanks in advance..