Page 31 of 305 FirstFirst ... 2129303132334181131 ... LastLast
Results 301 to 310 of 3042
  1. #301
    Join Date
    Feb 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    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

  2. #302
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by tobicky View Post
    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?

  3. #303
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by fizfaz View Post
    I also facing the same problem.. where's the file directory for that css.. ?
    Thanks in advance..
    includes/templates/YOUR_TEMPLATE/css/stylesheet.css

  4. #304
    Join Date
    Mar 2006
    Posts
    131
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    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!!!!!

  5. #305
    Join Date
    Mar 2006
    Posts
    131
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by tobicky View Post
    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/

  6. #306
    Join Date
    Nov 2006
    Posts
    30
    Plugin Contributions
    0

    help question Re: Apple Zen Template Support Thread

    Thx for the great template, saved me a lot of headaches sorting a style thx

    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

  7. #307
    Join Date
    Nov 2006
    Posts
    30
    Plugin Contributions
    0

    Idea or Suggestion 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.

  8. #308
    Join Date
    Dec 2006
    Posts
    14
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by Alik View Post
    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..

  9. #309
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by fizfaz View Post
    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?

  10. #310
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by Alik View Post
    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)

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3720
    Last Post: 6 Oct 2022, 11:18 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR