Hi,
I’ve probably accidently changed something, but I had the blog layout working (date next to article in image instead of just plain text above the title), after changing some things in the k2 view options it disappeared. I’ve tried several ways to get it back, but none of them are working.
At first firebug would say:
<div class=”catItemView catItemBlogView groupSecondary catItemIsFeatured”>
<div class=”catItemHeader”>
<div class=”catItemDate”>
<div class=”catItemMeta clearfix”>
<div class=”catItemBody”>
<div class=”catItemLinks”>
<div class=”clr”></div>
<div class=”clr”></div>
<div class=”catItemReadMore”>
<div class=”catItemCommentsLink”>
etc.
Now it says:
<div class=”catItemView groupSecondary catItemIsFeatured ja-blazes-blog”>
<div class=”catItemHeader”>
<span class=”catItemDateCreated”> woensdag, 07 september 2011 12:16 </span>
<h3 class=”catItemTitle”>
<span class=”catItemAuthor”>
</div>
<div class=”catItemBody”>
<div class=”clr”></div>
<div class=”clr”></div>
<div class=”catItemCommentsLink”>
etc.
Not only the display of the date is affected but also the read more and comments are displayed in a different way.