Page 165 of 305 FirstFirst ... 65115155163164165166167175215265 ... LastLast
Results 1,641 to 1,650 of 3042
  1. #1641
    Join Date
    Jan 2008
    Location
    Atlanta
    Posts
    8
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I am actually having a different problem problem then admcompa. I have been developing in firefox and just checked ie and my drop down menu is shifted to the right in ie.

    http://dev.creativeap.com/zencart/

    any ideas?

    thanks,
    jenny

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by admcompa View Post
    I love this template. Thanks you! I have a problem though. I use Firefox mostly and have not really paid to much attention to the view in IE. I should have. The drop down categories are shifted all the way to the right and the side coxes have a green spot caused from something. Any ideas how I can fix this? My website is www.admcompany.org.

    Thanks

    Doug
    Well, I see an issue in Firefox as well, there's a missing </div> in the BLANK sidebox add on. Fix that, and that may fix your IE issues.

  3. #1643
    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 friends1976 View Post
    Hey....I can't thank you enough for this template. It is really great!!

    I have one question...If I want the home buttons to be directed to another link rather than that within Zen, where do I put that?

    Thanks so much,
    Ashley
    Which home buttons are you referring to? Do you want every single link on the site that says "HOME" to go to a different site? OR just one or two links?

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by admcompa View Post
    Ok I fixed the problem. After playing with about every line in my apple_zen/css/stylesheet.css I deleted one word and it all works great now.

    The word highlighted in red is what I deleted:

    /*The main content classes*/
    #contentMainWrapperOuter {
    float:left;
    width:100%;
    }

    #contentMainWrapper {
    width:71em;
    margin:0 auto;
    text-align:center;
    position:relative;
    top:2.18em;
    }



    This is what it looks like now:

    /*The main content classes*/
    #contentMainWrapperOuter {
    float:left;
    width:100%;
    }

    #contentMainWrapper {
    width:71em;
    margin:0 auto;
    text-align:;
    position:relative;
    top:2.18em;
    }


    Hope that works for you to!

    Doug
    You still have a missing </div> in the blank sidebox addon that is causing other issues.

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by chadderuski View Post
    Jade,

    I came across this and have been playing with it.... take a look and tell me if you think this would be cool to have in a template. Not my own code, BTW.

    http://chicagophoto.net/cssdockmenu/

    But pretty darn cool, eh? This sample has code at both top and bottom of the page, but you'd probably only use one in a real design.

    I don't think it works in IE 5.5 though.

    -chaddro

    ... now where DID I find that ... oh:

    http://www.ndesign-studio.com/blog/d...css-dock-menu/
    That is DANG DARN awesome! If I had time, I might have to make an APPLE COMPUTER inspired template, but with a full time job and three kids and a husband.... NOT GONNA HAPPEN! LOL! Looks like fun!

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Mike123acc View Post
    Great template.

    Wasn't going to use Zen Cart until I found this. I can't stand the regular 'shop in your face' look of OsCommerce and Zen Cart.

    This template really gives Zen Cart a new face.

    Thanks.
    THANK YOU! And you're welcome!

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jinx View Post
    I am having the exact same problem as admcompa. I have been developing in firefox and just checked ie and all of my categories boxes are shifted in ie.

    http://dev.creativeap.com/zencart/

    any ideas?

    thanks,
    jenny
    What version of IE, and does the same thing happen at my test site: http://www.zencart137.jadetrue.com?

  8. #1648
    Join Date
    Jan 2008
    Location
    Atlanta
    Posts
    8
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Jade,

    IE 7, 6 looks fine now after i commented out:

    /* #dropMenuWrapperb {
    width:71em;
    margin:0 auto;
    position:relative;
    }

    #dropMenuWrapperc {
    background:url(../images/shadowRight.png) repeat-y 100% 0;
    width:71em;
    margin:0 auto;
    position:absolute;
    height:2.18em;
    }

    #dropMenuWrapperd {
    background:url(../images/shadowLeft.png) repeat-y 0 0;
    width:71em;
    margin:0 auto;
    position:absolute;
    height:2.18em;
    }

    from stylesheet.css

    it is now centered in ie, but check out the weird shadow effect in ie 7:

    dev.creativeap.com/zencart

    the shadow is above the logo wrapper. i am guessing it has to do with something in my stylesheet since has been so heavily edited.

    any suggestions?

    thanks,
    jenny

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jinx View Post
    Jade,

    it is now centered in ie, but check out the weird shadow effect in ie 7:

    dev.creativeap.com/zencart

    the shadow is above the logo wrapper. i am guessing it has to do with something in my stylesheet since has been so heavily edited.

    any suggestions?

    thanks,
    jenny
    Are you using the latest version of the template? By default it doesn't have the issue you're describing, so I would start fresh.

  10. #1650
    Join Date
    Jan 2008
    Location
    Atlanta
    Posts
    8
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    for anyone who is interested. i ended up commenting out the following lines:

    /*
    #headerWrapperb {
    background:url(../images/shadowRight.png) repeat-y 100% 0;
    width:71em;
    }

    #headerWrapperc {
    background:url(../images/shadowLeft.png) repeat-y 0 0;
    width:71em;
    }

    #dropMenuWrapperb {
    width:71em;
    margin:0 auto;
    position:relative;
    }

    #dropMenuWrapperc {
    background:url(../images/shadowRight.png) repeat-y 100% 0;
    width:71em;
    margin:0 auto;
    position:absolute;
    height:2.18em;
    }

    #dropMenuWrapperd {
    background:url(../images/shadowLeft.png) repeat-y 0 0;
    width:71em;
    margin:0 auto;
    position:absolute;
    height:2.18em;
    }
    */

    after i commented them out my template loads perfectly in ie 6 and 7 and firefox (haven't tried safari yet). anyway, these lines only need to be commented out if you drop the logo down and choose to use the narrow header as seen here:

    http://dev.creativeap.com/zencart

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3725
    Last Post: 20 Feb 2025, 05:46 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