Re: Apple Zen Template Support Thread
Firstly, so far I can say that this is the best template I'm looking in the contribution template section. :thumbsup: to jettrue..
I'm totally newbie in zen cart and also no any experience in php or html. I think almost 70% progress personalized my site and with a few item for test run in the store. Hopefully can fully live in a week. I think the hard part is to insert the product to the cart.
Ok, can somebody help to check why when I put the radio button for attribute selection, the radio button are not fully aligned properly?
Example can see here.
Thanks in advance.
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
First, remove the margin:1em from the #cartAdd section of your stylesheet.
Then open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and remove the:
<br class="clearBoth">
that is right before:
<!--eof Product details list -->
See if that's closer to what you'd like.
Thanks again Jade :-)
Can you tell me how I could move the Discount box a bit more to the left? It just doesn't look right how it is up against the "Add to cart" box.
http://www.enchantingdream.com/Tests...oducts_id=2302
Thanks
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
DeFluxx
Hi There...
Right now its being pushed over by the model #'s div. So if you restrict the width of that, the discount box is allowed to move over. Something like this would work:
#productDetailsList {width:200px;}
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
fizfaz
Firstly, so far I can say that this is the best template I'm looking in the contribution template section. :thumbsup: to jettrue..
I'm totally newbie in zen cart and also no any experience in php or html. I think almost 70% progress personalized my site and with a few item for test run in the store. Hopefully can fully live in a week. I think the hard part is to insert the product to the cart.
Ok, can somebody help to check why when I put the radio button for attribute selection, the radio button are not fully aligned properly?
Example can see
here.
Thanks in advance.
Hi There!
Thanks for catching that.
You can add this to your stylesheet:
.wrapperAttribsOptions input[type=radio] {
float:left;
margin:.2em .5em .2em 0;
}
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Hi There...
Right now its being pushed over by the model #'s div. So if you restrict the width of that, the discount box is allowed to move over. Something like this would work:
#productDetailsList {width:200px;}
It worked, but unfortunately it only moved the box and not the button underneath.
http://www.enchantingdream.com/Tests...oducts_id=2302
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
DeFluxx
No, it wouldn't because they are not connected to each other in any way.
You are talking about the tell a friend button, right?
If you want the tell a friend button and the write review button next to each other, open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and change <div id="productTellFriendLink" class="buttonRow forward"> to <div id="productTellFriendLink" class="buttonRow back">. OR if you'd like the tell a friend button to be underneath write a review, change it to <div id="productTellFriendLink" class="buttonRow">.
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Hi There!
Thanks for catching that.
You can add this to your stylesheet:
.wrapperAttribsOptions input[type=radio] {
float:left;
margin:.2em .5em .2em 0;
}
Hi Jade,
Perfect!! Thanks for support.. :thumbsup:
Re: Apple Zen Template Support Thread
Hi Jade,
I simply want to say THANK YOU so much for this stunning template.
I love it and made a little Test site based on your template, the site is not yet finished and only tested with Firefox 2 but I love to work with it.
Thank You
Stefan
P.S.
This is my Testsite
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
Fastserv
Hi Jade,
I simply want to say
THANK YOU so much for this stunning template.
I love it and made a little Test site based on your template, the site is not yet finished and only tested with Firefox 2 but I love to work with it.
Thank You
Stefan
P.S.
This is my Testsite
Very nicely done, I love those colors together. Beautiful! Love what you've done with the header menu as well!
Re: Apple Zen Template Support Thread
I just wanted to mention that I read every post in this thread (or at least skimmed) and tweaked a lot of different css settings and I still can't seem to find the cause for this calamity: http://shoptracyb.com/index.php
What bit in CSS must I change (I'm guessing this is going to have something to do with margins) to get the header and the main body set to what I have the header set to on the left-hand margin? I was just trying to change the overall width from 68ems to 58ems.
Thanks ahead of time!