Zen Follower
- Join Date:
- Feb 2009
- Posts:
- 138
- Plugin Contributions:
- 0
Apple Zen Support Thread
jettrue:
First question: Are you looking at your site with a magnifying glass and a ruler? Just kidding. :cool: Sort of. :P
I thought I was anal, LOL.
Here we go.
Open up includes/templates/apple_zen/css/stylesheet_header_menu.css and change the 12em to a larger number.
Pages aren't different sizes. Does your about us page NOT have a scroll bar while your home page does? The scroll bar on your browser is the culprit, I'd guess. It makes it seem smaller. You can force a vertical scrollbar to appear on all pages (even the short ones) by adding this to your stylesheet.css:
html {overflow-y: scroll;}I'm not seeing this issue on your site. But you can edit the spaces for the breadcrumb bar under "Configuration", "Layout Setting", "Bread Crumbs Navigation Separator"
By the way, Did you know you can turn off the breadcrumb for the home page only (get rid of the silly "home" on the home page), under "Configuration", "Layout Settings", "Define Breadcrumb Status". Also, you must have changed the css, because that is not how it looks by default. Yes, I see you changed padding:.5em; to padding:0;. Add some padding back to #navBreadCrumb
"Configuration", "EzPages Settings", "EZ-Pages Footer Link Separator". Remove the padding faux padding there.
That's a zen cart issue, nothing to do with my template.
includes/modules/pages/specials/main_template_vars.php was modified to fix a bug in zen cart. It is a core file, and yes, it would be overwritten in an upgrade. Though the next upgrade is a major one, and that issue is probably moot.
9.That just tells you they are template specific.
10.It does on my IE7, on my test site https://www.zencart137.jadetrue.com. Not sure why yours wouldn't.
- You can change #cartAdd to this:
#cartAdd {
width:130px;
text-align:center;
margin:0 auto;
border:1px solid #000;
padding:1em;
}12.Nope, no conflicts, just be aware IH2 has more bugs than my template. :) It works, but its not perfect. Just so you know and have been warned. But I always use it, it is a great mod to add to any site. I have it there on my test site https://www.zencart137.jadetrue.com. Be sure that you put all of the IH2 css files into the correct apple zen folder.
Hi Jade,
Thank you for your reply, you are awesome!!
I installed IH2 and it works fine (did no notice any bugs so far). And your suggestions fixed most of those issues. I do need a few clarifications though:
Similar issue with Footer Links: why does Home have extra padding?
Also the links that are evenly spaced have more than one space between each link and the separators.
"Configuration", "EzPages Settings", "EZ-Pages Footer Link Separator". Remove the padding faux padding there.
What faux padding? In there I have this: |
However on the site it shows up like this:
Home | About Us | Contact Us
A bunch of padding after home, and 2 spaces before and after the separator instead of one. I am just wondering what generates the extra spaces and the padding...
How do I center the “Add to cart” box? I tried to tweak the code unsuccessfully.
You can change #cartAdd to this:
That code does not work.
Example: For this page:
http://www.saleyla.com/store/index.php?main_page=product_info&cPath=3_7&products_id=1
I wish the cart (or contact us, when you are not logged in) box to be right under the other text input box, in the center of the page.
More clarifications:
-
Since I removed breadcrumbs on the Home page, the side boxes move up. Any way to keep that consistent? How do I move it down at Home, or up everywhere else?
-
While your template should work fine with v1.3.9 (right?), are you planning to update it for v2.0? :smile:
-
Do you recommend any other useful modifications for a site like the one I am working on (http://www.saleyla.com)?
-
I am still wondering whether this store works with IE 6. Anyone with IE 6, would you please test this store?
http://www.saleyla.com
Anyhow, you are right, I am looking at the site with a magnifying glass. I am trying to understand how everything works since I am new to this... :blink:
Your template is excellent already though, so I am just tweaking the default stuff... And my friend, the fashion designer, is quite happy with her site as is :smile:
Thank you in advance for your reply.
