Yea, It's there and when I click it the option for rows is selected, but there's an option for rows. should I select that?
Printable View
Ok, well I selected the columns option, but when I went to install the SQL patch it still didn't work, and I don't see the cherry zen template on the list of templatesQuote:
Originally Posted by jettrue
oh ok then :)
[EDIT]
When I go to the drop down menu to select cherry zen, it's not there.
I've updated the template to version 1.1, and below I will list the changes. I'm going to *try* to be diligent with this template, and post all changes so that you can keep your template updated without having to rewrite entire files.
The changes in version 1.1 include adding includes/templates/cherry_zen/templates/tpl_modules_attributes.php
This just adds a clear after the attribute dropdown options, so that if you show attribute images they will start below the dropdowns instead of on the side of them. Simply upload this file to the correct location.
There are various small nit picky changes to stylesheet.css as well, and I'll list each change below:
Change:
to:Code:.wrapperAttribsOptions {
line-height:2em;
width:200px;
float:left;
}
Code:.wrapperAttribsOptions {
line-height:2em;
width:auto;
float:left;
}
Add this directly below:
Change:Code:.wrapperAttribsOptions h4 {
padding-right:15px;
}
to:Code:.sideBoxContent {
font-size:1.1em;
padding:5px 0;
}
Change:Code:.sideBoxContent {
font-size:1.1em;
padding:0;
}
to:Code:.sideBoxContent li {
padding:.2em 0;
}
Change:Code:.sideBoxContent li {
padding:0;
}
to:Code:#categoriesContent {
text-align:left;
padding-left:15px;
}
Code:#categoriesContent, #documentcategoriesContent {
text-align:left;
padding-left:10px;
}
That's IT! As I said, this is a very minor update, and only address some cosmetic issues. :smile: You can skip it if you like, LOL!