"Date effect" in Blog category view

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 Oct 02, 2012 8:52 pm
Reply with quote
Report this post
Please see attached picture. In the blog category view, the green picture indicating when article is created is shown correctly on leading articles but not on intro articles.

It is same problem on a fresh quickstart install. Your demo works okay however. I guess this is a bug but how to solve it? I have tried everything I could think of.
User avatar
Senior Boarder

Konrad M
Wed Oct 03, 2012 9:36 am
Reply with quote
Report this post
Hi,
can you give us url to page with this issue ? It will be much easier to help you.
User avatar

GK User
Wed Oct 03, 2012 3:10 pm
Reply with quote
Report this post
Konrad M wrote:Hi,
can you give us url to page with this issue ? It will be much easier to help you.


OK - the page is on this site: http://www.kimchikid.com/batbike/nyheter.html
User avatar
Senior Boarder

GK User
Thu Oct 04, 2012 12:22 pm
Reply with quote
Report this post
Have you had any chance to check it?
User avatar
Senior Boarder

Konrad M
Thu Oct 04, 2012 2:34 pm
Reply with quote
Report this post
Please try add to override.css
Code: Select all
.blog .cols-2 time + header, .blog .cols-3 time + header, .blog .cols-4 time + header {
padding-left: 104px !important;
}
.blog .cols-2 time, .blog .cols-3 time, .blog .cols-4 time {
display: block;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Thu Oct 04, 2012 3:06 pm
Reply with quote
Report this post
Thanks it works but another bug is now visible. The date picture on the left of the intro articles is not completely visible (please see pic or my webpage) . It is same in all browsers and also in your demo.

Do you have the power to solve that one as well?
User avatar
Senior Boarder

GK User
Thu Oct 04, 2012 3:10 pm
Reply with quote
Report this post
Oh and another problem. The same date is still mentioned in a second place as well so it is mentioned in two places. Please see my recent picture or my webpage.
User avatar
Senior Boarder

Konrad M
Thu Oct 04, 2012 3:11 pm
Reply with quote
Report this post
Change code to this one:
Code: Select all
.blog .cols-2 time + header, .blog .cols-3 time + header, .blog .cols-4 time + header {
padding-left: 104px !important;
}
.blog .cols-2 time, .blog .cols-3 time, .blog .cols-4 time {
display: block;
margin-left:0px !important;
}
User avatar

GK User
Thu Oct 04, 2012 3:41 pm
Reply with quote
Report this post
It is kind of okay. But still the problem with double date exists in the intro posts.

http://www.kimchikid.com/batbike/nyheter.html
User avatar
Senior Boarder

Konrad M
Thu Oct 04, 2012 4:23 pm
Reply with quote
Report this post
Please add this to override.css
Code: Select all
.blog ul li.item-date {
display:none;
}
User avatar

GK User
Thu Oct 04, 2012 4:33 pm
Reply with quote
Report this post
Sorry, this last one didn't work, no change!
User avatar
Senior Boarder

Konrad M
Thu Oct 04, 2012 4:36 pm
Reply with quote
Report this post
Try add !important rule to this code:
Code: Select all
.blog ul li.item-date {
display:none !important;
}
User avatar

GK User
Thu Oct 04, 2012 4:48 pm
Reply with quote
Report this post
You are a genius, it is fixed! Thank you.
User avatar
Senior Boarder


cron