Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
tweakservers
is it possible to make the template a 2 column layout by taking off the right column?
Yes. Change .outer to this:
Code:
.outer {
padding-left: 165px; /* Same width as margin-left for the float-wrap div */
}
and change #navColumnTwo to this:
Code:
#navColumnTwo {
float: right;
position: relative; /* IE needs this */
display:none;
}
Re: Cherry Zen Template Support Thread
Hi there
Thank you for reply. I have already tried that, also I did download a new copy of sherry zen and I get the file “tpl_search_header.php” from this copy but still no luck :(
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mediathing
Jettrue,
Can you take a look at the top navigation on my site, It won't align left. I have tried all types of css but the best I can achieve is nearly center?!? Can you help please...
funfancydressdotcom
Thanks
Pete
Any help on this would be great.
Re: Cherry Zen Template Support Thread
Has anyone been able to use the News Manager with this template?
I just downloaded the 1.3.8a and thought I would try the news manager...but it breaks the template. I have it here until I'm finished working on it.
http://www.sleeplessnightsonline.com/cart/
If you click on an article it throws the sideboxes out of whack.
Any help or solutions would be appreciated.
This site has adult content...lingerie, toys etc...
Thanks,
Kelly
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mec
hi,Jettrue, thanks for your reply. Hope you have your wonderful christmas day! My site:
www.elecola.com. Sometimes I wanna copy text from the index pages, but right key seems no functional. Can you tell me what to do ?:lamo:
It works fine for me, but I can tell you, the issue your having most probably has nothing to do with the template. I have no idea why its not working for you. Do you have the issue on any other site? What browser?
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
sleepless
Has anyone been able to use the News Manager with this template?
I just downloaded the 1.3.8a and thought I would try the news manager...but it breaks the template. I have it here until I'm finished working on it.
http://www.sleeplessnightsonline.com/cart/
If you click on an article it throws the sideboxes out of whack.
Any help or solutions would be appreciated.
This site has adult content...lingerie, toys etc...
Thanks,
Kelly
Well, I don't see the issue in Firefox, perhaps you fixed it? Anyhoo, if the sideboxes get thrown out of whack, its probably because the newsmanager either has an extra </div> somewhere, or is missing a </div> somewhere.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mediathing
Any help on this would be great.
REPLACE #navMain and #navMain ul to these:
#navMain {
float:left;
width:100%;
line-height:normal;
}
#navMain ul {
float:left;
list-style:none;
width:100%
}
Re: Cherry Zen Template Support Thread
Hi!
It was a div tag and I did find it...
Thanks!
Kelly :D
Re: Cherry Zen Template Support Thread
My store is open, secure socket layer in place and have had 25 sales so far .. whee, but I have a few niggling things that bug me and hope you can help.
1) When my text is too long in the categories column it moves down a line to the left .. anyway to get it to move to the right or center without having everything move?
2) On the categories page how can I get the text to move away from the category image? Right now it's right next without any spacing
3) How do I change the size of the popup window to match the image exactly? Right now there is a gap between the bottom of the image and the bottom of the popup window.
Beth-Katherine
https://www.smockingbooks.com
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
REPLACE #navMain and #navMain ul to these:
#navMain {
float:left;
width:100%;
line-height:normal;
}
#navMain ul {
float:left;
list-style:none;
width:100%
}
Thanks, worked a treat!
Pete