Page 16 of 47 FirstFirst ... 6141516171826 ... LastLast
Results 151 to 160 of 462
  1. #151
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,719
    Plugin Contributions
    9

    Default Re: Simple Zen Template - available in download section

    I've made a small update to this template:

    v2.0 update to includes/templates/simple_zen/common/tpl_header.php for spacing gap in IE6.

    If you are already running 1.9, the only change is:
    Open up includes/templates/YOUR_TEMPLATE/common/tpl_header.php and
    remove the:

    <div class="clearBoth"></div>

    that is directly after:

    <div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>

  2. #152
    Join Date
    Nov 2005
    Location
    Decatur GA, USA
    Posts
    28
    Plugin Contributions
    0

    Default Re: Simple Zen Template - available in download section

    Wow!
    I like that. Its elegant. I wish I were more of an artist and less of a plumber sometimes.
    -Bill Wheaton
    http://neasesneedlework.com

  3. #153
    Join Date
    Nov 2006
    Posts
    514
    Plugin Contributions
    0

    Default Re: Simple Zen Template - available in download section

    I wanted to make the the shopping cart gif (header) appear only when, there are products in the cart. I see an IF statement already in header to make the "shopping cart" text/link appear, appear if the cart has contents:

    PHP Code:
      <?php if ($_SESSION['cart']->count_contents() != 0) { ?>
    can the same statement be applied to the gif? if so where do I place it?

  4. #154
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,719
    Plugin Contributions
    9

    Default Re: Simple Zen Template - available in download section

    Quote Originally Posted by dharma View Post
    I wanted to make the the shopping cart gif (header) appear only when, there are products in the cart. I see an IF statement already in header to make the "shopping cart" text/link appear, appear if the cart has contents:

    PHP Code:
      <?php if ($_SESSION['cart']->count_contents() != 0) { ?>
    can the same statement be applied to the gif? if so where do I place it?
    No, that is not possible, as the header gif image is one big image for all three.

  5. #155
    Join Date
    Nov 2006
    Posts
    514
    Plugin Contributions
    0

    Default Re: Simple Zen Template - available in download section

    How do you get rid of the separator underline for 2 or 3 of the sideboxes, but leave the rest with the underline?

    I found I can get rid the underline on all sideboxes by altering border-bottom :

    .sideBoxContent {
    /*background-color: #ffffff;
    padding: 0.4em;*/
    margin-left:.3em;
    border-bottom: 1px solid #999999;
    padding-bottom:5px;
    }

    to:

    border-bottom: 0px solid #999999;


    Would I add
    HTML Code:
    border-bottom: 0px solid #999999;
    under the each individual sidebox (search) ?SearchContent.sideBoxContent and (product_notification) ?Content.sideBoxContent

    But cannot find these sideboxes noted in the css, do I create them? and add the code modification? if so where?

  6. #156
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,719
    Plugin Contributions
    9

    Default Re: Simple Zen Template - available in download section

    Quote Originally Posted by dharma View Post
    How do you get rid of the separator underline for 2 or 3 of the sideboxes, but leave the rest with the underline?

    I found I can get rid the underline on all sideboxes by altering border-bottom :

    .sideBoxContent {
    /*background-color: #ffffff;
    padding: 0.4em;*/
    margin-left:.3em;
    border-bottom: 1px solid #999999;
    padding-bottom:5px;
    }

    to:

    border-bottom: 0px solid #999999;


    Would I add
    HTML Code:
    border-bottom: 0px solid #999999;
    under the each individual sidebox (search) ?SearchContent.sideBoxContent and (product_notification) ?Content.sideBoxContent

    But cannot find these sideboxes noted in the css, do I create them? and add the code modification? if so where?
    Yes, you would create them, and add them anywhere in the stylesheet.

  7. #157
    Join Date
    Nov 2006
    Posts
    514
    Plugin Contributions
    0

    Default Re: Simple Zen Template - available in download section

    I added these to the end...nothing happened might be wayyyy off, guessing on the code.

    PHP Code:
    .SearchContent.sideBoxContent {
    border-bottom0px solid #999999;
    }

    .
    product_notificationsContent.sideBoxContent {
    border-bottom0px solid #999999;


  8. #158
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,719
    Plugin Contributions
    9

    Default Re: Simple Zen Template - available in download section

    Quote Originally Posted by dharma View Post
    I added these to the end...nothing happened might be wayyyy off, guessing on the code.

    PHP Code:
    .SearchContent.sideBoxContent {
    border-bottom0px solid #999999;
    }

    .
    product_notificationsContent.sideBoxContent {
    border-bottom0px solid #999999;

    Did you show me a link to your site before? If you can repost it each time you ask a question, I forget where I'm supposed to be looking, and don't want to hunt and peck.

    Thanks.

  9. #159
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,719
    Plugin Contributions
    9

    Default Re: Simple Zen Template - available in download section

    Quote Originally Posted by dharma View Post
    I added these to the end...nothing happened might be wayyyy off, guessing on the code.

    PHP Code:
    .SearchContent.sideBoxContent {
    border-bottom0px solid #999999;
    }

    .
    product_notificationsContent.sideBoxContent {
    border-bottom0px solid #999999;

    Got your PM... sorry, I'm so busy answering many different questions, that I forget whose site is whose and what I'm looking at. Posting links (or PM'ing me links) is your best bet.

    Your suggestions are close but not quite. These will work:

    Code:
    #productnotifications .sideBoxContent{border:none}
    #search .sideBoxContent {border:none}

  10. #160
    Join Date
    Sep 2006
    Location
    Beerwah. QLD. Australia
    Posts
    79
    Plugin Contributions
    0

    Default Re: Simple Zen Template - available in download section

    Great Templete, Simple and Clean.

    I have some little bits I would like to resolve, if someone out there can help I will be grateful.

    When I use Firefox the alignment of the subtotals and totals is out of wack on the "Payment Infomation" Page

    When I use IE the above is OK, but the size of the font on the "Graded" Red headed are very small, also the Login details font is small.

    I would like the change the Black outer border colour from black, which one in the style sheet and I would like to replace the "outer" rest of screen from grey to an image, which one on the style sheet.

    www.thepatchshop.com.au

    Ron
    [FONT="Comic Sans MS"]
    Cheers
    Ron

    Keep your heart young, expectations high and never allow your dreams to die.
    [/FONT]

 

 
Page 16 of 47 FirstFirst ... 6141516171826 ... LastLast

Similar Threads

  1. Google Base Feeder Support Thread
    By numinix in forum All Other Contributions/Addons
    Replies: 3562
    Last Post: 2 Apr 2012, 06:30 PM
  2. Simple Zen Template
    By RKB in forum Addon Templates
    Replies: 0
    Last Post: 25 Feb 2007, 11:08 PM
  3. State Selector for Zen Cart 1.36 (with shipping estimator support)
    By Woodymon in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 22 Dec 2006, 05:29 PM

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
  •