By Neel on Sunday, 14 September 2014
Posted in General Issues
Replies 4
Likes 0
Views 561
Votes 0
When I go to "My Profile"(in EasySocial) and click on "K2" in the left side bar, it displays the K2 Article intro texts and the article image. This looks fine in a desktop view. But the image and intro texts are non-responsive and looks completely out of alignment when the window is minized to a smaller screen.

You can check this out in my demo site (info added under site details and url to k2 profile added in additional details box).
The fix for this is not too hard. I just need to add something like this to the media queries to make it responsive:

@media only screen and (max-width:1300px) {
body div#fd .app-k2 .k2-item .media-object.pull-right {
float: none !important;
text-align: center;
margin-left: 0px;
margin-bottom: 20px;
}
}

I dont know if you might want to include something like this in your K2 app or not. But here it is anyways if someone wants it.

One more question: How can I show the K2 article image in stream updates too? I see that the Article image is showing inside K2 App in My Profile but the articles images are not shown for the new stream feeds that are added when new K2 articles are created. How can I show article images in K2 stream feed as well?
·
Sunday, 14 September 2014 20:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Neel,

Currently it is not possible to display the K2 article image within the stream right now but we might consider adding this in the future.
·
Sunday, 14 September 2014 23:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Mark. The K2 app will be perfect once the couple of these little things are added. Also the version 3 for K2 should be out soon and its going to be pretty good.
·
Monday, 15 September 2014 02:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the heads up on this Neel
·
Monday, 15 September 2014 13:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post