Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jonisolis
I had this...
.wrapperAttribsOptions {
margin:0.3em .9em 0;
}
Now I have this...
.wrapperAttribsOptions input[type=radio], .wrapperAttribsOptions input[type=checkbox] {
float:left;
margin:.2em .5em .2em 0;
}
That straightened out the boxes but I still would like a little more space between the options and between the option names and choices
What do I have to play with for that?
To get more space the the right of the option names (like after "Image Files" and "Web File Formats" and "Print File Formats"), you can change the h4.optionName section TO this (the 1em controls the padding-right):
Code:
h4.optionName {
line-height:1em;
padding:0 1em 0 0;
}
To have more space between each specific option, change the section below TO:
Code:
.wrapperAttribsOptions input[type=radio], .wrapperAttribsOptions input[type=checkbox] {
float:left;
margin:.5em .5em .2em 0;
}
You'll also need to add this (the line height affects the padding between each specific option, and the padding-bottom adds space between the different attribute option sections):
Code:
.wrapperAttribsOptions {line-height:2em;padding-bottom:1em;}
Re: Apple Zen Template Support Thread
Dear Jade, Thank you. I have my space now but my little boxes are stair stepping again. Sorry to be such a pain in the ########, but can you check that?
http://www.horse-logos.com/arab-flag...-clip-p-6.html
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jonisolis
Yeah sorry, I posted that before checking in IE.
Try changing the line-height of .wrapperAttribsOptions
I know that line-height:2.5em will work, I'm not able to test right now, but 2.4 or 2.3 might work as well.
Re: Apple Zen Template Support Thread
2.4em worked. I am using the Firefox browser; I haven't checked it in IE yet.
Re: Apple Zen Template Support Thread
All I can say is that this template is amazing! I am having a problem with a product page of mine that is shifting down in IE6. I used the help in this thread to fix the problem of the info shifting down like the create account page but now a different page is doing it. I am using zen cart 1.3.7 and the latest version of apple zen. The problem page in IE6 is http://www.clglampwork.com/zencart/i...=index&cPath=2 but it works fine in IE7 and FireFox. Thank you for any help in advance!
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
algirard8
All I can say is that this template is amazing! I am having a problem with a product page of mine that is shifting down in IE6. I used the help in this thread to fix the problem of the info shifting down like the create account page but now a different page is doing it. I am using zen cart 1.3.7 and the latest version of apple zen. The problem page in IE6 is
http://www.clglampwork.com/zencart/i...=index&cPath=2 but it works fine in IE7 and FireFox. Thank you for any help in advance!
I think its because of the long line in the sidebox: Blue/Turquoise/Aqua (10)
In Firefox and IE7, that hangs of the side of the page, and doesn't increase the width of the sidebox, while in IE6, the sidebox is expanding to contain it, therefore there isn't enough room for the center content (so it shifts down).
My advice is to either find a way to shorten that category name, or tell me you don't want to do that, and you'll have to expand the sidebox in all browsers to avoid that issue. Removing the lines before the subcategories may help as well.
Apple Zen has been Updated!
Hello All!
I've updated this mod to version 1.8. This version adds some code to additions_to_.htaccess, some changes to includes/templates/apple_zen/css/stylesheet_header_menu.css, and changes to includes/templates/apple_zen/css/stylesheet.css.
This version is kind of rewrite for form issues so that there are fewer problems between browsers. I've cleaned up the form css as well, I was over-styling things a bit there.
Re: Apple Zen Template Support Thread
Well I can shorten it but how long can it be do you think. I also had some other questions. In the apple zen demonstration site there are buttons for checkout and shipping estimator while it is only text in mine. I was wondering how to change those to buttons. Also In the shipping estimator box I would like to move the update button to underneath the zip code box. Thank you for all the help. I'm slowly learning everything!
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
algirard8
Well I can shorten it but how long can it be do you think.
I would just keep testing till the issue went away. You can also remove the lines before the subcategories in your admin under "Configuration", "Layout Settings':
Categories Separator between the Category Name and Sub Categories
Quote:
Originally Posted by
algirard8
I also had some other questions. In the apple zen demonstration site there are buttons for checkout and shipping estimator while it is only text in mine. I was wondering how to change those to buttons. Also In the shipping estimator box I would like to move the update button to underneath the zip code box. Thank you for all the help. I'm slowly learning everything!
Are these buttons in these folder?
/includes/templates/apple_zen/buttons/english/button_shipping_estimator.gif
/includes/templates/apple_zen/buttons/english/button_checkout.gif
As far as the shipping estimator issue, I think you'd need to address that in includes/templates/YOUR_TEMPLATE/templates/tpl_shipping_estimator.php
Though I'm not positive, and not in the position to verify that at the moment.
Re: Apple Zen Template Support Thread
Yes all of the button files are in the correct place on the website but they are still showing up as just text links. The link here http://www.clglampwork.com/zencart//..._estimator.gif proves that the button is on the site. Is there a setting somewhere that is set to only show text links and not button links or something.
Sorry for all of the questions but I am trying to learn all that I can. I changed the categories to products in the css navigation menu but it did not change it in the categories side box. I was wondering how to change that. Thanks