Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
kal
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.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
xt0rt
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:
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
kal
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?
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
stoto
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"
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:
http://www.bulklights.com/NATIVITYDI...art_Header.png
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 ><>
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 ><>
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?
:D JOhn ><>
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Stuff4Toys
Workaround: add this to your css:
Code:
#productDescription table {float:none;margin:.3em;}
:clap:
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Stuff4Toys
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?
:D 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.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Stuff4Toys
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:
http://www.bulklights.com/NATIVITYDI...art_Header.png
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.