Content view problem

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
Mon Sep 09, 2013 10:24 pm
Reply with quote
Report this post
Hello

I have problem with my content on home screen. I attached screen here to see what kind of problem i have. as u can see in screen there are different view of content. first one (first option in screen) is missing separated interface which second one (second option in screen) have. how add separated interface (separated date, read more between new news) to whole front page like second option in the screen.

http://img23.imageshack.us/img23/4574/7cuw.png

Site is idevice.ge

Thanks and sorry for my bad English
User avatar
Senior Boarder

GK User
Tue Sep 10, 2013 6:52 am
Reply with quote
Report this post
Those two things are quite different. First is a plugin inside module that shows latest articles, and second is standard blog roll. Ingering into way that plugin is rendering its contest would require a lot of custom coding.
So right now there is no possibility to make NSP (as I think is the module) to look exactly as blog roll display.
User avatar
Moderator

GK User
Tue Sep 10, 2013 8:32 am
Reply with quote
Report this post
Thanks Cyberek

I don't fully understand. Home page have ability to automatically show news from several category for example daily news and tutorials. Tutorials showing correctly with separated space and lines as shown in option 2 (atached screenshot) but daily news at home page showing without separated lines as shown in option 1. This two category have same parameters and why daily news and tutorial category have different view at home page i don't know and problem is this strange thing.

I'll send my site user and pass to check this problem from admin panel

Thanks
User avatar
Senior Boarder

GK User
Tue Sep 10, 2013 5:53 pm
Reply with quote
Report this post
Now I see where the problem lies.
Please edit: /templates/gk_magazine/css/override.css and add at its end:
Code: Select all
.itemView header {
border-top: 1px solid #E5E5E5 !important;
padding-top: 24px !important;
margin-top: 38px !important;}

.itemList article {
border-top: none !important;
padding-top: 0 !important;
}

#k2Container .itemsContainer > div > article:first-child header {border-top: none !important;
padding-top: 0px !important;
margin-top: 0px !important;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue Sep 10, 2013 7:13 pm
Reply with quote
Report this post
Thank u Cyberek. problem solved! thank u very very much
User avatar
Senior Boarder

GK User
Wed Sep 11, 2013 8:18 pm
Reply with quote
Report this post
No problem at all. I'm glad I could help.
User avatar
Moderator


cron