Page 43 of 47 FirstFirst ... 334142434445 ... LastLast
Results 421 to 430 of 462
  1. #421
    Join Date
    Dec 2008
    Posts
    39
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    Yep, that's fixed it, thanks. All I need know is to find out how to put more space between the boxes on the left and right columns.

    Thanks again.

  2. #422
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    Quote Originally Posted by dbltoe View Post
    dharma,

    90+% of the time, if IE looks bad, the problem is with something in the code. FF is very forgiving and will adjust. IE is clueless. Head over to http://validator.w3.org/ and let it check your site or add the html validator from tidy to ff.
    You Guys Are So Smart!

    It turns out I was missing an end tag, and it was not a custom IE7 css massagey thingy as I thought..... it looks fine now! thanks again!

    oh! I was not able to validate the shopping cart page because a product must be the cart to view that page.

    Any work arounds? I have also tried Total Validator from the FF browser, but no luck viewing the shopping cart page with products.

  3. #423
    Join Date
    Sep 2008
    Posts
    130
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    Hey all, hey jettrue. Wanted to ring in with my $.02 that your theme kicks much ######, and I am currently kicking back because finding it took about three days off the project for me.

    I had a question, though. I've switched up the topnav file with one of mine, separated into four icons. I've adjusted the css to allow for four a.link spots, and currently the three that existed before are fine now, but I have added a third button (my account is the fourth) and don't understand where to put the actual link. I've looked through all the included files and cannot see any static links, and I don't know how zen cart is generating those.

    Any advice would be much appreciated.

    Code:
    /* BOF Top Nav Links with Image (shopping cart/contact us/my account). If you'd like to use text links only, comment out this section, and un-comment out the following section*/
    
    #tagline {
    	float:right;
    	height:70px;
    	width:336px;
    	}
    	
    #tagline ul {
      	height:86px; 
      	margin:0;
      	width: 336px;
    	background:#fff url(../images/topnav.gif) no-repeat right top;
      	}
      
    #tagline li {
      	list-style-type:none; 
      	width:0;
      	height:67px;
        position:absolute;
      	}
      
    #tagline a {
    	float:left;
      	height:0;
    	position:absolute; 
      	color:#000; 
      	text-decoration:none; 
     	padding-top:66px; 
      	font: 1.5em;
     	}
      
    #tagline a#sc{
      	position:absolute; 
      	left:0px; 
      	top:0px;
      	width:95px;
      	}
      
    #tagline a#cu {
      	position:absolute; 
      	left:94px; 
      	top:0px; 
      	width:80px;
      	}
     	
    #tagline a#ss {
    	position: absolute;
    	left: 176px;
    	top: 0px;
    	width: 80px;
    	}
    	
    #tagline a#ma{
      	position:absolute; 
      	left:258px; 
      	top:0px; 
      	width:80px;
      	}
    
    
    #tagline i{visibility:hidden}
    
    /*EOF Top Nav Links with Image */
    -Tim
    Attached Images Attached Images  
    <!-- just commenting -->

  4. #424
    Join Date
    Dec 2008
    Posts
    39
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    I'm sure this is a very easy question, but I can't work it out. How do I add pictures/images to the sidebars. I know this is a fairly elementary question, but I just can't find anything on this.

    Many thanks.

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

    Default Re: Simple Zen Template - Support Thread

    Quote Originally Posted by yelow View Post
    Hey all, hey jettrue. Wanted to ring in with my $.02 that your theme kicks much ######, and I am currently kicking back because finding it took about three days off the project for me.

    I had a question, though. I've switched up the topnav file with one of mine, separated into four icons. I've adjusted the css to allow for four a.link spots, and currently the three that existed before are fine now, but I have added a third button (my account is the fourth) and don't understand where to put the actual link. I've looked through all the included files and cannot see any static links, and I don't know how zen cart is generating those.

    Any advice would be much appreciated.

    Code:
    /* BOF Top Nav Links with Image (shopping cart/contact us/my account). If you'd like to use text links only, comment out this section, and un-comment out the following section*/
    
    
    #tagline {
    	float:right;
    	height:70px;
    	width:336px;
    	}
    	
    #tagline ul {
      	height:86px; 
      	margin:0;
      	width: 336px;
    	background:#fff url(../images/topnav.gif) no-repeat right top;
      	}
      
    #tagline li {
      	list-style-type:none; 
      	width:0;
      	height:67px;
        position:absolute;
      	}
      
    #tagline a {
    	float:left;
      	height:0;
    	position:absolute; 
      	color:#000; 
      	text-decoration:none; 
     	padding-top:66px; 
      	font: 1.5em;
     	}
      
    #tagline a#sc{
      	position:absolute; 
      	left:0px; 
      	top:0px;
      	width:95px;
      	}
      
    #tagline a#cu {
      	position:absolute; 
      	left:94px; 
      	top:0px; 
      	width:80px;
      	}
     	
    #tagline a#ss {
    	position: absolute;
    	left: 176px;
    	top: 0px;
    	width: 80px;
    	}
    	
    #tagline a#ma{
      	position:absolute; 
      	left:258px; 
      	top:0px; 
      	width:80px;
      	}
    
    
    #tagline i{visibility:hidden}
    
    /*EOF Top Nav Links with Image */
    -Tim
    Sorry for the way delayed reply. I think I put that image map in the footer?

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

    Default Re: Simple Zen Template - Support Thread

    Quote Originally Posted by 10gallons View Post
    I'm sure this is a very easy question, but I can't work it out. How do I add pictures/images to the sidebars. I know this is a fairly elementary question, but I just can't find anything on this.

    Many thanks.
    You can do it in the stylesheet. :)

  7. #427
    Join Date
    Jun 2008
    Posts
    9
    Plugin Contributions
    0

    Default Layout Questions for Simple Zen Template

    Hello-

    I have undertaken an implementation using your template and it is involving some significant customization, I am hoping to get answers to a few questions.

    1. I am using horizontal category navigation and each category is represented on my navigation bar. When a category opens, it is opening to a H1 title that is the same as the category name. I need to change the text that appears at the top of the category page above the category description. Can you explain how I would do this?

    I have modified the header and am having trouble getting all horizontal navigation buttons to line up properly. I have played with several adjustments, but cannot seem to get control of it. Can you advise?

    http://www.donnayonline.com/iit

    CSS posted here:

    #navCatTabs {
    height:30px



    }
    #navCatTabs ul {
    padding-left: 0px;
    padding: 0 3px 0 0;
    list-style-type: none;
    background-image: url('../images/OFF.jpg');
    float: left;
    width: 100%;
    height: 30px;
    margin-left: 0px;
    }

    #navCatTabs ul li {
    display:inline
    }

    #navCatTabs a {
    padding: 6px 9px 7px 9px;
    display: block;
    float: left;
    border-right: 1px #666666 solid;
    width: 111px;
    }
    #navCatTabs a:hover {

    background-image:url('../images/ON.jpg')
    }

    #navCatTabs ul li a:hover {
    color: #FFFFFF;
    }


    Very nice template

    Thanks for your help!


    X-Cart V1.38
    Simple Zen Template

  8. #428
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,682
    Plugin Contributions
    11

    Default Re: Simple Zen Template - Support Thread

    I know everyone thinks I harp on this a lot, but your code errors are creating most of your problems.

    http://tinyurl.com/cmko2z shows your site's errors. Fixing the UL, TR, etc errors will help.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  9. #429
    Join Date
    Oct 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    I use the Simple Zen template for my store, http://amuchbetterstore.com (and love it, thank you!). I recently switched hosting providers and everything seems to be working great except some of the css didn't transfer properly.

    Most of my store appears the same except for the gradient line under the horizontal nav, the color bar in the header and the three main shopping icons.

    Any help or suggestions will be greatly appreciated!! TIA

  10. #430
    Join Date
    Mar 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    I don't know if this is a template issue or a general Zen issue because I am still figuring this cart out, but how do you

    1) Remove the number of products in each category from showing next to the category

    2) Remove where it says "New Products For Month"

    Thanks for a great template.

 

 
Page 43 of 47 FirstFirst ... 334142434445 ... LastLast

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