Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
I see the changes now, thanks...
I don't really think this will help, but to make your site match my site, can you go into your admin, then go to "configuration", then "layout settings" and change "define breadcrumb status" to "2" (you are using 1.3.7, right?)
As for css hover, the permissions on that file should be 644... that may be the issue.
Hi Jade
I updated my site to "Zencart v1.3.7" and installed your new "v1.6 apple zen template".
I now no longer have the csshover issue, however in IE I am still seeing a white space to the sides of my template. It appears when I remove the categories-tabs from ADMIN>LAYOUT SETTINGS.
I tried making the previous changes to tpl_mainpage and stylesheet but still no Joy!
Can you help?
Kind Regards,
Toby
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
tobicky
Hi Jade
I updated my site to "Zencart v1.3.7" and installed your new "v1.6 apple zen template".
I now no longer have the csshover issue, however in IE I am still seeing a white space to the sides of my template. It appears when I remove the categories-tabs from ADMIN>LAYOUT SETTINGS.
I tried making the previous changes to tpl_mainpage and stylesheet but still no Joy!
Can you help?
Kind Regards,
Toby
Link Please?
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
fizfaz
I also facing the same problem.. where's the file directory for that css.. ?
Thanks in advance..
includes/templates/YOUR_TEMPLATE/css/stylesheet.css
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
I'm going to need you to be more specific about your IE issues. I've looked in IE and see nothing different in IE6 vs. IE7 vs. Firefox. I see no missing border, background in header is white in all.
sorry...it's actually all fine ( forgot to clean the cache )
it looking great !!!!!
Thankyou again for this great template!!!!!
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
tobicky
Hi Jade
I updated my site to "Zencart v1.3.7" and installed your new "v1.6 apple zen template".
I now no longer have the csshover issue, however in IE I am still seeing a white space to the sides of my template. It appears when I remove the categories-tabs from ADMIN>LAYOUT SETTINGS.
I tried making the previous changes to tpl_mainpage and stylesheet but still no Joy!
Can you help?
Kind Regards,
Toby
in IE i've seen an error caused by "csshover.htc" file not having the right permission... if you change the permission then it should work fine...
the file is located in yourstore.com/includes/
Re: Apple Zen Template Support Thread
Thx for the great template, saved me a lot of headaches sorting a style thx :thumbsup:
http://www.elwyns-services.co.uk/deals
I would like a few pointers, I would like to envelope each product displayed on front page in a box, or a pin line around them, make them a fixed size and unifrom the front page, sorry if I dont explain to good.
Regards
and thx again:thumbsup:
Re: Apple Zen Template Support Thread
Ok I have fixed this problem if anyone else wants something similar there is a contrib which does this at:
http://www.zen-cart.com/forum/showth...t=54793&page=2
Now another little annoying problem when I add items to cart I have cart box active and price is over to the right could I move this over a little and also add a title to it like Total exc VAT in my case.
Regards, and thx in advance.:thumbsup:
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
Alik
did that, Thanks it resolved the problem.
but now i've noticed that the site is not centered IE and missing border on the center cloumn.
the white baground in the header is also gone.
*** In FF everything is displayed as it should though.
Thanks
Hi Jade,
I've gave FIELDSET tag in CSS stylesheet 85% width.., now facing similar problem missing the border in IE... (border new product for Month and monthly special for Month )
Using IE 6.0.. Pls advice.. Thanks..
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
fizfaz
Hi Jade,
I've gave FIELDSET tag in CSS stylesheet 85% width.., now facing similar problem missing the border in IE... (border new product for Month and monthly special for Month )
Using IE 6.0.. Pls advice.. Thanks..
Link please?
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
Alik
Great template!!!!! and i'm almost done editing... forund a problem and can't figure out how to fix:
link
The site looks great in FF but the content slides down in IE6
please help
I've found a better way to address this issue, and this is how I will fix it in the next release of this template.
in includes/templates/YOUR_TEMPLATE/css/stylesheet.css change:
Code:
input[type=checkbox], input[type=radio] {
float:left;
}
to
Code:
html>body input[type=checkbox], html>body input[type=radio] {
float:left;
}
and change:
Code:
.checkboxLabel, .radioButtonLabel {
margin:.3em;
float:left;
}
to:
Code:
html>body .checkboxLabel, html>body .radioButtonLabel {
margin:.3em;
float:left;
}
It's an IE hack, but this will allow you to keep the normal width for the create account section, vs. swedging it down for IE (which makes it too narrow in Firefox and others)