fellis:
1 Do you mean that we should take off graphic buttons from top menu? It will ruin the design.
No, I am saying there are better, more flexible ways to do things with the Zen Cart system. You can use the EZ Pages Menu builder to put the links over the background and use a graphic for the divider instead of hardcoded links. The end user can then change the links from the Admin.
fellis:
2 Concerning Home | Log In | Shopping Cart | Checkout links in header - you use alike links in default theme.
The point I am trying to make is that you have repeated some things over and over and that is not necessary.
fellis:
3 We removed Home | Specials | New products | All products | Reviews | Contact us | FAQ in footer because we have EZ pages links Home :: :: My Account :: Site Map :: Privacy Notice :: Shared :: Action DVDs there
Okay
fellis:
4 As you know we are trying to create cross browser and cross platform theme. Some older versions of not popular (but used by internet surfers ) browsers do not display styles “margin and padding” in a proper way. We received many complains from our customers, before we started to use empty <div> with height css property to solve this problem. We don’t want to start working again with this problem. So please let us to use empty <div> in html code. I don’t think it’s a big problem to discuss.
If the padding.margins is such an issue use a conditional stylesheet for those non-compliant browsers like you have added for IE. (which BTW can be done another way too)
fellis:
- As for login page we notices that if in admin area Configuration layout settings Use split-login page = true, the output of default theme (zencart/index.php?main_page=login) gives wrong layout. You can see it in details at http://osc.template-help.com/new_zen_test/bug2.jpg
That’s why we created our login page and implemented it.
Easy fix in the stylesheet to change the width of the floating boxes without having to touch the code.
fellis:
- The same problem is on default page when we tried to turn on all widebanners - the layout was broken. http://osc.template-help.com/new_zen_test/bug1.jpg
We don’t know if this layout troubles are bugs, so we just want to ask you about solutions.
Obviously, if you use both sidebars and increase their width the would not be room for a banner that is 468 pixels wide ... banners can be changed to fit.
Now lets talk about the Main header graphical area - you have a background with another image over it. That is fine but you have the words New Arrivals that logically should be a link. Why not make that the tagline area or use one of the banner positions to put HTML over the background?
As I have said for a very long time, Zen Cart is different. You have to think outside the box. You can be as creative as you want if you just learn the system.