Results 1 to 10 of 462

Hybrid View

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

    Default Re: Simple Zen Template, now in download section...

    Quote Originally Posted by MB1
    that's a wee bit too complicated at the moment how about just a background in the main area that's boxed in and another for the new products area where all the pictures are i tried playing with the style sheet but it didn't work out
    For a background image for the whole boxed in area (exluding the top header area), just go in your css:

    #contentMainWrapper{
    background: url(../images/image_name_here.gif)
    }

    Make sure the image is uploaded to your includes/templates/simple_zen/images folder.

    For the new products area, you'll have to create a new css section:

    .centerBoxContentsNew {
    background: url(../images/image_name_here.gif)
    }

    Let me know how that works for ya!

  2. #2
    Join Date
    Jun 2006
    Posts
    566
    Plugin Contributions
    0

    Default Re: Simple Zen Template, now in download section...

    thankx for the info i'll get to work on it as soon as i have the time. and i'll look into the image size thingy

  3. #3
    Join Date
    Jul 2005
    Posts
    57
    Plugin Contributions
    0

    Default Re: Simple Zen Template, now in download section...

    another one for you. how can i put a just a black line around an info box in this and have another one incase the title for the info box . hope that makes sence

    Thanks

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

    Default Re: Simple Zen Template, now in download section...

    Quote Originally Posted by shopyoungway
    another one for you. how can i put a just a black line around an info box in this and have another one incase the title for the info box . hope that makes sence

    Thanks
    I'm not sure exactly where you wanting these lines, but all this is done in the css.

    The css for a black border would be something like this:

    #whereveryouwanttheborder {
    border: 1px solid #000;
    }

    All you have to do is figure out what the tag for the portion you want the border on. If you're talking about the sideboxes, you can try putting it under #navColumnOneWrapper (left side) and navColumnTwoWrapper(right side). Or under .leftBoxContainer for both left and right at once.

    HTH!

  5. #5
    Join Date
    Nov 2003
    Posts
    1,155
    Plugin Contributions
    0

    Default Re: Simple Zen Template - available in download section

    Will Simple Zen work with the latest release, 1.3.5 ?

  6. #6
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Simple Zen Template - available in download section

    Quote Originally Posted by DogTags
    Will Simple Zen work with the latest release, 1.3.5 ?
    Yes you can see it running on 1.3.5 here
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  7. #7
    Join Date
    Nov 2003
    Posts
    1,155
    Plugin Contributions
    0

    Default Re: Simple Zen Template - available in download section

    Thanks so much :-)

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

    Default Re: Simple Zen Template - available in download section

    Quote Originally Posted by DogTags
    Will Simple Zen work with the latest release, 1.3.5 ?
    Yes it will work, HOWEVER there are some css changes in 1.3.5. I've uploaded the changes to the downloads section. I've set the css up so that it will STILL work for 1.3.0.2, so you can use the download for 1.3.0.2 as well as 1.3.5.

    In case you've heavily updated your css file, and just want to know the css changes for 1.3.5, here they are:

    STEP 1.
    change
    Code:
    #navMain ul li, #navSupp ul li, #navCatTabs ul li {
    	display: inline;
    	white-space: nowrap;
    	}
    to
    Code:
    #navMain ul li, #navSupp ul li, #navCatTabs ul li {
    	display: inline;
    	}

    Step 2.
    change
    Code:
    #navMain ul li a, #navSupp ul li a {
    	text-decoration: none;
    	padding: 0em 0.9em;
    	margin: 0;
    	color: #fff;
    	}
    to
    Code:
    #navMain ul li a, #navSupp ul li a {
    	text-decoration: none;
    	padding: 0em 0.9em;
    	margin: 0;
    	color: #fff;
    	white-space: nowrap;
    	}

    Step 3.
    change
    Code:
    #cartAttribsList {
    	margin-left: 1em;
    	}
    to
    Code:
    .cartAttribsList {
    	margin-left: 1em;
    	}

    Step 4.
    ADD
    Code:
    .orderHistList {
    	margin: 1em;
    	padding: 0.2em 0em;
    	}

    Step 5.
    ADD
    Code:
    #cartBoxEmpty, #cartBoxVoucherBalance {
      	font-weight: bold;
      	}

    Step 6.
    change
    Code:
    .centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navNextPrevWrapperTop, #navNextPrevWrapperBottom, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    	text-align: center;
    	}
    to
    Code:
    .centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navNextPrevWrapperTop, #navNextPrevWrapperBottom, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    	text-align: center;
    	}
    That's IT!

  9. #9
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Simple Zen Template - available in download section

    I've expanded jettrue's list to include explanations for why each of these changes was done and how to implement them both for 1.3.5 but also, in most cases, even if you don't plan to upgrade yet. You can find this in this thread.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

 

 

Similar Threads

  1. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  2. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 AM
  3. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  4. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM
  5. [Support Thread] Simple Video Manager
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 1 Nov 2008, 02:44 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