Re: Cherry Zen Template Support Thread
Found the extra </DIV> tag that needs to be removed if you have Tabbed Products, Image Handler 2 and Apple Zen Template.
// ===> Close the tabstrip creation if started
if ((intval($chkTabStart) >= 0 && intval($chkTabEnd) > 0) || ($bAddToCart || $bMediaCollection || $bAdditionalImages || $bCustomersAlsoPurchased || $bCrossSell_Tab || $bReviews_Tab)) {
echo '<!--/div--><!--end of tabcontentcontainer -->';
}
Located in teh tpl_tabbed_products_lite.php file
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mediathing
Can someone with IE6 take a look at my site please, The left nav column gets pushed down to the bottom of the page. I have tried playing with the site width but no joy so far...any help would be great.
funfancydressDOTcom
Thanks
Pete
Jettrue, Is there a css fix I can use to solve this that you are aware of?
Thanks
Pete
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mediathing
Jettrue, Is there a css fix I can use to solve this that you are aware of?
Thanks
Pete
I haven't looked at your site in IE yet (on a mac right now), but I would think that maybe your middle section has images that are too wide. Try smaller images, and see if that helps.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
I haven't looked at your site in IE yet (on a mac right now), but I would think that maybe your middle section has images that are too wide. Try smaller images, and see if that helps.
That was my first though but it works fine in IE7, firefox (pc and mac), safari so I doubt that the image size could only cause a problem in IE6, strange. I'll keep searching.
Thanks
Pete
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mediathing
That was my first though but it works fine in IE7, firefox (pc and mac), safari so I doubt that the image size could only cause a problem in IE6, strange. I'll keep searching.
Thanks
Pete
That is an incorrect assumption. Many things happen in IE6 that don't happen in any other browser. Did you test it out by using smaller images? For testing purposes, I would also upload the ORIGINAL full stylesheet.css and see if the problem persists, if it does, its not a stylesheet issue, its probably the images.
Re: Cherry Zen Template Support Thread
I'm having the exact same issue on http://www.newpdacases.com
With IE7, firefox and Safari it looks great. IE6 causes a lot of issues. I've tried image resizing, and going back to the original template with the same issues.
Any hints on this one?
Re: Cherry Zen Template Support Thread
Ok, figured mine out. I had modified everything to do a 225px wide sidebar. When I dropped back down to 200px on the sidebar widths, everything looks good now.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
morrias
Ok, figured mine out. I had modified everything to do a 225px wide sidebar. When I dropped back down to 200px on the sidebar widths, everything looks good now.
I have changed my sidebar but only up to 159px, i'll change them back down and see but still think it's a css issue...
Another thing I could do with a bit of help on is the navigation along the top of the page. I want it to be left aligned but float left doesn't work. Can someone provide the css for this please??
Thanks
Pete
Re: Cherry Zen Template Support Thread
OK, more detail on the issue. In my CSS I have all of the margins set to 200px, and when I do 200px for setting in Layout Settings for the sidebars, it breaks again. Dropping those settings to 195px in the Layout Settings fixes it.
IE6 must just need those extra pixels!
Re: Cherry Zen Template Support Thread
I'm sorry I wasn't more clear on this. What I meant to say is that if the width of your sidebars you have defined in the Layout Settings in the admin tool are about 5px smaller than the sizes you defined in the .css file, it should work. It seems to do wierd alignment in IE6 when the two numbers match up. Very annoying, but I be in another few months most people will be using IE7 and firefox anyways.