K2 Blog not displayed correctly

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Jun 24, 2014 9:30 pm
Reply with quote
Report this post
Hi,
I'm setting up a site based on the Creative template, but I'm having a couple of issues with the K2 blog setup (I have to admit I'm not very familiar with K2).

1. On the blog page (http://dpdesign.tk/newtohr/index.php/new-to-hr-blog) I want three columns, but the first column has about 17 entries, the second column has 8 (spaced out in a weird way), and the third column has only one item toward the bottom. How can I make it look like the Creative demo, with the same amount of items in each column?

2. When reading any of the blog entries, the font size controls overlaps the article info (Author, print, email etc.)

3. I can't unpublish K2 items from the backend, if I try to unpublish on or more items the page is reloaded but no changes made. I can however delete items.

Any help appreciated.
User avatar
Fresh Boarder

GK User
Fri Jun 27, 2014 6:07 pm
Reply with quote
Report this post
Hello,

1. It seems that some columns are empty, because you have selected empty categories items to display. Unfortunately there is no way to display equal amounts of items if there is no enough items in the specified categories.

2. Please open the css/k2.css file and please replace the below fragment:

Code: Select all
ul li.itemResizer a {
display: inline-block;
width: 15px;
height: 15px;
background: url('../images/k2/fonts.png') no-repeat 100% -1px;
text-indent: -9999em;
}


to:

Code: Select all
ul li.itemResizer a {
display: inline-block;
width: 15px;
height: 15px;
background: url('../images/k2/fonts.png') no-repeat 100% -1px;
text-indent: -9999em;
overflow: hidden;
color: #fff;
}


3. Do you have cache enabled?
User avatar
Administrator


cron