Page 255 of 305 FirstFirst ... 155205245253254255256257265 ... LastLast
Results 2,541 to 2,550 of 3042
  1. #2541
    Join Date
    Apr 2008
    Posts
    47
    Plugin Contributions
    0

    Default Re: Apple Zen drop down menus to wide using 2 lines

    Last edited by colnixon; 5 Mar 2009 at 08:13 PM. Reason: forgot something

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

    Default Re: Apple Zen drop down menus to wide using 2 lines

    Quote Originally Posted by colnixon View Post
    Hi Jade,

    Hope all is well...

    I have followed all your instructions and all is good. I have made good progress today fixing up a few other things as well.

    I took your advice on the logo and ended up having no side bars on my header. I couldnt find a quick fix for that so just made my logo width 100%, proper amatures solution i know but it will do the job :)

    I have 1 last thing wrong with my site. Chances are thaat a lot of other people using the narrow header may have the same problem.

    after changing the file stylesheet_header_menu.css switching the 2 instances of 70em to 75em results in the drop down menus spanning over 2 lines instead of 1 in internet explorer 7.

    I done a bit of trial and error with the size and i think it was about 73.9 when it starts going wrong. One thing i noticed that may help with a solution i was nudjing it up by increments of 0.1 but could never get the drop down menus to cover the width of the page fully so is it a wrapper / border problem?

    I tried changing the width to 100% and that also resulted in drop down menus over 2 lines...

    Any Ideas?

    Cheers

    Colin
    You had no sideboxes on your header, because you removed this:
    #logoWrapperOuter {
    width:75em;
    margin:0 auto;
    overflow:hidden;
    }

    from your stylesheet (it was originally 70em, I changed it to 75 for you)

    as for the IE menu issue, keep it at 75em, but try decreasing this number in stylesheet_header_menu.css bit by bit till it goes away:
    *width:16.649%;

  3. #2543
    Join Date
    Apr 2008
    Posts
    47
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi Jade,

    Just one last quick message to say thanks for eveything. Again you have delivered everything is working spot on.

    Many Thanks and Best Wishes

    colin

  4. #2544
    Join Date
    Aug 2008
    Posts
    165
    Plugin Contributions
    0

    Default Please help- where to redirect "new order" emails

    Hi Jade,

    I'm using 1.3.8 verison. I have signed up with Aweber (an autoresponder service), have integrated an optin on the main page AND have ordered a "custom parser through AWEBER" for the back of the house. The purpose of this parser is to ensure that after customers order the product through the zen cart site that their email information is captured for 10 days of autoresponders.

    MY QUESTION: I need to direct the follow up emails, through ZENCART, to "[email protected]". How do I do this?

    I just love Apple Zen (thank you, thank you, thank you)

  5. #2545
    Join Date
    Aug 2008
    Posts
    165
    Plugin Contributions
    0

    Default Oops forgot to include website address


  6. #2546
    Join Date
    Aug 2008
    Posts
    165
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I believe I figured it out (and it was quite simple )! In Config, Email Options there is a setting "send copy of order confirmation emails to" and I added the email address to aweber that I needed.

    I hope this helps someone else! Lynn
    http://www.GreenGardening101.com

  7. #2547
    Join Date
    Feb 2009
    Posts
    31
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi Jade, I am a newbie to Zencart. I have installed your amazing template, but I am having a difficulty - the Add to cart button is not displaying in the products listing - I tried from the admin side but nothing works. I also check other message in this thread but could not find any hints. What can I do?
    Thanks a lot in advance,
    Fred

  8. #2548
    Join Date
    Dec 2008
    Posts
    97
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hey Jade,

    I am not sure whats going on but when my website loads the drop down menu flickers before it loads and it seems to be taking longer then it should. COuld you please take a peek and see if this is normal?

    2antioch.org

  9. #2549
    Join Date
    Oct 2008
    Location
    New England
    Posts
    13
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi Jade- Absolutely love your template, been using since October for a our client mustangseats.com

    We just installed Testimonial manager 1.5 and have a curious thing happen which I cannot for the life of me find a solution anywhere. I am sure it is something within the css but some guidance would be helpful. Clyde over in the Testimonial support thread suggested I try this thread....

    If you go to www.mustangseats.com/cart/index.php everything looks fine. When you click on the sidebox "Testimonials" link Read More or View All Testimonials the Apple Zen Template shifts. This happens to all browsers regardless of platform. I am a complete loss as to the cause of this.

    These lines of code were all that were added to the stylesheet.css

    .testimonial {
    color: #000;
    padding: 0 5px 5px 5px;
    text-align:left;
    }
    .testimonial p {
    margin: 0; padding: 5px 0;
    }
    .testimonial span {
    float:right;
    }
    .testimonialImage {
    margin: 0;
    padding: 0;
    text-align: center;
    }

    Any thoughts?

    Minotaut1066

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by minotaur1066 View Post
    Hi Jade- Absolutely love your template, been using since October for a our client mustangseats.com

    We just installed Testimonial manager 1.5 and have a curious thing happen which I cannot for the life of me find a solution anywhere. I am sure it is something within the css but some guidance would be helpful. Clyde over in the Testimonial support thread suggested I try this thread....

    If you go to www.mustangseats.com/cart/index.php everything looks fine. When you click on the sidebox "Testimonials" link Read More or View All Testimonials the Apple Zen Template shifts. This happens to all browsers regardless of platform. I am a complete loss as to the cause of this.

    These lines of code were all that were added to the stylesheet.css

    .testimonial {
    color: #000;
    padding: 0 5px 5px 5px;
    text-align:left;
    }
    .testimonial p {
    margin: 0; padding: 5px 0;
    }
    .testimonial span {
    float:right;
    }
    .testimonialImage {
    margin: 0;
    padding: 0;
    text-align: center;
    }

    Any thoughts?

    Minotaut1066
    Remove this:
    #testimonialDefault{margin:0 5px;padding:8px;font-size:1.2em;text-align:left;}

 

 

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