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

Cherry Zen Template Support Thread

Views: 844,686

Results 2,121 to 2,140 of 3,245
27 Oct 2008, 22:32
#2121
jettrue avatar

jettrue

Totally Zenned

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

Cherry Zen Template Support Thread

tradrockrat:

It's alright - I pulled the site and put up the old one fore now while I figure it all out - got this issue resolved - stay tuned for more questions...lol

right now I'm killing myself trying to figure out why my logo is covering up my menu on IE but not Firefox. Any ideas?

site can be seen @ https://www.quasarfinance.com/index.php

You didn't fully remove your tagline (Otherwise known as HEADER_SALES_TEXT) from includes/languages/english/YOUR_TEMPLATE/header.php

It should look like this:

define('HEADER_SALES_TEXT', '');

I think you have a space:
define('HEADER_SALES_TEXT', '(' ');

Not sure if that's your problem, but its a start.

28 Oct 2008, 14:21
#2122
darktowerhobbies avatar

darktowerhobbies

New Zenner

Join Date:
Jan 2008
Posts:
83
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Ok I was just changing a few things on my site and I was trying to change the link down by the copyright I did what it said to Here Now my site is blank did I delete something important in that line. It was working fine prior to it.

edit site address http://www.terrainforge.net

28 Oct 2008, 14:26
#2123
stuff4toys avatar

stuff4toys

Totally Zenned

Join Date:
May 2007
Location:
SW Florida
Posts:
1,062
Plugin Contributions:
1

Re: Cherry Zen Template Support Thread

Ok I was just changing a few things on my site and I was trying to change the link down by the copyright I did what it said to Here Now my site is blank did I delete something important in that line. It was working fine prior to it.

edit site address http://www.terrainforge.net
Your site looks good to me. Looks like you are off to a great start.
JOhn ><>

28 Oct 2008, 15:35
#2124
mtimber avatar

mtimber

New Zenner

Join Date:
May 2008
Posts:
58
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I am having a problem with the main text area in IE7.

My website is:

https://www.diversofpearls.com

If you click on the log in page or the other links to the right of that, all the text etc is shoved over to the right.

Also in Explorer the main background colour is wrong.

Seems to work fine in Firefox (athough th alignment looks a little off).

I am not sure if this is a problem with the template or something I have done, all help appreciated.

Mark

28 Oct 2008, 16:42
#2125
tradrockrat avatar

tradrockrat

New Zenner

Join Date:
Oct 2008
Location:
Texas
Posts:
18
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

You didn't fully remove your tagline (Otherwise known as HEADER_SALES_TEXT) from includes/languages/english/YOUR_TEMPLATE/header.php

It should look like this:

define('HEADER_SALES_TEXT', '');

I think you have a space:
define('HEADER_SALES_TEXT', '(' ');

Not sure if that's your problem, but its a start.

Thank you - made a big difference. It's always the little things... lol

28 Oct 2008, 21:05
#2126
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

mtimber:

I am having a problem with the main text area in IE7.

My website is:

https://www.diversofpearls.com

If you click on the log in page or the other links to the right of that, all the text etc is shoved over to the right.

Also in Explorer the main background colour is wrong.

Seems to work fine in Firefox (athough th alignment looks a little off).

I am not sure if this is a problem with the template or something I have done, all help appreciated.

Mark

Are you using the latest version of the template?

28 Oct 2008, 21:37
#2127
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Cherry Zen Template Support Thread

Hi jettrue how would you go about removing the home from the bottom of the tpl_footer. Thank you

29 Oct 2008, 08:27
#2128
langflyer avatar

langflyer

New Zenner

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

Re: Cherry Zen Template Support Thread

I'm having problem with IE too. :(
I'm using IE version 6.

The Checkout on the right side is missing.
and the Categories on the Left has pushed to the bottom.

No problem for Firefox.

Ya... 1 more thing, how to center the scrolling picture in Bestseller :blush:

29 Oct 2008, 08:45
#2129
langflyer avatar

langflyer

New Zenner

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

Re: Cherry Zen Template Support Thread

sorry... I can't edit my previous post...

here my website : http://absolute-t.com

this how it looks in IE :-

29 Oct 2008, 10:04
#2130
mtimber avatar

mtimber

New Zenner

Join Date:
May 2008
Posts:
58
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

Are you using the latest version of the template?

I think so, how would I check?

Mark

29 Oct 2008, 10:10
#2131
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

langflyer:

I'm having problem with IE too. :(
I'm using IE version 6.

The Checkout on the right side is missing.
and the Categories on the Left has pushed to the bottom.

No problem for Firefox.

Ya... 1 more thing, how to center the scrolling picture in Bestseller :blush:

Does this happen on only the home page, or all pages? Does it happen if you remove the Free Gift Wrapping image?

For the best sellers, add this to your css:
#bestsellersContent ol {padding:0!important;}

But you need to remove stylesheet1.css and stylesheet2.css from your server, zen cart is using 3 stylesheet.css for your site right now, so any changes you make in one might be overridden by another.

29 Oct 2008, 17:22
#2132
mtimber avatar

mtimber

New Zenner

Join Date:
May 2008
Posts:
58
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

Are you using the latest version of the template?

I am using:

$template_name = 'Cherry Zen';
$template_version = 'Version 1.6';

Thank you for looking into this, I appreciate you must be busy with all the help requests :-)

Mark

29 Oct 2008, 17:25
#2133
mtimber avatar

mtimber

New Zenner

Join Date:
May 2008
Posts:
58
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I notice we are now up to 1.7 since I installed this template.

Is this a bug in 1.6?

Would upgrading to 1.7 be a big job and would I have to redo everything?

29 Oct 2008, 20:34
#2134
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

mtimber:

I notice we are now up to 1.7 since I installed this template.

Is this a bug in 1.6?

Would upgrading to 1.7 be a big job and would I have to redo everything?

On the downloads page, I specify that the only change is in includes/templates/cherry_zen/css/stylesheet.css.

29 Oct 2008, 21:23
#2135
mtimber avatar

mtimber

New Zenner

Join Date:
May 2008
Posts:
58
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

On the downloads page, I specify that the only change is in includes/templates/cherry_zen/css/stylesheet.css.

Will that solve this problem Jade?

Mark

29 Oct 2008, 22:35
#2136
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

mtimber:

Will that solve this problem Jade?

Mark

Yes. :smile:

30 Oct 2008, 02:50
#2137
langflyer avatar

langflyer

New Zenner

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

Re: Cherry Zen Template Support Thread

jettrue:

Does this happen on only the home page, or all pages? Does it happen if you remove the Free Gift Wrapping image?

For the best sellers, add this to your css:
#bestsellersContent ol {padding:0!important;}

But you need to remove stylesheet1.css and stylesheet2.css from your server, zen cart is using 3 stylesheet.css for your site right now, so any changes you make in one might be overridden by another.

Thank you so much, it solves my firefox problems :clap:

Now only the display for IE, the Checkout on the right side is missing. :blush:

01 Nov 2008, 00:22
#2138
stika avatar

stika

New Zenner

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

Re: Cherry Zen Template Support Thread

Thanks Jade for the great job and for sharing it.

This is an awesome template, easy to mod and very very propedutic to ZenCart.

I have done my site based on your template with some mods to css, graphics, and templates php.

I'm working hard to finish the job:

https://www.sportclubshop.it

Thanks again
Lorenzo

01 Nov 2008, 01:17
#2139
miha25 avatar

miha25

New Zenner

Join Date:
Oct 2008
Posts:
83
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

HII

Sory for my eanglish! :)

I hawe big problem.... hawe can i remuv "Tageline Hear" in the headher... and the places near the banner left and right?

Si preant screen.... number 1

http://www.zen-cart.com/forum/showthread.php?p=635013#post635013

Thank You 100x

Meny greatings Janez SLOVENIJA

01 Nov 2008, 04:19
#2140
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Cherry Zen Template Support Thread

miha25:

HII

Sory for my eanglish! :)

I hawe big problem.... hawe can i remuv "Tageline Hear" in the headher... and the places near the banner left and right?

Si preant screen.... number 1

http://www.zen-cart.com/forum/showthread.php?p=635013#post635013

Thank You 100x

Meny greatings Janez SLOVENIJA
Your logo could be wider here, Sales Header Text Could Be here, Or a Banner Image, or any combination of the three; find instructions in the readme.txt, which you have read already, right?
This is in /includes/languages/english/your_custom_folder/header.php

Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.
This is in /includes/languages/english/your_custom_folder/index.php
If you have not set up your override folders yet, you need to or when you upgrade you will lose all the work you have done. This is really the wrong thread to be asking these kind of question.