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:
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 www.clonecopies.net (have looked through but cannot seem to find the answer anywhere in the faq's)
regards
Rufus
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
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.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
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
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-->
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
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
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
Re: Cherry Zen Template Support Thread
Jade, on another note, is there any way to achieve this effect?
http://www.liberty-flag.com/john/Liberty_logo.png
Is there a way to do this? Even if I have to cut the logo image into 3 pieces?
JOhn ><>
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Stuff4Toys
Could you make that top 1/4 of your logo transparent, then force the logo up with a negative margin-top?
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
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 ><>
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Stuff4Toys
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 ><>