Zen Cart Logo
Forums / Addon Templates / Cherry Zen Template Support Thread

Cherry Zen Template Support Thread

Views: 844,732

Results 341 to 360 of 3,245
11 Oct 2007, 8:32 PM
#341
spidersilk avatar

spidersilk

New Zenner

Join Date:
Jun 2006
Location:
Toronto
Posts:
16
Plugin Contributions:
0

Cherry Zen Template Support Thread

Try not disabling the left column in the admin, just follow the css instructions.
Whoa! That actually worked! :clap: Thank you!

Still have the columns/rows issue, though...

However, I won't be back on the computer until about 9pm central US time.
No worries - I really appreciate your taking the time to help with this at all. Whenever you can is fine.

The site URL is http://shop.thesinglestep.ca/ .

How many columns per row do you have set in the admin for the product listing? Also reupload common/tpl_columnar_display.php from cherry_zen.
Currently 2. It was originally 3, but I narrowed the minimum width to 800 as per the read me to help accommodate people with older browsers, and decided that 2 per row might be better at that width. But the problem was happening with it set at 3 also.

I did try re-uploading that file just now, and all the others in the common and templates directories too just for good measure, but it doesn't appear to have helped. I still get the row layout with the dotted column dividers. Very strange.

11 Oct 2007, 9:20 PM
#342
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

JeffM:

Love your template, using it a while now.

I just installed Links Manager and for some reason after a site is submitted, the boxes on the left are all scrambled on the right site for the "success" page. The links manager author pointed me here.

Any ideas?

Thanks
Jeff
www.educatorsbookbag.com/store

I just submitted a test link, with no issues....

11 Oct 2007, 9:25 PM
#343
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

spidersilk:

Whoa! That actually worked! :clap: Thank you!

Still have the columns/rows issue, though...

No worries - I really appreciate your taking the time to help with this at all. Whenever you can is fine.

The site URL is http://shop.thesinglestep.ca/ .

Currently 2. It was originally 3, but I narrowed the minimum width to 800 as per the read me to help accommodate people with older browsers, and decided that 2 per row might be better at that width. But the problem was happening with it set at 3 also.

I did try re-uploading that file just now, and all the others in the common and templates directories too just for good measure, but it doesn't appear to have helped. I still get the row layout with the dotted column dividers. Very strange.

Its using the row style so somewhere the wrong file is being used.

Re-upload the original includes/modules/cherry_zen/product_listing.php

11 Oct 2007, 10:26 PM
#344
spidersilk avatar

spidersilk

New Zenner

Join Date:
Jun 2006
Location:
Toronto
Posts:
16
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

Its using the row style so somewhere the wrong file is being used.

Re-upload the original includes/modules/cherry_zen/product_listing.php
OMG... I just figured out that I have been a complete moron. :oops:

I did one thing I'd completely forgotten I'd done, which I think was responsible for all this: I changed the name of the template because I knew I would be making some changes and wanted to make sure I didn't get my modified version mixed up with the original.

And that, I think, made it no longer recognize anything that was in a folder marked cherry_zen. I just changed the name of the folder inside modules to the modified name and - ta da! Columns are working again.

I'm really sorry for wasting your time. This was my own stupid mistake. I will now go fix the other directory names... Thanks very much for your patience.

13 Oct 2007, 6:24 PM
#345
bobh avatar

bobh

New Zenner

Join Date:
Oct 2007
Posts:
9
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

This is a easy fix i am sure but when i do a Estimate Shipping Costs it show at the top
Estimate Shipping Costs
Total Items: 1 Weight: 0.52lbs Amount: $1.25
then lower they can select there state,zip etc. which then shows them the ground price etc. which is alot higher of course.
How do i remove the
Estimate Shipping Costs
Total Items: 1 Weight: 0.52lbs Amount: $1.25
from the top so there is no confusion on there part on why it says 1.25 at the top and now shows 8.25 etc.
Any help would be great
Thx

14 Oct 2007, 8:46 PM
#346
redrikshuhart avatar

redrikshuhart

New Zenner

Join Date:
Oct 2007
Location:
Israel, Tel-Aviv
Posts:
3
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

ideasgirl:

I used this template as a base for a customer's cart. And I've seen that everything looks good except that ONLY on IE6 the left column pic (in this case the lady's body) drops down creating an empty space on left column, horrible, but only on main page, doesn't happen on other pages. :blink:

I have found a solution to this problem.
What you have to do is to make the middle column, the content column, narrower by adding the following block of code to your stylesheet :

  • html #content{
    width: 99% !important;
    }

This will affect only IE.

I guess there are other ways to do it, but this one worked fine for me.
Enjoy.

15 Oct 2007, 2:09 AM
#347
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

bobh:

This is a easy fix i am sure but when i do a Estimate Shipping Costs it show at the top
Estimate Shipping Costs
Total Items: 1 Weight: 0.52lbs Amount: $1.25
then lower they can select there state,zip etc. which then shows them the ground price etc. which is alot higher of course.
How do i remove the
Estimate Shipping Costs
Total Items: 1 Weight: 0.52lbs Amount: $1.25
from the top so there is no confusion on there part on why it says 1.25 at the top and now shows 8.25 etc.
Any help would be great
Thx
But the $1.25 is the cost of the item, right? Not the shipping cost.

15 Oct 2007, 11:26 AM
#348
kadesign avatar

kadesign

Totally Zenned

Join Date:
Feb 2005
Location:
New Jersey
Posts:
593
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Has anyone been able to use the dg reviews with this?? I tried a while back but I couldn't get it and gave up. I thought maybe by now someone else may be using it.
If you are, please post with how you got it to work.

Thanks,
Kelly

15 Oct 2007, 10:31 PM
#349
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

sleepless:

Has anyone been able to use the dg reviews with this?? I tried a while back but I couldn't get it and gave up. I thought maybe by now someone else may be using it.
If you are, please post with how you got it to work.

Thanks,
Kelly

whats dg reviews? There shouldn't be anything in my template stopping any functionality.

16 Oct 2007, 12:17 AM
#350
kadesign avatar

kadesign

Totally Zenned

Join Date:
Feb 2005
Location:
New Jersey
Posts:
593
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

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:

16 Oct 2007, 8:54 PM
#351
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

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:

17 Oct 2007, 10:16 AM
#352
babynatura avatar

babynatura

New Zenner

Join Date:
Feb 2007
Posts:
20
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

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!

17 Oct 2007, 10:36 AM
#353
rayken avatar

rayken

New Zenner

Join Date:
Oct 2006
Posts:
14
Plugin Contributions:
0

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.

17 Oct 2007, 10:47 AM
#354
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

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!

What version of zen cart are you using?

17 Oct 2007, 11:04 AM
#355
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

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.

17 Oct 2007, 11:40 AM
#356
rayken avatar

rayken

New Zenner

Join Date:
Oct 2006
Posts:
14
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

i already solve the problem thanks anyways. But i need some other info

17 Oct 2007, 3:57 PM
#357
babynatura avatar

babynatura

New Zenner

Join Date:
Feb 2007
Posts:
20
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

What version of zen cart are you using?

version 1.3.7

(in Italian)

17 Oct 2007, 9:06 PM
#358
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

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?

18 Oct 2007, 10:29 AM
#359
rayken avatar

rayken

New Zenner

Join Date:
Oct 2006
Posts:
14
Plugin Contributions:
0

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.

18 Oct 2007, 10:52 AM
#360
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

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.