Page 29 of 305 FirstFirst ... 1927282930313979129 ... LastLast
Results 281 to 290 of 3042
  1. #281
    Join Date
    Dec 2006
    Posts
    14
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Firstly, so far I can say that this is the best template I'm looking in the contribution template section. to jettrue..

    I'm totally newbie in zen cart and also no any experience in php or html. I think almost 70% progress personalized my site and with a few item for test run in the store. Hopefully can fully live in a week. I think the hard part is to insert the product to the cart.

    Ok, can somebody help to check why when I put the radio button for attribute selection, the radio button are not fully aligned properly?

    Example can see here.

    Thanks in advance.

  2. #282
    Join Date
    Apr 2005
    Location
    NJ
    Posts
    39
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    First, remove the margin:1em from the #cartAdd section of your stylesheet.

    Then open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and remove the:
    <br class="clearBoth">

    that is right before:
    <!--eof Product details list -->

    See if that's closer to what you'd like.
    Thanks again Jade :-)

    Can you tell me how I could move the Discount box a bit more to the left? It just doesn't look right how it is up against the "Add to cart" box.
    http://www.enchantingdream.com/Tests...oducts_id=2302

    Thanks

  3. #283
    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 DeFluxx View Post
    Thanks again Jade :-)

    Can you tell me how I could move the Discount box a bit more to the left? It just doesn't look right how it is up against the "Add to cart" box.
    http://www.enchantingdream.com/Tests...oducts_id=2302

    Thanks
    Hi There...

    Right now its being pushed over by the model #'s div. So if you restrict the width of that, the discount box is allowed to move over. Something like this would work:

    #productDetailsList {width:200px;}

  4. #284
    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
    Firstly, so far I can say that this is the best template I'm looking in the contribution template section. to jettrue..

    I'm totally newbie in zen cart and also no any experience in php or html. I think almost 70% progress personalized my site and with a few item for test run in the store. Hopefully can fully live in a week. I think the hard part is to insert the product to the cart.

    Ok, can somebody help to check why when I put the radio button for attribute selection, the radio button are not fully aligned properly?

    Example can see here.

    Thanks in advance.
    Hi There!

    Thanks for catching that.

    You can add this to your stylesheet:

    .wrapperAttribsOptions input[type=radio] {
    float:left;
    margin:.2em .5em .2em 0;
    }

  5. #285
    Join Date
    Apr 2005
    Location
    NJ
    Posts
    39
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Hi There...

    Right now its being pushed over by the model #'s div. So if you restrict the width of that, the discount box is allowed to move over. Something like this would work:

    #productDetailsList {width:200px;}
    It worked, but unfortunately it only moved the box and not the button underneath.

    http://www.enchantingdream.com/Tests...oducts_id=2302

  6. #286
    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 DeFluxx View Post
    It worked, but unfortunately it only moved the box and not the button underneath.

    http://www.enchantingdream.com/Tests...oducts_id=2302
    No, it wouldn't because they are not connected to each other in any way.

    You are talking about the tell a friend button, right?

    If you want the tell a friend button and the write review button next to each other, open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and change <div id="productTellFriendLink" class="buttonRow forward"> to <div id="productTellFriendLink" class="buttonRow back">. OR if you'd like the tell a friend button to be underneath write a review, change it to <div id="productTellFriendLink" class="buttonRow">.

  7. #287
    Join Date
    Dec 2006
    Posts
    14
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Hi There!

    Thanks for catching that.

    You can add this to your stylesheet:

    .wrapperAttribsOptions input[type=radio] {
    float:left;
    margin:.2em .5em .2em 0;
    }
    Hi Jade,
    Perfect!! Thanks for support..

  8. #288
    Join Date
    Mar 2005
    Location
    Rheine, Germany
    Posts
    25
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Hi Jade,

    I simply want to say THANK YOU so much for this stunning template.
    I love it and made a little Test site based on your template, the site is not yet finished and only tested with Firefox 2 but I love to work with it.

    Thank You

    Stefan

    P.S.
    This is my Testsite

  9. #289
    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 Fastserv View Post
    Hi Jade,

    I simply want to say THANK YOU so much for this stunning template.
    I love it and made a little Test site based on your template, the site is not yet finished and only tested with Firefox 2 but I love to work with it.

    Thank You

    Stefan

    P.S.
    This is my Testsite
    Very nicely done, I love those colors together. Beautiful! Love what you've done with the header menu as well!

  10. #290
    Join Date
    Oct 2006
    Posts
    40
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    I just wanted to mention that I read every post in this thread (or at least skimmed) and tweaked a lot of different css settings and I still can't seem to find the cause for this calamity: http://shoptracyb.com/index.php

    What bit in CSS must I change (I'm guessing this is going to have something to do with margins) to get the header and the main body set to what I have the header set to on the left-hand margin? I was just trying to change the overall width from 68ems to 58ems.

    Thanks ahead of time!

 

 

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