Page 145 of 326 FirstFirst ... 4595135143144145146147155195245 ... LastLast
Results 1,441 to 1,450 of 3251
  1. #1441
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by cybernet360ltd View Post
    Hi.

    I have a few minor problems with the layout of the website, but nothing wrong with the main content.

    My website is http://www.cybernet-online.net

    Header


    Where I have got the two arrows pointing, how do I get rid of all that white space and bring the navigation bar closer to the banner image.

    Page Text

    URL: http://cybernet-online.net/zencart/i...n_page=privacy



    Also, how do I break up the text and convert them into paragraphs. I have tried pressing enter and it will show up on the editor but when I go to save the page and display it.

    The text is still jumbled together.

    Thanks for your support.
    1. add this to your css:

    #tagline {
    display:none;
    }

    2. Add this to your css:

    p {padding:.4em}

  2. #1442
    Join Date
    May 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    http://cybernet-online.net/zencart/i...=index&cPath=1

    Sorry to be demanding, but one other thing.

    How can I make the product Info/product description algin to the left or even better justified.

    Thanks

  3. #1443

    Default Re: Cherry Zen Template Support Thread

    Hi
    I have successfully (well nearly!) installed the Cherry Zen template. But when i make a change to the stylesheet.css file located in zencart/includes/templates/cherry_zen/css I dont see the changes reflected in my site (just trying to change the background colour)
    BUT when I change the same stylesheet.css file name to stylesheet1.css then I see me background colour change.

    Can someone explain why its doing this, I would have thought that by changing the file name, it would be ignored and pick up the standard css stylesheet ?

    Thanks

    John

  4. #1444
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: Cherry Zen Template Support Thread

    John,
    Just a guess (working in the dark here). Did you change the chmod on the .css file before you made the edits? Did you look at the .css file after you made the change to see if the file was actually updated? Close the .css after your changes, then open again to see if your edits are still there.
    If chmod is not set to 777, any change you make to the .css wil not be processed (and if set too low, won't even save the change to the .css file)

  5. #1445
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Cherry Zen Template Support Thread

    Hi jettrue I have a question for you. What padding do I change to get my logo to fit with out the white space showing at all. Here is a link to my site.
    Thank you
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by accyjohn View Post
    Hi
    I have successfully (well nearly!) installed the Cherry Zen template. But when i make a change to the stylesheet.css file located in zencart/includes/templates/cherry_zen/css I dont see the changes reflected in my site (just trying to change the background colour)
    BUT when I change the same stylesheet.css file name to stylesheet1.css then I see me background colour change.

    Can someone explain why its doing this, I would have thought that by changing the file name, it would be ignored and pick up the standard css stylesheet ?

    Thanks

    John
    Zen cart uses every single stylesheet that is uploaded. So, make sure you only have ONE main stylesheet, or one will override the other.

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by countrycharm View Post
    Hi jettrue I have a question for you. What padding do I change to get my logo to fit with out the white space showing at all. Here is a link to my site.
    Thank you
    Replace the sections below in stylesheet.css with the following:


    Code:
    #navMain {
    	float:right;
    	width:750px;
    	line-height:normal;
    	height:32px;
    }
    #navMain ul {
    	float:right;
    	list-style:none;
    }
    #navMain li {
    	display:inline;
    }
    #navMain a {
    	float:left;
    	text-decoration:none;
    }
    #navMain a span {
    	float:left;
    	display:block;
    	padding: 7px 15px 0 15px;
    	text-align:center;
    	width:90px;
    	cursor:pointer;
    	height:25px;
    }
    Now, the left and right will always have white space, unless you use a wider logo, or make the site the same width as the logo. You can change the width of the site in this section of the stylesheet:

    Code:
    #nw {
    	width:80%; /* main site width; if you'd prefer a fixed width site, enter the width in px here. */
    	max-width:1300px; /* prevents the main content from getting wider than 1300px in sites other than IE */
    	min-width:1000px; /* this prevents the main content from getting smaller than 1000px in browsers OTHER THAN IE. You can make this as small as 800px, BUT any smaller than that, and the top header menu will break into two lines. Also, if you make this width 800px, you will need to make sure your product image on the product info page is no wider than 190px */
    }
    /* IE only. Controls Width of Site and Main Content*/
    * html #nw {
     width:expression((d=document.compatMode=="CSS1Compat" ? document.documentElement : document.body) && (d.clientWidth > 1300? "1300px" : d.clientWidth > 1048? "80%" : d.clientWidth < 1048? "1000px" : "80%")); /* this prevents the site from getting smaller than 1000px or wider than 1300px in IE */
    }

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by cybernet360ltd View Post
    That really does not tell us much.
    Who is this reply to? If you click the "quote" button when you reply, then we know what your response is referring to.

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by cybernet360ltd View Post
    http://www.cybernet-online.net

    How do I get rid of the white space above the ezpages links and below my banner image?
    Did you already resolve this, because I see no white space above your ezpages and below your banner.

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by ajcannon View Post
    First of all, thanks so much for this template. I love it. I put it on the site yesterday (at www.shoptomlinsons.com) and it's working almost exactly like I want it.

    The one issue that I do have is that I don't really use a logo, so I just made a blank image that is 1X1 and uploaded it. Basically, what I'm doing is using my tagline instead of a logo. It looks exactly how I want, but I would love to make the tagline (it says shoptomlinsons.com right now) be a link to my home page. Where do I need to add that link to?

    Thanks in advance.
    Open up the file where you entered the tagline (shoptomlinsons.com) and make it a link:

    <a href="http://www.link_here.htm">shoptomlinsons.com</a>

 

 

Similar Threads

  1. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  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. Mix Cherry Zen Template with Default template
    By Globie in forum General Questions
    Replies: 1
    Last Post: 31 Oct 2008, 08:21 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR