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

Cherry Zen Template Support Thread

Views: 845,054

Results 1,281 to 1,300 of 3,245
18 Apr 2008, 4:50 PM
#1281
gsdcypher avatar

gsdcypher

Totally Zenned

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

Cherry Zen Template Support Thread

Hi Jettrue,

I have tried everything to get the view cart | checkout now links in the footer to line up with the ezpage links in the footer to no avail. They appear lower than the other links. *Note: they are only visible if you add something to the cart.
www.allk-9.com

Any ideas, suggestions, etc on how to get them to line up in the middle with the other links???

Thanks!

18 Apr 2008, 9:23 PM
#1282
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

gsdcypher:

Hi Jettrue,

I have tried everything to get the view cart | checkout now links in the footer to line up with the ezpage links in the footer to no avail. They appear lower than the other links. *Note: they are only visible if you add something to the cart.
www.allk-9.com

Any ideas, suggestions, etc on how to get them to line up in the middle with the other links???

Thanks!

They look the same in Firefox. What browser are you using?

18 Apr 2008, 10:34 PM
#1283
gsdcypher avatar

gsdcypher

Totally Zenned

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

Re: Cherry Zen Template Support Thread

Hi jettrue,

IE7.

Add an item to the cart and then look at the green footer nav bar. The view cart | checkout now links appear lower than the ezpage pages links.

Thanks.

19 Apr 2008, 12:11 AM
#1284
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

gsdcypher:

Hi jettrue,

IE7.

Add an item to the cart and then look at the green footer nav bar. The view cart | checkout now links appear lower than the ezpage pages links.

Thanks.

Remove the padding and line-height from this section:

#navSupp ul {
list-style-type:none;
text-align:center;
line-height:1.5em;
padding: .3em 0;
}

19 Apr 2008, 3:32 AM
#1285
gsdcypher avatar

gsdcypher

Totally Zenned

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

Re: Cherry Zen Template Support Thread

Jettrue,

You are a wizard! :clap:Thank you!

Another question.... and this one is trickier. ;-) Is there any way to keep the ezpage links centered in the nav bar when the view cart | checkout now links appear (instead of shifting to the left)????

Thanks.

19 Apr 2008, 3:46 AM
#1286
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

gsdcypher:

Jettrue,

You are a wizard! :clap:Thank you!

Another question.... and this one is trickier. ;-) Is there any way to keep the ezpage links centered in the nav bar when the view cart | checkout now links appear (instead of shifting to the left)????

Thanks.

No, I can't think of an easy way to do that.

21 Apr 2008, 1:19 AM
#1287
judyinspokane avatar

judyinspokane

New Zenner

Join Date:
Dec 2007
Location:
Spokane WA
Posts:
13
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

In your stylesheet, change #navMain's width to 650px.
I followed these instructions and it worked as far as resizing the site to match the header, however; now everything is left aligned and I'm not able to figure out how to make it center aligned. All I changed was this:

#navMain {
float:right;
width:700px;
line-height:normal;
}

21 Apr 2008, 1:38 AM
#1288
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

judyinspokane:

I followed these instructions and it worked as far as resizing the site to match the header, however; now everything is left aligned and I'm not able to figure out how to make it center aligned. All I changed was this:

#navMain {
float:right;
width:700px;
line-height:normal;
}

what is the link to your site?? The person I replied to made the change, and it looks fine.

21 Apr 2008, 3:08 AM
#1289
judyinspokane avatar

judyinspokane

New Zenner

Join Date:
Dec 2007
Location:
Spokane WA
Posts:
13
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

It is http://www.cutlersupply.com/cart

The cart is not opening either and I'm not sure if that's related but it was working fine before I did this change.

The problem was the logo was 1000px and the site was expanding on beyond that. So I made the fix you talked about and changed it from 100% to 700px and it worked great at fixing the width of the site. I also changed this section in the stylesheet.css from 1300 px to 1000 px:

width:1000px; /* main site width; if you'd prefer a fixed width site, enter the width in px here. */
max-width:1000px; /* prevents the main content from getting wider than 1300px in sites other than IE */
min-width:1000px; /* this prevents the main content from getting smaller than 1000px in browsers OTHER THAN IE. You can make this as small as 800px, BUT any smaller than that, and the top header menu will break into two lines. Also, if you make this width 800px, you will need to make sure your product image on the product info page is no wider than 190px */.
21 Apr 2008, 10:29 AM
#1290
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

judyinspokane:

It is http://www.cutlersupply.com/cart

The cart is not opening either and I'm not sure if that's related but it was working fine before I did this change.

The problem was the logo was 1000px and the site was expanding on beyond that. So I made the fix you talked about and changed it from 100% to 700px and it worked great at fixing the width of the site. I also changed this section in the stylesheet.css from 1300 px to 1000 px:

width:1000px; /* main site width; if you'd prefer a fixed width site, enter the width in px here. /
max-width:1000px; /
prevents the main content from getting wider than 1300px in sites other than IE /
min-width:1000px; /
this prevents the main content from getting smaller than 1000px in browsers OTHER THAN IE. You can make this as small as 800px, BUT any smaller than that, and the top header menu will break into two lines. Also, if you make this width 800px, you will need to make sure your product image on the product info page is no wider than 190px */.
First of all, that "change #navMain to 700px" reply was for a totally different issue than what you are having.

Your problem is that you changed the width of the body to 1000px. Change it back to width:auto.

html>body {
width: 1000px;
}

change it, and all will be well.

The cart issue is not related. If you changed any files related to the shopping cart (even language files) re-upload the originals, you've got something messed up somewhere.

21 Apr 2008, 5:57 PM
#1291
judyinspokane avatar

judyinspokane

New Zenner

Join Date:
Dec 2007
Location:
Spokane WA
Posts:
13
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

First of all, that "change #navMain to 700px" reply was for a totally different issue than what you are having.

Your problem is that you changed the width of the body to 1000px. Change it back to width:auto.

html>body {
width: 1000px;
}

change it, and all will be well.

The cart issue is not related. If you changed any files related to the shopping cart (even language files) re-upload the originals, you've got something messed up somewhere.
Thank you so much. It's fixed.
Yes, I realize that the cart issue has nothing to so with this. Thanks for your time and love your avatar! It's nice to see a personal touch!

22 Apr 2008, 12:43 AM
#1292
jtlswan avatar

jtlswan

New Zenner

Join Date:
May 2006
Location:
Orangeburg, SC
Posts:
72
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I have searched all over looking for a fix...Only on my Discount Coupon page does the catagory sidebar (which is listed on the left side) moves towards the right side of page 9towards the right sidebar)...please, please, please help before we go live?!?!?!

http://www.orlandohelitours.com/store/index.php?main_page=discount_coupon

Thank you in advance for any assistance...

BTW...Awesome template!

22 Apr 2008, 1:57 AM
#1293
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

jtlswan:

I have searched all over looking for a fix...Only on my Discount Coupon page does the catagory sidebar (which is listed on the left side) moves towards the right side of page 9towards the right sidebar)...please, please, please help before we go live?!?!?!

http://www.orlandohelitours.com/store/index.php?main_page=discount_coupon

Thank you in advance for any assistance...

BTW...Awesome template!

You have one too many </div>'s. Since this issue only happens on the discount coupon page, it stands to reason that your issue is there. Look where you defined the text for that page, and I'll bet you added a </div> when it wasn't needed.

22 Apr 2008, 11:02 AM
#1294
wjansen avatar

wjansen

New Zenner

Join Date:
Apr 2008
Posts:
5
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Using Zen-Cart 1.3.8 and dutch language set 1.3.7 I created a site on https://www.zepto-computers.nl. The problem I bump into is that I need a mainnav bar which is higher than default (basically I need two lines) for where it's default saying HOME, My Account, Shopping Cart.
How and where can I change the width of this as adding width to the stylesheet doesn't make a difference for the height.

Thanks in advance,

Wjansen.

22 Apr 2008, 6:07 PM
#1295
onesimpleman avatar

onesimpleman

New Zenner

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

Re: Cherry Zen Template Support Thread

Hi Jade,
I am trying to optimize the checkout bit of the template to improve sales.
I wanted to turn off the left and right columns so that people can concentrate more on the payment bit.

I followed the instructions on page 101 and 102 by you used the css
#loginBody #navColumnOne, #loginBody #navColumnTwo {display:none;}

#loginBody .contentWrap {padding:0 15px;}

#loginBody .outer {padding:0!important;}

#loginBody .float-wrap {width:100%}
it works fine on IE6 and Firefox &geko. IE7 makes the content box go small and to the right. I changed the
Padding: 0!important to Padding 1 important for now. It works on all browsers now although the side boxes show.

Is there anyway to tackle the problem.
the website is http://morgan111morgan.com and pages are all the checkout pages.
Thank you for the nice template.
Regards
Onesimpleman

23 Apr 2008, 12:08 AM
#1296
jeffreydesign avatar

jeffreydesign

New Zenner

Join Date:
Apr 2008
Location:
Chehalis, Washington, United States
Posts:
30
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I just want to say I love cherry zen! I am still figuring this all out but I have a working shopping cart. Thanks a bunch.:clap:

One thing that would be great (and maybe there already is an easy way to do this) would be an EASY way to make the sideboxes wider or make the text in them smaller so it will fit before it wraps to a second line.

Please look at my site - suggestions are truly welcome. (I already know most of the photos aren't too good - I used to have a black background website, so I need to redo the photos) But really, ANY constructive criticism is welcome. :bigups:

Thanks again!

Jeff

https://www.jeffreydesign.com

23 Apr 2008, 12:20 AM
#1297
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

onesimpleman:

Hi Jade,
I am trying to optimize the checkout bit of the template to improve sales.
I wanted to turn off the left and right columns so that people can concentrate more on the payment bit.

I followed the instructions on page 101 and 102 by you used the css
#loginBody #navColumnOne, #loginBody #navColumnTwo {display:none;}

#loginBody .contentWrap {padding:0 15px;}

#loginBody .outer {padding:0!important;}

#loginBody .float-wrap {width:100%}
it works fine on IE6 and Firefox &geko. IE7 makes the content box go small and to the right. I changed the
Padding: 0!important to Padding 1 important for now. It works on all browsers now although the side boxes show.

Is there anyway to tackle the problem.
the website is http://morgan111morgan.com and pages are all the checkout pages.
Thank you for the nice template.
Regards
Onesimpleman

You found a glitch in my template, THANKS :hug:, however, your "solution" was just because of an error in your css, which caused IE to freak out, which caused the sideboxes to be hidden. FYI, in a stylesheet, you can't just change 0 to 1. 1 what? 1 px? 1 em? 1 yard? 1 mile? You have to tell it what the unit of measure is. And anyway it needs to be 0, in all reality.

BUT to fix your issue, open up includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php

and change these lines (approx line 137-143):

            <!-- end left div -->
            <div class="clearBoth"></div>
          </div>
          <!-- end float-wrap -->
          <?php
}
?>

to this:

            <!-- end left div -->
          <?php
}
?>
<div class="clearBoth"></div>
          </div>
          <!-- end float-wrap -->

And once you do that, and change 1 back to 0, all should be well.

23 Apr 2008, 12:50 AM
#1298
jeffreydesign avatar

jeffreydesign

New Zenner

Join Date:
Apr 2008
Location:
Chehalis, Washington, United States
Posts:
30
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jeffreydesign:

I just want to say I love cherry zen! I am still figuring this all out but I have a working shopping cart. Thanks a bunch.:clap:

One thing that would be great (and maybe there already is an easy way to do this) would be an EASY way to make the sideboxes wider or make the text in them smaller so it will fit before it wraps to a second line.

Please look at my site - suggestions are truly welcome. (I already know most of the photos aren't too good - I used to have a black background website, so I need to redo the photos) But really, ANY constructive criticism is welcome. :bigups:

Thanks again!

Jeff

https://www.jeffreydesign.com

Uhhmmmm I made a mistake somewhere. I was looking around at the php files trying to find where I changed the copyright notice in the footer and I don't know what happened, but now my website says "null" .... it's crashed.

I wanted to give proper credit to sage and zen in the copyright notice, but I screwed something up. HELP!!

Jeff

23 Apr 2008, 1:02 AM
#1299
jeffreydesign avatar

jeffreydesign

New Zenner

Join Date:
Apr 2008
Location:
Chehalis, Washington, United States
Posts:
30
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jeffreydesign:

Uhhmmmm I made a mistake somewhere. I was looking around at the php files trying to find where I changed the copyright notice in the footer and I don't know what happened, but now my website says "null" .... it's crashed.

I wanted to give proper credit to sage and zen in the copyright notice, but I screwed something up. HELP!!

Jeff

OK I admit it. I panic. It's all back up again... still not exactly sure what blew out, but I just spooged the template folder back in and all is well (after I changed my logo back again.)

Jeff

23 Apr 2008, 9:45 AM
#1300
onesimpleman avatar

onesimpleman

New Zenner

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

Re: Cherry Zen Template Support Thread

jettrue:

You found a glitch in my template, THANKS :hug:, however, your "solution" was just because of an error in your css, which caused IE to freak out, which caused the sideboxes to be hidden. FYI, in a stylesheet, you can't just change 0 to 1. 1 what? 1 px? 1 em? 1 yard? 1 mile? You have to tell it what the unit of measure is. And anyway it needs to be 0, in all reality.

BUT to fix your issue, open up includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php

and change these lines (approx line 137-143):

        <!-- end left div -->
        <div class="clearBoth"></div>
      </div>
      <!-- end float-wrap -->
      <?php

}
?>

>  
> to this:
>  
> ```
            <!-- end left div -->
          <?php
}
?>
<div class="clearBoth"></div>
          </div>
          <!-- end float-wrap -->

And once you do that, and change 1 back to 0, all should be well.
Tried that and changed css back to 0 and it still breaks in IE7.
Thank you for the help .....