Page 183 of 326 FirstFirst ... 83133173181182183184185193233283 ... LastLast
Results 1,821 to 1,830 of 3251
  1. #1821
    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.

  2. #1822
    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:

  3. #1823
    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?

  4. #1824
    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
    Looks like all my answer will be in common/tpl_header.php
    Posted via Mobile Device
    You can turn off the category tabs in the admin, under "configuration", "Layout settings", "Categories-Tabs Menu ON/OFF"

  5. #1825
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Idea or Suggestion Re: Cherry Zen Template Support Thread

    I read back about a dozen pages and tried the search this thread to no avail. I would like to put the shopping cart in the header centered above the right column.

    Something Like This:


    This came from the iC-Acadame template, but I am not sure how to implement it.

    Site: http://www.bulklights.com/NATIVITYDISPLAYS/ will become nativitydisplays.com as soon as I get product listed. The graphics are crappy right now, just placeholders until I get the basic template and design done.

    THANKS
    JOhn ><>
    Last edited by Stuff4Toys; 8 Aug 2008 at 05:09 PM.
    Newest Site: ChargerPros - Stuff4Toys

  6. #1826
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    red flag Re: Cherry Zen Template Support Thread

    Zen-Cart 1.3.8.a Fresh Install
    Cherry Zen current
    PHP 5
    MySQL 5

    My second test product has a table in it's description. When I display the item the table is not contained in the description box and overlaps the Discount table.
    http://www.bulklights.com/NATIVITYDI...&products_id=2

    See an item without the table
    http://www.bulklights.com/NATIVITYDI...&products_id=1

    Am I going to have to eliminate the table in about 200 items, or is there a work around?
    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

  7. #1827
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Have a Drink Re: Cherry Zen Template Support Thread

    Actually I need to move the discount qty table to above the Add to Cart button, can you point me in the right direction to move it?

    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

  8. #1828
    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 Stuff4Toys View Post
    Zen-Cart 1.3.8.a Fresh Install
    Cherry Zen current
    PHP 5
    MySQL 5

    My second test product has a table in it's description. When I display the item the table is not contained in the description box and overlaps the Discount table.
    http://www.bulklights.com/NATIVITYDI...&products_id=2

    See an item without the table
    http://www.bulklights.com/NATIVITYDI...&products_id=1

    Am I going to have to eliminate the table in about 200 items, or is there a work around?
    JOhn ><>
    Workaround: add this to your css:

    Code:
    #productDescription table {float:none;margin:.3em;}

  9. #1829
    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 Stuff4Toys View Post
    Actually I need to move the discount qty table to above the Add to Cart button, can you point me in the right direction to move it?

    JOhn ><>
    Open includes/templates/cherry_zen/templates/tpl_product_info_display.php and find the quantity discount section, and move it to above the add to cart section.

  10. #1830
    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 Stuff4Toys View Post
    I read back about a dozen pages and tried the search this thread to no avail. I would like to put the shopping cart in the header centered above the right column.

    Something Like This:


    This came from the iC-Acadame template, but I am not sure how to implement it.

    Site: http://www.bulklights.com/NATIVITYDISPLAYS/ will become nativitydisplays.com as soon as I get product listed. The graphics are crappy right now, just placeholders until I get the basic template and design done.

    THANKS
    JOhn ><>
    That's a complicated request, and I can't instruct you how to do it without doing it myself. You could download the iC-Acadame template and at least get the code necessary to get started.

 

 

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