Page 37 of 305 FirstFirst ... 2735363738394787137 ... LastLast
Results 361 to 370 of 3042
  1. #361
    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
    Hi Jade - I have a question concerning the Return Authorization module. The Readme gives the option of placing the active link for this module in either "Information" or "More Information," both of which are located in the sidebox. I would prefer to add this link to the drop-down menu instead and turn off the "Information" module completely. How would I go about doing this?

    Thanks - Tim
    Look three posts up. ;-) You'll just add the link manually to includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php

  2. #362
    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
    Look three posts up. ;-) You'll just add the link manually to includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php
    Sorry, I should have been a bit more clear. I have been unsuccessfully attempting to introduce this bit of code from the Return Authorization module into the tpl_drop_menu.php. It would place the link for the module in the drop-down list so that I could eliminate the information sidebox:
    PHP Code:
    if (DEFINE_RETURNS_STATUS <= 1) {
      
    $information[] = '<a href="' zen_href_link(FILENAME_RETURNS'''SSL') . '">' BOX_INFORMATION_RETURNS '</a>';
      } 
    However, my complete lack of PHP know-how has me at a disadvantage. It doesn't seem to follow the same sequence as the code around it, thus I have no examples to follow. I want to place it second in the list after shipping info. Could you tell me how to go about doing that?

    Thanks again - Tim

  3. #363
    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 } ?>

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

  5. #365
    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;
    }

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

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

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

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

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

 

 

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