Re: Cherry Zen Template Support Thread
Hi,
Please accept my apologies in advance if this question has been asked already, but I cannot figure out where to set up product listing on several lines.
At the moment on my site, on the main page I only see 3 products on the single line, I would like to have at least 3 lines, so visitors can see more products straight away.
Here is the URL:
i r i s h b e a u t y s h o p . c o m
Re: Cherry Zen Template Support Thread
left column categories appear half way down the page in ie6 (only). column width in admin set to left 165 right 150.
Code:
.outer {
padding-left: 165px; /* Same width as margin-left for the float-wrap div */
padding-right: 150px; /* Our right column width */
}
.inner {
width: 100%;
}
.float-wrap {
float: left;
width: 97%;
margin-left: -165px; /* Same length as .outer padding-left but with negative value */
}
#content {
float: right;
margin-right: -165px; /* Same length as .outer padding-left but with negative value */
width: 100%;
line-height:1.6;
position: relative; /* IE needs this */
}
.contentWrap{
padding: 5px 0 5px 5px;
}
#navColumnOne {
float: left;
margin-top: 0px;
position: relative; /* IE needs this */
}
#navColumnTwo {
float: right;
margin-top: 0px;
margin-right: -150px; /* This negative margin-right value is in this example the same as the right column width. */
position: relative; /* IE needs this */
}
* html #navColumnTwo {
margin-right: -170px !important; /* Fixes IE6 Issue */
}
if i change all instances of 165 above to 180, it moves the left column back to the top in ie6, but it pushes the left column categories outside the page to the left on the product pages.
any ideas?
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
IBSHOP
I cannot figure out where to set up product listing on several lines.
At the moment on my site, on the main page I only see 3 products on the single line, I would like to have at least 3 lines, so visitors can see more products straight away.
Try looking at: https://www.zen-cart.com/tutorials/index.php?article=4 or https://www.zen-cart.com/tutorials/index.php?article=3
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
daymobrew
Thank you very much for that, greatly appreciated.
I got the logic now.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by Crunch
I experience the same issue with all the popup images and have not found a solution. I have also seen this on other sites using this template. I tested with other templates and the issue does not occur, so I can confirm it's definitely something in cherry zen template relating to image popup.
I don't have an answer for you, but look into ZenLightbox
http://www.zen-cart.com/index.php?ma...roducts_id=273
Which opens the image with Litebox and a shadowed background. Very cool and worth the install.
JOhn ><>
Thanks for the tip, John. I'm a little reluctant to add too many mods to my store as they create too many conflicts but will give this a shot. Have seen this mod and it is cool. It will certainly eliminate the problem with the partially covered zoomed image.
Rod
Re: Cherry Zen Template Support Thread
fixed the left column, but now the right column links have moved left into the main page (ie6 only).
and no changes to this line has effect:
* html #navColumnTwo {
margin-right: -170px !important; /* Fixes IE6 Issue */
}
???
Re: Cherry Zen Template Support Thread
Hi
Is it possible to remove the dot line from the category and subcategory pages, but leave it in place on the product listing pages?
Grateful for any help
Thanks!
Re: Cherry Zen Template Support Thread
Hi
I need to change the colour on the search function but it will not open in Adobe CS3.
Anyone know how I edit this image? (I just need to make a small change to the colour).
Thanks
Re: Cherry Zen Template Support Thread
what if you don't have an ftp and u are only using a Control Panel, does this one works? and which file should be uploaded. Please help.thanks:(
Re: Cherry Zen Template Support Thread
Wasn't sure if I should post this in the Zen Lightbox forum or here, but seems like a template issue.
Cherry Zen template and Zen Lightbox are not behaving together.
I just installed Zen Lightbox Version 1.5 (Release Date: 2008-12-18) and there is an issue with the image displayed on the product page.
Best that I can describe it is that the image background border and text "Larger Image" is extended down vertically.
I've included two pictures below:
With Zen Lightbox installed:
http://imgur.com/pEH8U.jpg
Without Zen Lightbox installed:
http://imgur.com/55Ius.jpg
I saw some threads with references to version v1.4 having issues with Cherry Zen (fixed in v1.5), but not the issue I am experiencing.
The only Cherry Zen file Zen Lightbox overwrote was /includes/templates/cherry_zen/templates/tpl_modules_main_product_image.php, so I am pretty sure the issue lies in there. I just don't know how to fix this.
Anyone using Cherry Zen v1.7 and Zen Lightbox v1.5 with this image issue?