Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
sleepless
Hi Jade,
It's not your template that is causing a problem. The mod just needs to be tweaked depending on the template you use. Unfortunately I haven't been able to do it right. The dg reviews is the mod that shows the product reviews on the page of the item instead of a link to it. You were trying to help me with it a while back but I kinda of let it go. So...I just thought I would see if anyone else was using it and maybe figured out what I couldn't.
Thanks,
Kelly :smile:
If you install it again, I can take a look and see what the issue is. :cool:
error message when running cherry zen ..please HELP
Hallo,
I uploaded "cherry zen" and selected it from admin panel, but I get the following error message:
1054 Unknown column 'pages_title' in 'order clause'
in:
[select * from zc_ezpages where status_header = 1 and header_sort_order > 0 order by header_sort_order, pages_title]
What did I do wrong? How can I fix it? :oops:
thank you very much for your help!
http://www.zen-cart.com/forum/Image1.gif
Re: Cherry Zen Template Support Thread
does anyone could help me ive already upload it on my website: http://www.mysarisarishop.com
myproblem is why is it on mozilla firefox it works perfectly but on internet explorer it seems my category sidebox and others was to low on the page it has some problems occur when browsing on IE could anyone help me plss.
Re: error message when running cherry zen ..please HELP
Quote:
Originally Posted by
babynatura
Hallo,
I uploaded "cherry zen" and selected it from admin panel, but I get the following error message:
1054 Unknown column 'pages_title' in 'order clause'
in:
[select * from zc_ezpages where status_header = 1 and header_sort_order > 0 order by header_sort_order, pages_title]
What did I do wrong? How can I fix it? :oops:
thank you very much for your help!
http://www.zen-cart.com/forum/Image1.gif
What version of zen cart are you using?
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
rayken
does anyone could help me ive already upload it on my website:
http://www.mysarisarishop.com
myproblem is why is it on mozilla firefox it works perfectly but on internet explorer it seems my category sidebox and others was to low on the page it has some problems occur when browsing on IE could anyone help me plss.
Hi!
First, you've got to change position: fixed back to position:relative
#content {
float: right;
margin-right: -200px; /* Same length as .outer padding-left but with negative value */
width: 100%;
line-height:1.6;
position: fixed; /* IE needs this */
}
You may have tried to do that to address the IE issue, but that needs to go first. You'll probably need to remove any left and right padding or margins that is in place for betterCategories. I'm guessing with both the padding I installed for Cherry Zen, PLUS the padding or margins installed with betterCategories, IE thinks your sidebox is now too wide, and must drop it down past the content.
Re: Cherry Zen Template Support Thread
i already solve the problem thanks anyways. But i need some other info
Re: error message when running cherry zen ..please HELP
Quote:
Originally Posted by
jettrue
What version of zen cart are you using?
version 1.3.7
(in Italian)
Re: error message when running cherry zen ..please HELP
Quote:
Originally Posted by
babynatura
version 1.3.7
(in Italian)
I have no idea why that would happen, unless its something to do with a different language being used. If you turn the ezpages_drop_menu.php off in your admin under "Tools", "Layout Boxes Controller", does the problem go away?
Re: Cherry Zen Template Support Thread
thanks jetrue for the reply. i just do some adjusting on the css and i got it already but why is it on IE there is no drop shadow? some of the css codes doesnt seem to work. Im using 3.6 version of zencart.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
rayken
thanks jetrue for the reply. i just do some adjusting on the css and i got it already but why is it on IE there is no drop shadow? some of the css codes doesnt seem to work. Im using 3.6 version of zencart.
There is no drop shadow in IE6, because it does not support transparency in .png's. But there are drop shandows in IE7.