Page 1 of 2 12 LastLast
Results 1 to 10 of 3041

Hybrid View

  1. #1
    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 MeltDown View Post
    Sorry, I should have been a bit more clear.

    Thanks again - Tim
    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 } ?>

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

    help question Re: Apple Zen Template Support Thread

    Jade would you be so kind plz to help me fix a small problem in categories box right column, I have installed enhanced categories which works great have changed its css to reflect th colours in the template, hopefully without any problems.

    If you look at the categories box it has a grey area which I would like to go plz.

    here is link to image and also site, this problem is top and bottom of the menu.

    http://www.elwyns-services.co.uk/deals

    http://www.elwyns-services.co.uk/ima...om/problem.jpg

    Thx in advance Jade and take care.
    Last edited by easypcs; 17 Mar 2007 at 09:31 PM.

  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
    Jade would you be so kind plz to help me fix a small problem in categories box right column, I have installed enhanced categories which works great have changed its css to reflect th colours in the template, hopefully without any problems.

    If you look at the categories box it has a grey area which I would like to go plz.

    here is link to image and also site, this problem is top and bottom of the menu.

    http://www.elwyns-services.co.uk/deals

    http://www.elwyns-services.co.uk/ima...om/problem.jpg

    Thx in advance Jade and take care.
    Change .sideBoxContent to this:

    .sideBoxContent {
    font-size:1.1em;
    padding:0;
    }

  4. #4

    Default Re: Apple Zen Template Support Thread

    I am trying to figure out how to fix the problem you can see at the bottom of this page: http://www.modesty-matters.com/store...products_id=62

    "Please choose" and the "Gender" lines are not where they should be. Can you tell me what to modify to get thse to line up correctly? Thanks!
    Amy

  5. #5
    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!

  6. #6
    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.

  7. #7
    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.

  8. #8
    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.

  9. #9
    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

  10. #10
    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

 

 
Page 1 of 2 12 LastLast

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