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

Cherry Zen Template Support Thread

Views: 845,049

Results 2,421 to 2,440 of 3,245
4 Feb 2009, 4:48 AM
#2421
markus75 avatar

markus75

New Zenner

Join Date:
Aug 2008
Posts:
46
Plugin Contributions:
0

Cherry Zen Template Support Thread

Yes i forgot that value, but changing only that, things went worst:

So, i changed also the margin-right value here below to 170 (it was 150):

#navColumnTwo {
	float: right;
	margin-right: -170px; /* This negative margin-right value is in this example the same as the right column width. */
	position: relative; /* IE needs this  */

Now the columns look right but still the central page it's not right centered (still more space on the right):

4 Feb 2009, 11:36 AM
#2422
srt9969 avatar

srt9969

New Zenner

Join Date:
Jan 2009
Posts:
62
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi all,

I'm just setting up some info on an ezpage. I copy/pasted from my old site, and the formatting (to my surprise) stayed pretty good. The problem is that the page footer seems embedded behind my info. That is, my content hasn't 'pushed' the footer to the foot...

Page is http://www.h a m i l t o n t a y l o r.co.uk/zen/index.php?main_page=page&id=15

I guess its something in the html, but I'm not codey enough find the problem. If this is not a Cerry Zen issue, apologies, and I'll take it elsewhere...

Thanks in advance,

Sean

4 Feb 2009, 6:16 PM
#2423
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

markus75:

Yes i forgot that value, but changing only that, things went worst:

So, i changed also the margin-right value here below to 170 (it was 150):

#navColumnTwo {
float: right;
margin-right: -170px; /* This negative margin-right value is in this example the same as the right column width. /
position: relative; /
IE needs this */

> 
> Now the columns look right but still the central page it's not right centered (still more space on the right):

It's because your site is so wide. If your logo were only 1000px, then it wouldn't do that. I would actually suggest that you do that, your site is a little too wide, in my opinion, and even on my widescren, high resolution monitor, I have to increase my browser width, because I don't keep my browser super wide.

Anyway, if you want to keep your logo at 1250, you can change the 97% of .float-wrap to 98%.

Also, you can remove the padding-left:15px of #logo to remove the white space to the left of your logo.
4 Feb 2009, 6:53 PM
#2424
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

srt9969:

Hi all,

I'm just setting up some info on an ezpage. I copy/pasted from my old site, and the formatting (to my surprise) stayed pretty good. The problem is that the page footer seems embedded behind my info. That is, my content hasn't 'pushed' the footer to the foot...

Page is http://www.h a m i l t o n t a y l o r.co.uk/zen/index.php?main_page=page&id=15

I guess its something in the html, but I'm not codey enough find the problem. If this is not a Cerry Zen issue, apologies, and I'll take it elsewhere...

Thanks in advance,

Sean
It's because of all the absolute positioning used. The site doesn't know that its supposed to "contain" that information, as the absolute positioning has taken it out of the flow of the site.

But a quick and dirty fix is to change the very first div in front of that content from this:

<div>

to this:

<div style="height:1200px;">
4 Feb 2009, 7:12 PM
#2425
markus75 avatar

markus75

New Zenner

Join Date:
Aug 2008
Posts:
46
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Now i edited the logo to be 1000px wide.
But the site doesnt change its width.
And how i center logo? The file readme says: "remove float:left; from the #logo tag in the css", i did so but it doesnt work.

4 Feb 2009, 7:23 PM
#2426
markus75 avatar

markus75

New Zenner

Join Date:
Aug 2008
Posts:
46
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Also i did not understand if i did right to edit the value in this part:

#navColumnTwo {
    float: right;
    margin-right: -170px; /* This negative margin-right value is in this example the same as the right column width. */
    position: relative; /* IE needs this  */  
4 Feb 2009, 7:42 PM
#2427
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

markus75:

Also i did not understand if i did right to edit the value in this part:

#navColumnTwo {
float: right;
margin-right: -170px; /* This negative margin-right value is in this example the same as the right column width. /
position: relative; /
IE needs this */


Yes, I'm sorry, I've added this to my instructions for the next update.

Here's the original:

#navColumnTwo {
float: right;
margin-right: -150px; /* This negative margin-right value is in this example the same as the right column width. /
position: relative; /
IE needs this */
}

  • html #navColumnTwo {
    margin-right: -170px !important; /* Fixes IE6 Issue */
    }

So change the 150px to 170px, and the 170px to 190px.
4 Feb 2009, 7:44 PM
#2428
markus75 avatar

markus75

New Zenner

Join Date:
Aug 2008
Posts:
46
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I uploaded here the stylesheet.css that is on use in the site at the moment: http://footballmaniax.com/stylesheet.css.txt
If you want to take a look at it. Thanks.

4 Feb 2009, 8:32 PM
#2429
markus75 avatar

markus75

New Zenner

Join Date:
Aug 2008
Posts:
46
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I did with attention the changes you suggested.
I think now it's everything ok.
Also the site looks better. Thanks for your suggestions.

I have 2 other questions:

  1. when i use some german letters as "üöäß" in the name of the subdirectories of the products they dont appear correctly when i set german language in the site. With other languages i can see correctly these letters. Why?
  2. How can i add a little image to be on the left of the name of categories in the menu in the sidebox?
4 Feb 2009, 8:54 PM
#2430
markus75 avatar

markus75

New Zenner

Join Date:
Aug 2008
Posts:
46
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Sorry, another question:
which value do i have to change to center vertically the words in this menu?

As you can see the space under the words is more.
Thanks again.

4 Feb 2009, 9:06 PM
#2431
markus75 avatar

markus75

New Zenner

Join Date:
Aug 2008
Posts:
46
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

And when i set language to french and i choose a product, why the images do not appear any more? :unsure:

4 Feb 2009, 9:27 PM
#2432
rufusclc avatar

rufusclc

Zen Follower

Join Date:
Sep 2008
Location:
San Diego
Posts:
159
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi -
2nd post can some-one please help, pretty please??
I would like to increase the width size of my attributes box to the max. on the various product pages on my new site Cherry zen template at https://www.clonecopies.net (have looked through but cannot seem to find the answer anywhere in the faq's)
regards
Rufus

4 Feb 2009, 9:51 PM
#2433
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

markus75:

And when i set language to french and i choose a product, why the images do not appear any more? :unsure:

I'm sorry, I don't offer multiple languages support, as I've never used it. Perhaps ask in the general forum.

4 Feb 2009, 9:59 PM
#2434
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

rufusclc:

Hi -
2nd post can some-one please help, pretty please??
I would like to increase the width size of my attributes box to the max. on the various product pages on my new site Cherry zen template at https://www.clonecopies.net (have looked through but cannot seem to find the answer anywhere in the faq's)
regards
Rufus

You'll have to open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and move the attributes section (beginning at <!-- bof Attributes module--> and ending at <!-- eof attributes module -->)

to BELOW <!-- end of rightFloat-->

Then if you want the add to cart box above all the attributes, don't do anything else, but if you want the add to cart box below all the attributes, move the <!--bof add to cart --> BELOW <!-- eof attributes module-->

4 Feb 2009, 11:20 PM
#2435
rufusclc avatar

rufusclc

Zen Follower

Join Date:
Sep 2008
Location:
San Diego
Posts:
159
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

thanx a bunch, cant wait to get home to try it;
thanx a bunch - can I buy you a coffee abd bagel?
Rufusclc

5 Feb 2009, 9:56 AM
#2436
srt9969 avatar

srt9969

New Zenner

Join Date:
Jan 2009
Posts:
62
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

It's because of all the absolute positioning used. The site doesn't know that its supposed to "contain" that information, as the absolute positioning has taken it out of the flow of the site.

But a quick and dirty fix is to change the very first div in front of that content from this:

<div>

to this:

<div style="height:1200px;">

Quick and dirt is fine, as the content is unchanging. Thanks for the timely help.

Regards,

Sean

5 Feb 2009, 9:50 PM
#2437
stuff4toys avatar

stuff4toys

Totally Zenned

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

Re: Cherry Zen Template Support Thread

Jade, on another note, is there any way to achieve this effect?

Is there a way to do this? Even if I have to cut the logo image into 3 pieces?
JOhn ><>

5 Feb 2009, 9:57 PM
#2438
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

Stuff4Toys:

Jade, on another note, is there any way to achieve this effect?

Is there a way to do this? Even if I have to cut the logo image into 3 pieces?
JOhn ><>

Could you make that top 1/4 of your logo transparent, then force the logo up with a negative margin-top?

5 Feb 2009, 9:58 PM
#2439
stuff4toys avatar

stuff4toys

Totally Zenned

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

Re: Cherry Zen Template Support Thread

jettrue:

Could you make that top 1/4 of your logo transparent, then force the logo up with a negative margin-top?I thought about that, but woudn't it cover the search box then?
JOhn ><>

5 Feb 2009, 10:19 PM
#2440
stuff4toys avatar

stuff4toys

Totally Zenned

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

Re: Cherry Zen Template Support Thread

Stuff4Toys:

Jade, on another note, is there any way to achieve this effect?

Is there a way to do this? Even if I have to cut the logo image into 3 pieces?
JOhn ><>Cut in two pieces, I can add a new class for logo2 in the stylesheet and the tpl_header.php then the negative margin for the second part.

Jade, your a genius!
JOhn ><>