Results 1 to 9 of 9
  1. #1
    Join Date
    Mar 2007
    Posts
    12
    Plugin Contributions
    0

    Default Looking for a simple WHITE Template as seen at http://www....

    Hey,

    I am completly new to this zen but I like what I see.

    I order not to reinvent the wheel I thought I'll post this request. OK, the reason might also be that I don't have the brain to do it as well.

    I am looking for a plain, simple white layout that has just very little colour in it.

    I very, very much like the look of this page http://www.mug-shop.co.uk/ with it "little bit of orange".

    Also this page http://www.myoos.de/demo/ even thought it is not a zen page but that page layout really rocks my boat. HAS ANYONE GOT A TEMPLATE THAT LOOKS LIKE THIS???

    Thanks for your help

    Tom

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Looking for a simple WHITE Template as seen at http://www....

    There are some very nice clean templates available in the dowloads section that can be further customized to your liking.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,268
    Plugin Contributions
    3

    Default Re: Looking for a simple WHITE Template as seen at http://www....

    We started off with the standard template and in a couple of hours, ended up with THIS just by editing the stylesheet (for the most part anyway). If you want the stylesheets, pick them up off the site with my compliments.
    20 years a Zencart User

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

    Default Re: Looking for a simple WHITE Template as seen at http://www....

    Hey

    and thanks for the relay. I realy like your template, the colours and the "hover over a picture" feature.

    It might sound silly but how can I get hold of the template, seeing that you did offer me to get a "copy". Silly, because I am completly new to this game and don't know a lot.

    Thanks for beeing so kind and offering me your help. Brill !!!

    Tom

  5. #5
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,268
    Plugin Contributions
    3

    Default Re: Looking for a simple WHITE Template as seen at http://www....

    Tom,

    Elsewhere on this site (home page) is a DOWNLOAD button for a zipped up file of zen cart 1.3.7.

    Download this to your hard drive and unzip it into a new folder called zen_cart_1_3_7.

    You now have everything you need to begin the process of setting up your webshop.

    Get a hosting account from one of THESE HOSTS.

    Some will offer to set up zen cart for you as part of their standard hosting service which is great if you want it done absolutely properly from the start.

    If you want to have a go at setting it up yourself (to learn more about the procedure) then do so, but this is entirely your choice.

    Ask your host to set it up with the DEMO PRODUCTS INCLUDED.

    For first-time zenners, this is the best way of learning how the program works. You can remove the DEMO stuff later.

    While everything is being set up, order a copy of the NEW BOOK.

    By the time the book arrives, you'll be ready to join the exciting world of zen-powered e-commerce!

    When you reach the point at which you understand how the STYLESHEET governs the look and design of zencart, send me a Private Message (PM). Just call up my contact details (SCHOOLBOY). I don't mind if you e-mail me direct.

    I will then send you a copy of my stylesheets that create that white website.

    All you will need to do is REPLACE the existing stylesheets in your zencart template folders, with my stylesheets.

    You will have to adjust a few things to accommodate your own images (eg: sizes) and a few other layout settings (sidebox width), but that stylesheet will create the overall effect you want.
    20 years a Zencart User

  6. #6
    Join Date
    Mar 2007
    Posts
    12
    Plugin Contributions
    0

    Default Re: Looking for a simple WHITE Template as seen at http://www....

    Hey,

    a few days ago you did offer to email me the CSS for your brill layout.

    I've set up zen-cart on my server and would like to take up your offer, please.

    I'm still not very familiar with Zen-Cart but CSS, HTML and the basics of PHP are known to me.

    So I hope I will pick up the ins&outs of Zen-Cart pretty quickly. OK, the basics at least.

    Thank Tom

  7. #7
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,268
    Plugin Contributions
    3

    Default Re: Looking for a simple WHITE Template as seen at http://www....

    TOM...

    Here's the css... (copy the text and save it as stylesheet.css ... then RENAME your stylesheet.css to "stylesheet_old.txt"... then upload my stylesheet.css to you css folder.)

    NB: YOU MAY HAVE TO ALTER SPACINGS (USUALLY DENOTED BY "PX" OR "EM") TO SUIT YOUR LAYOUT. YOU USE THIS AT YOUR OWN RISK, THERE ARE NO WARRANTIES.

    PHP Code:
    /**
     * Main CSS Stylesheet
     *
     * @package templateSystem
     * @copyright Copyright 2003-2006 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: stylesheet.css 4813 2006-10-23 02:13:53Z drbyte $
     */

    body {
        
    margin0;
        
    font-familyverdanaarialhelveticasans-serif;
        
    font-size62.5%;
        
    color#000000;
        
    background-color#ffffff;
        
    }

    a img {bordernone; }

    a:link#navEZPagesTOC ul li a {
        
    color#ed1c24;
        
    text-decorationnone;
        }
     
    a:visited {
        
    color#3300FF;
        
    text-decorationnone;
        }

    a:hover#navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
        
    color#f7941d;
        
    }

    a:active {
        
    color#0000FF;
        
    }

    h1 {
        
    font-size1.5em;
        
    color#9a9a9a;
        
    }

    h2 {
        
    font-size1.4em;
        }

    h3 {
        
    font-size1.3em;
        }

    h4h5h6LABELh4.optionNameLEGENDADDRESS, .sideBoxContent, .larger{
        
    font-size1.1em;
        }

    .
    biggerText {
        
    font-size1.2em;
        }

    h1h2h3h4h5h6 {
        
    margin0.3em 0;
        }

    /*  Might uncomment either or both of these if having problems with IE peekaboo bug:
    h1, h2, h3, h4, h5, h6, p {
        position: relative;
        }
    *html .centerColumn {
        height: 1%;
        }
    */

    CODE {
        
    font-familyarialverdanahelveticasans-serif;
        
    font-size1em;
        }

    FORMSELECTINPUT {
        
    displayinline;
        
    font-size1em;
        
    margin0.1em;
        }

    TEXTAREA {
        
    floatleft;
        
    marginauto;
        
    displayblock;
        
    width95%;
        }

    input:focusselect:focustextarea:focus {
        
    background#E4FEF5;
        
    }

    FIELDSET {
        
    padding0.5em;
        
    margin0.5em 0em;
        
    border1px solid #cccccc;
        
    }

    LEGEND {
        
    font-weightbold;
        
    padding0.3em;
        }

    LABELh4.optionName {
        
    line-height1.5em;
        
    padding0.2em;
        }

    LABEL.checkboxLabelLABEL.radioButtonLabel {
        
    margin0.5em 0.3em;
        }

    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
        
    floatleft;
        }

    LABEL.inputLabel {
        
    width9em;
        
    floatleft;
        }

    LABEL.inputLabelPayment {
        
    width14em;
        
    floatleft;
        
    padding-left2.5em;
        }

    LABEL.selectLabelLABEL.switchedLabelLABEL.uploadsLabel {
        
    width11em;
        
    floatleft;
        }

    #checkoutPayment LABEL.radioButtonLabel {
        
    font-weightbold;
        }

    PADDRESS {
        
    padding0.5em;
        }

    ADDRESS {
        
    font-stylenormal;
        }

    .
    clearBoth {
        
    clearboth;
        }

    HR {
        
    height1px;
        
    margin-top0.5em;
        
    bordernone;
        
    border-bottom1px solid #9a9a9a;
        
    }

    /*warnings, errors, messages*/
    .messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
        
    line-height1.8em;
        
    padding0.2em;
        
    border1px solid #9a9a9a;
        
    }

    .
    messageStackWarning, .messageStackError {
        
    background-color#ff0000;
        
    color#ffffff;
        
    }

    .
    messageStackSuccess {
        
    background-color#99FF99;
        
    color#000000;
        
    }

    .
    messageStackCaution {
        
    background-color#FFFF66;
        
    color#000000;
        
    }

    /*wrappers - page or section containers*/
    #mainWrapper {
        
    background-color#ffffff;
        
    text-alignleft;
        
    width750px;
        
    vertical-aligntop;
        
    border0px solid #9a9a9a;
        
    }

    #headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
        
    margin0em;
        
    padding0em;
        }

    #logoWrapper{
        
    background-imageurl(../images/header_bg.jpg);
        
    background-repeatrepeat-x;
        
    background-color#ffffff;
        
    height:88px;
        }

    #navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
        
    marginauto;
        } 
    #navColumnOneWrapper, #navColumnTwoWrapper {
        
    margin-left0.5em;
        
    margin-right0.5em;
        }
        
    #tagline {
        
    color:#000000;
        
    font-size2em;
        
    text-align center;
        
    vertical-alignmiddle;
        }

    #sendSpendWrapper {
        
    border1px solid #cacaca;
        
    floatright;
        
    margin0em 0em 1em 1em;
        }

    .
    floatingBox#accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
        
    margin0;
        
    width47%;
        }

    .
    wrapperAttribsOptions {
        
    margin0.3em 0em;
        }

    /*navigation*/

    .navSplitPagesResult {}
    .
    navSplitPagesLinks {}

    .
    navNextPrevCounter {
        
    margin0em;
        
    font-size0.9em;
        }
    .
    navNextPrevList {
        
    displayinline;
        
    white-spacenowrap;
        
    margin0;
        
    padding0.5em 0em;
        list-
    style-typenone;
        }

    #navMainWrapper {
        
    margin0em;
        
    /*background-color: #abbbd3;*/
        /*background-image: url(../images/tile_back.gif);*/
        
    padding0.5em 0.2em;
        
    font-weightbold;
        
    color#ffffff;
        
    height2.1em;
        }

    #navSuppWrapper, #navCatTabsWrapper {
        
    margin0em;
        
    background-color#abbbd3;
        
    background-imageurl(../images/tile_back.gif);
        
    padding0.5em 0.2em;
        
    font-weightbold;
        
    color#ffffff;
        
    height2.1em;
        }

    #navCatTabsWrapper {
        
    background-color#ffffff;
        
    color#9a9a9a;
        
    background-image:none;
    }

    #navMain ul, #navSupp ul, #navCatTabs ul {
        
    margin0;
        
    padding0.5em 0em;
        list-
    style-typenone;
        
    text-aligncenter;
        
    line-height1.5em;
        }

    #navSupp ul li, #navCatTabs ul li {
        
    displayinline;
        }
        
        
    /*If you want the header navigation to display again (eg: Log In  :  Home  :  Shopping Cart) then change display: none; (below) to display: inline; .*/
    #navMain ul li {
        
    displaynone;
        }

    #navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
        
    text-decorationnone;
        
    padding0em 0.5em;
        
    margin0;
        
    color#ffffff;
        
    white-spacenowrap;
        }

    #navCatTabs ul li a {
        
    color#9a9a9a;
        
    }

    #navEZPagesTOCWrapper {
        
    font-weightbold;
        
    floatright;
        
    height1%;
        
    border1px solid #9a9a9a;
        
    }

    #navEZPagesTOC ul {
        
    margin0;
        
    padding0.5em 0em;
        list-
    style-typenone;
        
    line-height1.5em;
        }

    #navEZPagesTOC ul li {
        
    white-spacenowrap;
        }

    #navEZPagesTOC ul li a {
        
    padding0em 0.5em;
        
    margin0;
        }

    #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
        
    margin0.5em;
        }

    #navMainSearch {
        
    floatright;
        }

    #navBreadCrumb {
        
    padding0.5em 0.5em;
        
    background-color#ffffff;
        
    font-size0.95em;
        
    font-weightbold;
        
    margin0em;
        }

    #navEZPagesTop {
        
    background-color#abbbd3;
        
    background-imageurl(../images/tile_back.gif);
        
    font-size0.95em;
        
    font-weightbold;
        
    margin0em;
        
    padding0.5em;
        }

    #navColumnOne, #navColumnTwo {
        
    background-colortransparent;
        }

    /*The main content classes*/
    #contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
        
    vertical-aligntop;
        }

    /*.content,*/ #productDescription, .shippingEstimatorWrapper {
        /*font-size: 1.2em;*/
        
    padding0.5em;
        }

    .
    alert {
        
    color#FF0000;
        
    margin-left0.5em;
        }
    .
    advisory {}
    .
    important {
        
    font-weightbold;
        }
    .
    notice {}
    .
    rating{}
    .
    gvBal {
        
    floatright;
        }
    .
    centerColumn#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
        
    padding0.8em;
        }

    .
    smallText#siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
        
    font-size0.9em;
        }

    /*Shopping Cart Display*/
    #cartAdd {
        /*float: right;*/
        
    text-aligncenter;
        
    margin1em;
        
    border1px solid #C2C2C2;
        
    padding1em;
        }

    .
    tableHeading TH {
        
    border-bottom1px solid #9a9a9a;
        
    }

    .
    tableHeading#cartSubTotal {
        
    background-color#e9e9e9;
         
    }

    #cartSubTotal {
        
    border-top1px solid #cccccc;
        
    font-weightbold;
        
    text-alignright;
        
    line-height2.2em;
        
    padding-right2.5em;
        }

    .
    tableRow, .tableHeading#cartSubTotal {
        
    height2.2em;
        }

    .
    cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity#cartInstructionsDisplay, .cartTotalsDisplay {
        
    padding0.5em 0em;
        }

    .
    cartUnitDisplay, .cartTotalDisplay {
        
    text-alignright;
        
    padding-right0.2em;
        }

    #scUpdateQuantity {
        
    width2em;
        }

    .
    cartQuantity {
        
    width4.7em;
        }

    .
    cartNewItem {
        
    color#33CC33;
        
    positionrelative;  /*do not remove-fixes stupid IEbug*/
        
    }

    .
    cartOldItem {
        
    color#660099;
        
    positionrelative;  /*do not remove-fixes stupid IEbug*/
        
    }

    .
    cartBoxTotal {
        
    text-alignright;
        
    font-weightbold;
        }

    .
    cartRemoveItemDisplay {
        
    width3.5em;
        }

    .
    cartAttribsList {
        
    margin-left1em;
        }

    #mediaManager {
        
    width50%; 
        
    margin0.2em;
        
    padding0.5em;
        
    background-color#E4FEf5;
        
    border1px solid #003D00;
        
    }

    .
    normalprice, .productSpecialPriceSale {
        
    text-decorationline-through;
        }

    .
    productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
        
    color#ff0000;
        
    }

    .
    orderHistList {
        
    margin1em;
        
    padding0.2em 0em;
        list-
    style-typenone;
        } 

    #cartBoxListWrapper ul, #ezPageBoxList ul {
        
    list-style-typenone;
        }

    #cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
        
    margin0;
        
    padding0.2em 0em;
        } 

    #cartBoxEmpty, #cartBoxVoucherBalance {
        
    font-weightbold;
        }

    .
    totalBox {
        
    width5.5em;
        
    text-alignright;
        
    padding0.2em;
        }

    .
    lineTitle, .amount {
        
    text-alignright;
        
    padding0.2em;
        }

    .
    amount {
        
    width5.5em;
        }

    /*Image Display*/
    #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
        
    margin0em 1em 1em 0em ;
        }

    .
    categoryIcon {}

    #cartImage {
        
    margin0.5em 1em;
        }

    /*Attributes*/
    .attribImg {
        
    width20%;
        
    margin0.3em 0em;
    }

    .
    attributesComments {}

    /*list box contents*/
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
        
    margin1em 0em;
        }

    .
    centerBoxWrapper {
        
    border0px solid #9a9a9a;
        
    height1%;
        
    margin1.1em 0;
        }

    h2.centerBoxHeading {
        
    font-size1.3em;
        
    color#ffffff;
        
    }

    /*sideboxes*/
    .columnLeft {}

    h3.leftBoxHeadingh3.leftBoxHeading a,
    h3.rightBoxHeadingh3.rightBoxHeading a {
        
    font-size1em;
        
    color#ffffff;
        
    }
    #manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
        
    font-size0.9em;
        
    color#ffffff;
    }

    .
    leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
        
    margin0em;
        
    background-color#abbbd3;
        
    background-imageurl(../images/tile_back.gif);
        
    padding0.5em 0.2em;
        }

    .
    leftBoxContainer, .rightBoxContainer {
        
    margin0em;
        
    border0px solid #9a9a9a;
        
    border-bottom5px solid #ffffff;
        
    margin-top1.5em;
        }

    .
    sideBoxContent {
        
    background-color#ffffff;
        
    padding0.4em;
        }

    h3.leftBoxHeading a:hoverh3.rightBoxHeading a:hover {
        
    color#FFFF33;
        
    text-decorationnone;
        } 

    .
    rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
        
    color#FFFFFF;
        
    }

    .
    centeredContentTH#cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
        
    text-aligncenter;
        }

    #bestsellers .wrapper {
        
    margin0em 0em 0em 1.5em;
        }

    #bestsellers ol {
        
    padding0;
        
    margin-left1.1em;
        }

    #bestsellers li {
        
    padding0;
        
    margin0.3em 0em 0.3em 0em;
        }

    #bannerboxHeading {
        
    background-color#0000CC;
    }

    #upProductsHeading {
        
    text-alignleft;
        }

    #upDateHeading {
        
    text-alignright;
        }

    /* categories box parent and child categories */
    A.category-topA.category-top:visited {
        
    color#ed1c24;
        
    text-decorationnone;
        }
    A.category-linksA.category-links:visited {
        
    color#004080;
        
    text-decorationnone;
        }
    A.category-subsA.category-productsA.category-subs:visitedA.category-products:visited {
        
    color#FF0000;
        
    text-decorationnone;
        }
    SPAN.category-subs-parent {
        
    font-weightbold;
        }
    SPAN.category-subs-selected {
        
    font-weightbold;
        }
    /* end categories box links */

    /*misc*/
    .back {
        
    floatleft;
        }

    .
    forward {
        
    floatright;
        }

    .
    bold {
        
    font-weightbold;
        }

    .
    rowOdd {
        
    background-color#E8E8E8;
        
    height1.5em;
        
    vertical-aligntop;
        }

    .
    rowEven {
        
    background-color#F0F0F0;
        
    height1.5em;
        
    vertical-aligntop;
        }

    .
    hiddenField {
        
    displaynone;
    }
    .
    visibleField {
        
    displayinline;
    }

    CAPTION {
        
    /*display: none;*/
        
    }

    #myAccountGen li, #myAccountNotify li {
        
    margin0;
        } 

    .
    accountTotalDisplay, .accountTaxDisplay {
        
    width20%;
        
    text-alignright;
        
    /*vertical-align: top*/
        
    }

    .
    accountQuantityDisplay {
        
    width10%;
        
    vertical-aligntop
        
    }

    TR.tableHeading {
        
    background-color#cacaca;
        
    height2em;
        }

    .
    productListing-rowheading {
        
    background-color#abbbd3;
        
    background-imageurl(../images/tile_back.gif);
        
    height2em;
        
    color#FFFFFF;
        
    }

    #siteMapList {
        
    width90%;
        
    floatright;
        }

    .
    ratingRow {
        
    margin1em 0em 1.5em 0em;
        }

    LABEL#textAreaReviews {
        
    font-weightnormal;
        
    margin1em 0em;
        }

    #popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
        
    background-color#ffffff;
        
    }

    /*from stylesheet original*/

    .productListing-heading {
      
    font-size10px;
      
    font-weightbold;
      
    color#ffffff;
      
    padding3px;
      
    height20px;
    }

    TD.productListing-heading{
      
    background-color#abbbd3;
      
    *background-imageurl(../images/tile_back.jpg);*
    }

    TD.productlisting {
      
    border:1px solid #9a9a9a;
    }

    TD.productListing-data {
      
    font-size10px;
      
    padding5px;
    }

    TR.productListing-oddTR.upcomingProducts-odd {
      
    background#ffffff;
    }

    TR.productListing-evenTR.upcomingProducts-even, .productsNotifications {
      
    background#f3f4f4;
    }

    TD.productListing-data-description-odd {
      
    background#ffffff;
      
    font-size10px;
      
    padding-left10px;
      
    padding-right10px;
      
    padding-bottom12px;
      
    border-bottom1px solid #9a9a9a;
    }

    TD.productListing-data-description-even {
      
    background#C9F1CF;
      
    font-size10px;
      
    padding-left10px;
      
    padding-right10px;
      
    padding-bottom12px;
      
    border-bottom1px solid #9a9a9a;

    20 years a Zencart User

  8. #8
    Join Date
    Mar 2007
    Posts
    12
    Plugin Contributions
    0

    Default Re: Looking for a simple WHITE Template as seen at http://www....

    Hi

    and many, many thanks for your css and your email.

    I might be sounding like a complete idiot but I can find several stylesheet.css in the directory.


    Which one do I need to change?

    Thanks again for the help.

    Tom

    --------------------------------------
    In the /includes/templates/ folder I found a classic, template_default and a viennablood setup. How do I switch between those setup to have a look at them?

  9. #9
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,268
    Plugin Contributions
    3

    Default Re: Looking for a simple WHITE Template as seen at http://www....

    You have to know what TEMPLATE you are using.

    If you have not installed a CUSTOM template, then the CSS files that you use are probably in the TEMPLATE_DEFAULT folders.

    (includes/templates/template_default/css)

    If you use another template, they will be in (includes/templates/OTHER_TEMPLATE/css)

    Strictly speaking, you should now add any custom files (such as my css file) to an OVER-RIDES directory. Please look elsewere in the forum and wiki for information about OVER-RIDES and why they are important.

    What you can do for now, is simply RE-NAME the existing stylesheet.css to "stylesheet-css.old", then FTP my stylesheet.css into the folder.

    If my stylesheet messes up your site, remove it and RE-NAME your original stylesheet back to its proper name.


    NOW... HERE'S AN IDEA...

    If you use FIREFOX browser, you can get a very nifty plugin by CHRIS PEDERICK called WEB DEVELOPER.

    When you've installed web developer in Firefox, you can actually apply a stylesheet to your website, WITHOUT having to upload it to the server first.

    Open firefox after installing the webdeveloper. Open your webshop. There will be a new toolbar. One of the dropdowns is called CSS. Click it, and then select EDIT CSS.

    You will now have an option to "apply" new css to to the webpage on display.

    This toolbar will teach you almost all you need to know about css - and a whole lot more!
    20 years a Zencart User

 

 

Similar Threads

  1. Looking for simple black and white template
    By pk7677 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 5 Sep 2011, 08:20 PM
  2. Looking for very simple basic template
    By zglider in forum Addon Templates
    Replies: 4
    Last Post: 15 Mar 2009, 03:07 AM
  3. site not found using http://www. but fine without www.
    By monkeymadness in forum General Questions
    Replies: 2
    Last Post: 8 Feb 2009, 09:02 AM
  4. Looking for template like www.clevershoppers.com/zcv137
    By Stuff4Toys in forum General Questions
    Replies: 3
    Last Post: 22 Aug 2007, 01:46 PM

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