Re: Cherry Zen Template Support Thread
Quote:
When clicking on a product image to show the larger image the image inside the popup window is partially hidden at the bottom of the popup window frame. While the frame can be pulled down by the customer to show the entire image where can this be adjusted to show the complete image centered in the popup window frame without this extra step?
This question has been asked in this thread but was never addressed.
Thanks!
Does anyone happen to have a solution to this?
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Earnest-Enterprises
Does anyone happen to have a solution to this?
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.
Re: Cherry Zen Template Support Thread
Thanks for the reply, Crunch. I suspect it's in the stylesheet.css somewhere and probably a very easy fix. I'm just not sure where it's at. I've looked but at this point it isn't that serious of an issue and I don't want to make any adjustments I'm not too sure about.
Layout boxes float to bottom
Can someone take a look at http://www.williamsstore.com/market/index.php and see why my layout boxes align to the bottom instead of the top? I hope to take this site live soon.
Re: Cherry Zen Template Support Thread
Hello
what have i done to my home page in Internet Expolorer 7. Please Help All the other pages look fine if you click the links
http://angel-imagery-shop.inkies.co.uk/
Thanks
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Inkies
All I see is the standard Green Template, did you change it?
JOhn ><>
Re: Cherry Zen Template Support Thread
yes i changed it as someone said try to see what it looked like in classic. i have now changed it back
Thanks
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 ><>
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Inkies
yes i changed it as someone said try to see what it looked like in classic. i have now changed it back
Thanks
It's been a while since I worked with this template, but I experienced something similar. Looks like a stylesheet issue.
I don't remember exactly, but check carefully the settings in your stylesheet.css for the template width.
JOhn ><>
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Stuff4Toys
It's been a while since I worked with this template, but I experienced something similar. Looks like a stylesheet issue.
I don't remember exactly, but check carefully the settings in your stylesheet.css for the template width.
JOhn ><>
Look Here, this worked for a site I did a while back.
/*wrappers - page or section containers*/
#nw {
text-align:left;
vertical-align:top;
margin:0 auto;
}
#headerWrapper {
float:left;
width:100%;
}
#navMainWrapper {
height:32px;
width:100%;
font-size:12px;
}
#logoWrapper {
width:auto;
}
#logo {
float:left;
padding-left:0px;
text-align:center;
}
#taglineWrapper {
width50%;
float:right;
}
#tagline {
font-size:1.1em;
text-align:center;
padding:25px 8px 35px;
}
#navEZPagesTop {
width:auto;
padding:7px 0;
}
#navEZPagesTop a {
padding:0 8px;
}
#contentMainWrapper {
line-height:1.4;
min-height: 100%;
}
#contentMainWrapperb {
min-height: 100%;
}
* html #contentMainWrapper {
height: 100%;
}
.outer {
padding-left: 165px; /* Same width as margin-left for the float-wrap div */
padding-right: 165px; /* 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;
position: relative; /* IE needs this */
}
#navColumnTwo {
float: right;
margin-right: -165px; /* 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 */
}
/* end wrappers - page or section containers*/