Page 1 of 18 12311 ... LastLast
Results 1 to 10 of 177
  1. #1
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Desert Noon Template Support Thread

    Desert Noon Template
    Designed for Zen Cart version 1.3.8.

    Features:
    * Fixed width 3 column display
    * Colors: Styled in Sage Green, Yellow, Tan and Blue.
    * Customized button set included.
    * Per-page CSS stylesheets to style individual pages.
    * Better Categories Sidebox installed.
    * Order Steps (tableless) installed.
    * Date in Header.
    * Tested using Firefox, IE7, Opera, Safari.

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Desert Noon Template Support Thread

    Desert Noon is now available in the downloads section.

  3. #3
    Join Date
    Dec 2005
    Posts
    1,059
    Plugin Contributions
    2

    Default Re: Desert Noon Template Support Thread

    Clyde,

    Another great contribution from you. Very nice!
    [FONT=Arial]Country Kitty Crafts[/FONT][FONT=Arial]
    [/FONT] [FONT=Garamond]
    [/FONT]

  4. #4
    Join Date
    Sep 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: Desert Noon Template Support Thread

    For some reason this template is not showing any sideboxes. I was able to edit the CSS to get the top navigation links to show up, but the side navigation boxes have not ever displayed (even before I edited the CSS). Anyway, if you could give me a few pointers as to how to fix this, I would appreciate it. Thanks.

  5. #5
    Join Date
    Dec 2005
    Posts
    1,059
    Plugin Contributions
    2

    Default Re: Desert Noon Template Support Thread

    Every time a new template is installed, the layout boxes controller in admin/tools must be reset.
    [FONT=Arial]Country Kitty Crafts[/FONT][FONT=Arial]
    [/FONT] [FONT=Garamond]
    [/FONT]

  6. #6
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Desert Noon Template Support Thread

    Quote Originally Posted by aplusonsite View Post
    For some reason this template is not showing any sideboxes. I was able to edit the CSS to get the top navigation links to show up, but the side navigation boxes have not ever displayed (even before I edited the CSS). Anyway, if you could give me a few pointers as to how to fix this, I would appreciate it. Thanks.
    From the readme file

    INSTALLATION:

    Unzip the Package and upload the entire includes folder to your server.

    In your admin panel, go to admin -> tools -> template selection, click the edit button, choose the template from the dropdown menu and click update.

    Now go to admin -> tools -> layout boxes controller, Scroll down to the bottom of the screen and click the reset button.

    Open your site in your browser and view the new template in action.

  7. #7
    Join Date
    Oct 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Desert Noon Template Support Thread

    Good morning folks;
    This is my first post in the Zen Forums, I was able to trip, stumble, and fall through the entire install and setup process, but now I am stumped.
    I am having an issue with the header. I put in my logo.gif, it is much larger than what the template provided. When viewing the page in IE6 there are no display problems. But in IE7 the logo image is overflowing the header background and overlapping the lower 3 columns of the template. I modified the background gif in the header to match the added height of the new logo. Still no luck. When the page is viewed in IE7 it is almost like the background image of the header returns to a default size. I am very new at this, I am not a css guy, SQL is my thing. I think the template is fantastic and think the color choice was a primo decision. I am using ZC 1.3.8 .

    Thank you for any help, I appreciate it and hope to add to the ZEN community once I get into the swing of things.

    Ed

  8. #8
    Join Date
    Oct 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Desert Noon Template Support Thread

    Sorry folks;

    I figured it out. When I uploaded the whole cart onto my server, it did not overwrite the original header background, IE6 autoformatted it, but IE7 was being very picky and followed the commands to the "t". I changed the css px height to what I needed, re edited the bg image so it was not stretched, and retested it, all hunky dory. Nothing like figuring out css on your own. Now some HTML issues with the main page and I am ready to go. Thanks for looking at the e-mail though.

    Ed

  9. #9
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: Desert Noon Template Support Thread

    I would like to use your template for non-cart (for now), but have few questions:
    in the left sidebox, the header picture/button is all the way left
    Code:
    .leftBoxHeading, .rightBoxHeading, #categoriesHeading {
    	margin: 0;
    	padding: 0.5em 0.2em;
    	background: url(../images/sidebox_header_bg.gif) no-repeat;
    	font-size: 1.2em;
    	}
    but the sidebox content picture/button is not
    Code:
    #categoriesContent{
    margin: 0;
    padding: 0.4em 0.4em 1.5em 0.4em;
    background: url(../images/sidebox_content.gif);
    	background-repeat:no-repeat;
    	background-position:bottom;
    color: #3300FF;
    font-weight:bold;
    }
    how do I align them both all the way to the left?
    Also the text in the content area is to the left, so they are outside the content area.

    Also is this correct:
    Code:
    .productListing-heading {
    font-weight:700;
    font-size:1em;
    }
    Since I will not be using shopping cart, how do I remove "View Cart" button/label?
    Very nice template!
    Tx

  10. #10
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Desert Noon Template Support Thread

    Quote Originally Posted by Veronika7747 View Post
    I would like to use your template for non-cart (for now), but have few questions:
    in the left sidebox, the header picture/button is all the way left
    Code:
    .leftBoxHeading, .rightBoxHeading, #categoriesHeading {
    	margin: 0;
    	padding: 0.5em 0.2em;
    	background: url(../images/sidebox_header_bg.gif) no-repeat;
    	font-size: 1.2em;
    	}
    but the sidebox content picture/button is not
    Code:
    #categoriesContent{
    margin: 0;
    padding: 0.4em 0.4em 1.5em 0.4em;
    background: url(../images/sidebox_content.gif);
    	background-repeat:no-repeat;
    	background-position:bottom;
    color: #3300FF;
    font-weight:bold;
    }
    how do I align them both all the way to the left?
    Also the text in the content area is to the left, so they are outside the content area.

    Also is this correct:
    Code:
    .productListing-heading {
    font-weight:700;
    font-size:1em;
    }
    Since I will not be using shopping cart, how do I remove "View Cart" button/label?
    Very nice template!
    Tx
    I'd have to see exactly what/where you plan to use the template: (the url for the site)

    Also is this correct:
    Code:
    .productListing-heading {
    font-weight:700;
    font-size:1em;
    }
    Yes it is: 700 is just the numerical value for bold

 

 
Page 1 of 18 12311 ... LastLast

Similar Threads

  1. BecaBerry Template [Support Thread]
    By brandonturpin in forum Addon Templates
    Replies: 35
    Last Post: 14 Jun 2015, 09:35 AM
  2. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  3. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 PM
  4. Replies: 6
    Last Post: 12 Sep 2009, 09:49 AM
  5. help with custom template desert noon
    By meesh in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 Feb 2009, 12:00 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