Installed New K2 template for Wordpress!

I’m currently using Release Candidate 3, the newest K2 release.

This template has almost everything that I had to edit from the default Wordpress theme (Kubrick) and then some!

With K2, I’m able to upload a banner image via GUI instead of modify code and disable functions.

K2 also has tabs! I’ve been researching adding tabs for my site for months, even built a template with the basis for tabs! These tabs are perfect for what I need and after a little modification (rounding the corners), I’ll be set.

This is how you use Tabs with Wordpress!

I’ve noticed a bug where RSS entries bleed to the content if the entry title does not have any spaces and such-as-this-type-of-entry or is a file name without spaces. K2 does not cut title off after X amount width or characters.

Also, I did not like the gap at the top of the banner, it was part of the page which made it which. It should be gray with a border or not exist in the first place, obviously I chose the latter.

To eliminate the gap, modify your style sheet like so:

#page {

margin: 0 auto;
padding: 0px 0 10px;
position: relative;

}

 UPDATE:

K2, for some reason, ‘disables’ borders on images by overriding any border you put on an image with code in the style.css file.  Search for ‘img’ in the file and modify as needed:

/*img {
border: 0;
}*/


0 Responses to “Installed New K2 template for Wordpress!”


  1. No Comments

Leave a Reply