A change was made to the css to correct the cutting off of the image at the top and bottom. This is courtesy of Ryan Taylor. The change is only to the stylesheet and is as follows in case you don't want to download the zip file again. Just add it to the top of the stylesheet.
/*IE Fix*/ #Categories li li { height:60px; }
.CategoryDescription { margin-top:-40px; }
/*Image overlap fix*/ #Discussions li li { height:40px; } /**********************/
There seems to be a compatibility problem with the Preview Post extension. I get this error when I try to preview a post with Category Icons enabled: Fatal error: Call to a member function on a non-object in ..\extensions\CategoryIcons\default.php on line 12
is there a menu option to change the category icon or is this all done manually by admin? I'm interested in being able to assign a new image upon creation of a new category.
Comments
/*IE Fix*/
#Categories li li {
height:60px;
}
.CategoryDescription {
margin-top:-40px;
}
/*Image overlap fix*/
#Discussions li li {
height:40px;
}
/**********************/
Thanks for the correction Ryan.
Fatal error: Call to a member function on a non-object in ..\extensions\CategoryIcons\default.php on line 12
I've used background-image: url in the catagory's body, could that cause a problem?
Any help will be appreciated.
David K.
T-Shirt Magic
@u2wedge: There is no admin to handle this. You have to edit the extension style.css.