Results 1 to 10 of 3041

Hybrid View

  1. #1
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Try this:

    <?php if (DEFINE_RETURNS_STATUS == '1') { ?>
    <li><a href="<?php echo zen_href_link(FILENAME_RETURNS); ?>"><?php echo BOX_INFORMATION_RETURNS; ?></a></li>
    <?php } ?>
    Beautiful!! Thanks Jade!

  2. #2
    Join Date
    Nov 2006
    Posts
    30
    Plugin Contributions
    0

    help question Re: Apple Zen Template Support Thread

    Super Jade, thx for that fix, bugged me a little, now looks 100&#37;

    I have a few issues on the shopping cart part a few of the buttons, and text are now are now showing out of line.

    This is the button problem I have:
    http://www.elwyns-services.co.uk/ima...dom/check1.jpg

    This is text problems also:
    http://www.elwyns-services.co.uk/ima...dom/check2.jpg

    And would it be possible to mod the text and remove options at the end to look like this also:
    http://www.elwyns-services.co.uk/ima...dom/check3.jpg

    many thx from anyone who can help on this one

    Regards, and good day to all.

  3. #3
    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 easypcs View Post
    Super Jade, thx for that fix, bugged me a little, now looks 100%

    I have a few issues on the shopping cart part a few of the buttons, and text are now are now showing out of line.

    This is the button problem I have:
    http://www.elwyns-services.co.uk/ima...dom/check1.jpg

    This is text problems also:
    http://www.elwyns-services.co.uk/ima...dom/check2.jpg

    And would it be possible to mod the text and remove options at the end to look like this also:
    http://www.elwyns-services.co.uk/ima...dom/check3.jpg

    many thx from anyone who can help on this one

    Regards, and good day to all.
    Hi There,

    Ok, I made a bunch of changes to the shopping cart section. Instead of going through each issue, I'll just paste the big chunk of css code. You will replace everything between:

    .tableRow, .tableHeading, #cartSubTotal {
    height:2.2em;
    }

    and

    .cartAttribsList {
    margin-left:1em;
    }

    Here it is:

    Code:
    .cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
    	padding:0.5em 0 0 0;
    	}
    	
    #cartProdTitle {
    	text-align:center
    	}
    
    .cartUnitDisplay, .cartTotalDisplay {
    	text-align:center;
    	padding-right:0.2em;
    	}
    	
    .cartQuantityUpdate input {
    	margin:0;
    	padding:0;
    	}
    	
    .cartRemoveItemDisplay input[type=checkbox] {
    	float:none;
        margin-bottom:1em;
    	}
    
    #scUpdateQuantity {
    	width:1.8em;
    	}
    	
    #scProductsHeading {
    	padding-left:2em;
    	}
    
    .cartQuantity {
    	width:4em;
    	}
    
    .cartNewItem {
    	position:relative;  /*do not remove-fixes stupid IEbug*/
    	}
    
    .cartOldItem {
    	position:relative;   /*do not remove-fixes stupid IEbug*/
    	}
    
    .cartBoxTotal {
    	text-align:right;
    	font-weight:bold;
    	}
    
    .cartRemoveItemDisplay {
    	width:5em;
    	}
    LMK how that looks for ya.

  4. #4
    Join Date
    Nov 2006
    Posts
    30
    Plugin Contributions
    0

    Idea or Suggestion Re: Apple Zen Template Support Thread

    Excellent Jade thank you very much, I have moved the site to primary domain now at@

    http://www.juliestoys.co.uk

    I do seem to have a slight problem with the product listing row being quite fat.


    And remove button to the left seem up and right of the quantity box, is this something I may have done to the php file in my messing session.

    Again thx a bit closer now to adding actual products.

  5. #5
    Join Date
    Mar 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Hi, this is my first post here, firstly, I love this template, it works well for me.
    I am fairly new to Zen and have spent the last 2 weeks learning how over-rides, css and php are glued together.

    I do of course have a question, on my create account page, it works fine in Firefox and IE7, but in IE6 the form drops down below the sidebar when it is displayed. I have seen this issue on another Apple Zen site, but on other people's it seems to work OK.

    My Create Account Page is here

    Any clues would be greatly appreciated.

    Thanks

    Ian

  6. #6
    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 fattyh View Post
    Hi, this is my first post here, firstly, I love this template, it works well for me.
    I am fairly new to Zen and have spent the last 2 weeks learning how over-rides, css and php are glued together.

    I do of course have a question, on my create account page, it works fine in Firefox and IE7, but in IE6 the form drops down below the sidebar when it is displayed. I have seen this issue on another Apple Zen site, but on other people's it seems to work OK.

    My Create Account Page is here

    Any clues would be greatly appreciated.

    Thanks

    Ian
    This was addressed earlier in the thread, see post #315:

    http://www.zen-cart.com/forum/showpo...&postcount=315

  7. #7
    Join Date
    Mar 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    This was addressed earlier in the thread, see post #315:

    http://www.zen-cart.com/forum/showpo...&postcount=315

    Thanks, it's a school boy error! I started reading all the previous posts, but after about 2 hours I gave up, even though I have learned a huge amount. This is a really busy thread! I will search harder next time.

    My create account page is working now.

    Thanks again.

  8. #8
    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 easypcs View Post
    Excellent Jade thank you very much, I have moved the site to primary domain now at@

    http://www.juliestoys.co.uk

    I do seem to have a slight problem with the product listing row being quite fat.


    And remove button to the left seem up and right of the quantity box, is this something I may have done to the php file in my messing session.

    Again thx a bit closer now to adding actual products.
    Can I see a working site or an image like before, I can't envision what you're describing.

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 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

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