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

Cherry Zen Template Support Thread

Views: 844,808

Results 601 to 620 of 3,245
9 Dec 2007, 12:28 AM
#601
jettrue avatar

jettrue

Totally Zenned

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

Cherry Zen Template Support Thread

pfabrick:

Wow! What a great template! Thanks for all that you have and continue to do on this. Everything has gone very well during installation...I just have one question regarding the shadow around the entire site. I want to make the shadow a bit "deeper"...or maybe the term is "wider" especially on the right and left sides. Can you give me a hint where to go?

By the way: the site is up and operational...if you want to take a peek at the changes I've made (mostly colors and backgrounds):

http://unitedforlifefoundation.onlinecatholicstore.com/

Any help you are able to give would be greatly appreciated.

PS - don't know if anyone's tried your template with the multi-site mod yet but it works great!

You'd have to create new deeper images. Open up includes/templates/cherry_zen/images/

and you'll see all the "shadow" images. You'd have to make new ones that are wider, and remember to make the corners wider as well.

9 Dec 2007, 1:31 AM
#602
veronika7747 avatar

veronika7747

Zen Follower

Join Date:
Nov 2007
Posts:
270
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Very nice template! Thank you!
Now that I figured out how to upgrade and move it to ISP, I have a question regarding the right hand side sidebox. It displays fine in FireFox, but it seems wrong in IE. Actually, it seems that the RH sidebox headings are not alligned, they are bit too much to the left.
Any suggestions??
Test site at http://store.annron.com/Annronnew/

Thanks Veronika

9 Dec 2007, 1:45 AM
#603
felthead avatar

felthead

New Zenner

Join Date:
Dec 2007
Posts:
4
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

One of my questions was asked previously by another user, but no one answered it yet.

I added a link to the top navigation, but the formatting is incorrect as the text shows BLACK, it is raised and there is no separator |
http://feltingforum.com/classes/

I added the link code exactly as instructed:

<li><a href="http://www.feltingforum.com">Community Forum</a></li>

Please advise how to fix this. THANK YOU!

9 Dec 2007, 2:29 AM
#604
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

felthead:

One of my questions was asked previously by another user, but no one answered it yet.

I added a link to the top navigation, but the formatting is incorrect as the text shows BLACK, it is raised and there is no separator |
http://feltingforum.com/classes/

I added the link code exactly as instructed:

<li><a href="http://www.feltingforum.com">Community Forum</a></li>

Please advise how to fix this. THANK YOU!

It actually needs to be like this:

<li><a href="http://www.feltingforum.com"><span>Community Forum</span></a></li>
9 Dec 2007, 2:31 AM
#605
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

Veronika7747:

Very nice template! Thank you!
Now that I figured out how to upgrade and move it to ISP, I have a question regarding the right hand side sidebox. It displays fine in FireFox, but it seems wrong in IE. Actually, it seems that the RH sidebox headings are not alligned, they are bit too much to the left.
Any suggestions??
Test site at http://store.annron.com/Annronnew/

Thanks Veronika
Does adding this to your stylesheet help?

* html #navColumnTwo {
    margin-right: -170px !important;
    }
9 Dec 2007, 2:45 AM
#606
veronika7747 avatar

veronika7747

Zen Follower

Join Date:
Nov 2007
Posts:
270
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

Does adding this to your stylesheet help?

  • html #navColumnTwo {
    margin-right: -170px !important;
    }

YES! thank you very much!:clap:
9 Dec 2007, 3:03 AM
#607
esugrue avatar

esugrue

Zen Follower

Join Date:
Jun 2004
Posts:
182
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

It will be easy to remove sideboxes on the home page, since the home page has its own selector. The code below will remove sideboxes from the home:

Hi Jade:

Thanks for the tip, I shall try it. I'll probably also use EZPages as other reference pages etc..

When I go to Admin / EZPages and remove/hide the left and right side boxes, the body of the page changes from a white background to the same colour as the whole background (blue) - any idea what I've done wrong or how to fix it back to white.

Eg: http://thrivingstores.com/store/index.php?main_page=page&id=1&chapter=1

Ernie

9 Dec 2007, 4:38 PM
#608
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

esugrue:

Hi Jade:

Thanks for the tip, I shall try it. I'll probably also use EZPages as other reference pages etc..

When I go to Admin / EZPages and remove/hide the left and right side boxes, the body of the page changes from a white background to the same colour as the whole background (blue) - any idea what I've done wrong or how to fix it back to white.

Eg: http://thrivingstores.com/store/index.php?main_page=page&id=1&chapter=1

Ernie

Are ALL your ezpages going to be without sideboxes? if so, I think you'll need to add code similar to the above I pasted for your home page, like this:

#pageBody #navColumnOne, #pageBody #navColumnTwo {display:none;}
#pageBody .float-wrap {margin:none!important;width:100%;}
#pageBody .outer {padding:0;width:98%;margin:0 auto;}
#pageBody #contentMainWrapper {background:#ffffff;}

**
Also, DO NOT turn off the left and side rightboxes in the EZPAGES section (turn them back on), instead, use the code above.**

9 Dec 2007, 7:02 PM
#609
felthead avatar

felthead

New Zenner

Join Date:
Dec 2007
Posts:
4
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

It actually needs to be like this:

<li><a href="http://www.feltingforum.com"><span>Community Forum</span></a></li>

Thank you!

:smile:

10 Dec 2007, 1:00 AM
#610
accyjohn avatar

accyjohn

New Zenner

Join Date:
Mar 2007
Posts:
21
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi
How do I remove the wording EZPages :: Privacy Notice below the front top banner?
Jhn

10 Dec 2007, 1:13 AM
#611
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

accyjohn:

Hi
How do I remove the wording EZPages :: Privacy Notice below the front top banner?
Jhn

Turn off the ezpages for the header, under "Configuration", "EzPages Settings"

10 Dec 2007, 3:58 PM
#612
veronika7747 avatar

veronika7747

Zen Follower

Join Date:
Nov 2007
Posts:
270
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

Does adding this to your stylesheet help?

  • html #navColumnTwo {
    margin-right: -170px !important;
    }

Spoke too soon, IE is fine, but now Firefox is off..:oops:
10 Dec 2007, 10:49 PM
#613
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

Veronika7747:

Spoke too soon, IE is fine, but now Firefox is off..:oops:

That's because you're supposed to paste EXACTLY this into your stylesheet:

* html #navColumnTwo {
    margin-right: -170px !important;
    }

Change the regular #navColumnTwo back to -150px.

11 Dec 2007, 5:13 PM
#614
veronika7747 avatar

veronika7747

Zen Follower

Join Date:
Nov 2007
Posts:
270
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

That's because you're supposed to paste EXACTLY this into your stylesheet:

  • html #navColumnTwo {
    margin-right: -170px !important;
    }
> 
> Change the regular #navColumnTwo back to -150px.

Once again, thank you!
11 Dec 2007, 6:46 PM
#615
hypnos avatar

hypnos

New Zenner

Join Date:
Dec 2007
Location:
Texas
Posts:
16
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Got a problem with the drop down menu. Shows up correctly on all the other pages but when you get to the product info page the menu displays at the top of the page.
http://www.austincotton.com/cart/index.php?main_page=product_info&products_id=181
Take a look and let me know if anyone can figure out the problem. Recently installed the Tabbed Products addon.
Thanks,
Kris

11 Dec 2007, 9:25 PM
#616
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

Hypnos:

Got a problem with the drop down menu. Shows up correctly on all the other pages but when you get to the product info page the menu displays at the top of the page.
http://www.austincotton.com/cart/index.php?main_page=product_info&products_id=181
Take a look and let me know if anyone can figure out the problem. Recently installed the Tabbed Products addon.
Thanks,
Kris

You've got an extra </div> somewhere, I bet in the Tabbed Products addon.

11 Dec 2007, 10:44 PM
#617
marks99 avatar

marks99

New Zenner

Join Date:
Nov 2007
Posts:
19
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I am having a problem with text appearing on the checkout steps pages (i have attached a screen shot of the problem) Can anyone suggest were to look to resolve the problem?

11 Dec 2007, 11:07 PM
#618
mediathing avatar

mediathing

Zen Follower

Join Date:
Apr 2005
Location:
London
Posts:
405
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Can someone with IE6 take a look at my site please, The left nav column gets pushed down to the bottom of the page. I have tried playing with the site width but no joy so far...any help would be great.

funfancydressDOTcom
Thanks
Pete

12 Dec 2007, 1:29 AM
#619
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

MarkS99:

I am having a problem with text appearing on the checkout steps pages (i have attached a screen shot of the problem) Can anyone suggest were to look to resolve the problem?

Make sure all the language files from the template are uploaded and are in their correct spots.

12 Dec 2007, 4:16 PM
#620
hypnos avatar

hypnos

New Zenner

Join Date:
Dec 2007
Location:
Texas
Posts:
16
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

You've got an extra </div> somewhere, I bet in the Tabbed Products addon.
Have searched and tried matching up each <div> tag with ea. </div> can't seem to locate the source.
Any other suggestions would be most appreciated. Spent all day yesterday and last night trying to find the problem.