Re: Cherry Zen Template Support Thread
I believe I see the problem.......check the includes/templates/cherry_zen/common/tpl_header.php for the following lines: (should be lines 20-25)
Code:
<!--bof-header logo and navigation display-->
<?php
if (!isset($flag_disable_header) || !$flag_disable_header) {
?>
<!-- divs for drop shadow -->
<div id="nw"><div id="ne"><div id="se"><div id="sw"><div id="n"><div id="s"><div id="w"><div id="e"><div id="main"><table id="workaround"><tr><td>
Re: Cherry Zen Template Support Thread
@enginarat
Your problem is the complete opposite of the posts above this one.....
you will want to make the following section in the stylesheet:
Code:
#nw {
width:96%; /* main site width; if you'd prefer a fixed width site, enter the width in px here. */
max-width:1300px; /* prevents the main content from getting wider than 1300px in sites other than IE */
min-width:1000px; /* this prevents the main content from getting smaller than 1000px in browsers OTHER THAN IE. You can make this as small as 800px, BUT any smaller than that, and the top header menu will break into two lines. Also, if you make this width 800px, you will need to make sure your product image on the product info page is no wider than 190px */
}
/* IE only. Controls Width of Site and Main Content*/
* html #nw {
width:expression((d=document.compatMode=="CSS1Compat" ? document.documentElement : document.body) && (d.clientWidth > 1300? "1300px" : d.clientWidth > 1048? "80%" : d.clientWidth < 1048? "1000px" : "80%")); /* this prevents the site from getting smaller than 1000px or wider than 1300px in IE */
}
/* end IE only */
/* end site and main content width section */
Read as below:
and in your case it will work because you do have the drop shadow divs in place......
Re: Cherry Zen Template Support Thread
Didn't work. That's okay, not a biggie since this is my sandbox. I'll figure it out eventually. Thanks!
Re: Cherry Zen Template Support Thread
Didn't work for me, either. Not a biggie anymore.
Thanks anyway.
Re: Cherry Zen Template Support Thread
Turns out to be a compatibility issue. I was testing it in my 1.50 RC2 install. Just installed it in 1.39 and it works fine.
Re: Cherry Zen Template Support Thread
Has anyone been able to apply the template to the new products and all products categories? I would like it to look the same as the rest of the site but no luck so far. Have currently used a patch to create the columnar display but don't want to keep it. Would rather have the cherry zen install control the pages the same way as it does the others.
Any ideas?
website is http://corset.ie
Thanks
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
corseter
Has anyone been able to apply the template to the new products and all products categories? I would like it to look the same as the rest of the site but no luck so far. Have currently used a patch to create the columnar display but don't want to keep it. Would rather have the cherry zen install control the pages the same way as it does the others.
Any ideas?
website is
http://corset.ie
Thanks
I used the Single Listing Template mod. That did the trick.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
corseter
Has anyone been able to apply the template to the new products and all products categories? I would like it to look the same as the rest of the site but no luck so far. Have currently used a patch to create the columnar display but don't want to keep it. Would rather have the cherry zen install control the pages the same way as it does the others.
Any ideas?
website is
http://corset.ie
Thanks
Are you sure your corset website is cherry zen template? It totally looks different to me. Whatever it is, it looks great. You must have re-modified a lot of things.
Re: Cherry Zen Template Support Thread
Hi Everyone
Sorry if this has been covered already, but I couldn't find exactly what I was after with searches.
I'm after some help with my page layout, it seems to work fine in FireFox, but doesn't display correctly in either Chrome or IE. Please see image below...
(my apologies for the extremely shoddy marks to highlight!)
http://www.redwaterauto.co.uk/images/IEvsFFissues.jpg
Any help you guys can offer would be very much appreciated.
Cheers
Matt
Re: Cherry Zen Template Support Thread
Hello - I was hoping to get some help with some positioning stuff. On my product info page I have added a "pin it" button for pinterest. I would like it to line up under the other social media buttons. I have looked at both the stylesheet and the product_info page and can't figure out why it's different. See it Here
On my shopping cart page, the update button is offset to the right, and there is a bigger space between the Continue shopping, and the update button than there is between the update and estimate shipping buttons.
Any help/suggestions would be much appreciated.