Results 1 to 10 of 3244

Hybrid View

  1. #1
    Join Date
    Sep 2005
    Location
    The Internets
    Posts
    190
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    I have found different snippets throughout this thread, but rather than go through the nearly 2000 posts I'm just going to ask my question...

    I need to change the font color in the footer, as well as eliminate the gap in the footer between HOME and the table. Could someone please advice as to where I make these changes?

    Thanks in advance!
    Make regular site and database backups!

  2. #2
    Join Date
    Aug 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    In which config file can i modify logo.gif to logo.jpg so i can use jpg images for logo?

  3. #3
    Join Date
    Jun 2008
    Posts
    83
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    I have an annoying problem here. Does anybody know why on all my product description pages my entire left side boxes gets pushed to the bottom, whereas the right hand side boxes remain in place? You can see this clearly on the link below:

    http://www.its-digital.com/index.php...bf162c25d3662c

  4. #4
    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 kal View Post
    I have an annoying problem here. Does anybody know why on all my product description pages my entire left side boxes gets pushed to the bottom, whereas the right hand side boxes remain in place? You can see this clearly on the link below:

    http://www.its-digital.com/index.php...bf162c25d3662c
    Try reducing the width here, in the slide tabs menu stylesheet:
    Code:
    #slidetabsmenu {
    float: left;
    width: 100%;
    font-size: 93%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #84776b;
    line-height: normal;
    }
    You might also need to remove the padding here:

    Code:
    #slidetabsmenu ul {
      margin:0;
      padding:10px 10px 10px 10px;
      list-style:none;
      }
    Does the same thing happen when tab menu is off?

  5. #5
    Join Date
    Jun 2008
    Posts
    83
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by stoto View Post
    In which config file can i modify logo.gif to logo.jpg so i can use jpg images for logo?
    I don't think you can use .jpg, you just got to rename it to .gif or it won't be recognised.

  6. #6
    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 kal View Post
    I don't think you can use .jpg, you just got to rename it to .gif or it won't be recognised.
    No, of course you can change it, see my post directly above.

  7. #7
    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 stoto View Post
    In which config file can i modify logo.gif to logo.jpg so i can use jpg images for logo?
    Change this in includes/languages/english/cherry_zen/header.php

  8. #8
    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 xt0rt View Post
    I have found different snippets throughout this thread, but rather than go through the nearly 2000 posts I'm just going to ask my question...

    I need to change the font color in the footer, as well as eliminate the gap in the footer between HOME and the table. Could someone please advice as to where I make these changes?

    Thanks in advance!
    To remove all spacing down there, you can change #navSupp and #navSupp ul to this (adjust the padding how you'd like it):

    Code:
    #navSupp {
    	margin:0 auto;
    	text-align:center;
    	padding:0;
    }
    #navSupp ul {
    	list-style-type:none;
    	text-align:center;
    	line-height:1em;
    	padding:0;
            margin:0;
    }
    To change the colors on the bottom, you would use these sections:
    Code:
    #navSupp ul li a {color:#ffffff;}
    #navSupp ul li {color:#ffffff;}
    #siteinfoLegal {color:#ffffff;}
    #siteinfoLegal a {color:#ffffff;}
    To change the footer general text, you need to view the source of your page, then find out what the section is called that you wan to change, for example, from the source of my site:

  9. #9
    Join Date
    Sep 2005
    Location
    The Internets
    Posts
    190
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    To remove all spacing down there, you can change #navSupp and #navSupp ul to this (adjust the padding how you'd like it):

    Code:
    #navSupp {
    	margin:0 auto;
    	text-align:center;
    	padding:0;
    }
    #navSupp ul {
    	list-style-type:none;
    	text-align:center;
    	line-height:1em;
    	padding:0;
            margin:0;
    }
    To change the colors on the bottom, you would use these sections:
    Code:
    #navSupp ul li a {color:#ffffff;}
    #navSupp ul li {color:#ffffff;}
    #siteinfoLegal {color:#ffffff;}
    #siteinfoLegal a {color:#ffffff;}
    To change the footer general text, you need to view the source of your page, then find out what the section is called that you wan to change, for example, from the source of my site:
    Jade,

    I was able to partially make these changes, but for some reason I just can't put my finger on it. Would it be ok if I PM'd you the URL of my shop? One look with the Firefox Webdev plugin and you'd likely know the problem :)

    Thanks,

    x
    Make regular site and database backups!

  10. #10
    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 xt0rt View Post
    Jade,

    I was able to partially make these changes, but for some reason I just can't put my finger on it. Would it be ok if I PM'd you the URL of my shop? One look with the Firefox Webdev plugin and you'd likely know the problem :)

    Thanks,

    x
    You can use the email link to email me the URL.

 

 

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

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