Can this look be acheved?

News Show Pro GK5 - flexible, responsive and easily extendable free Joomla module support forum.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Jun 24, 2014 1:16 am
Hi, working with (M)social on [url]v-boge.org[/url] mainpage faced a dummer:
In your quickstart you have a section there where featured articles are shown. I kinda like the way those are published - article image across the full width of column. Though I'd need NSP to automatically pull the latest in certain category and present the same way. Spent alost the whole night going through modes of NSP - can't make it look like that section on your quicky. Is it possilble at all? What mode should I set and what settings would aloow it? Thanks.
User avatar
Platinum Boarder

teitbite
Tue Jun 24, 2014 9:05 am
Hi

I'm not sure which module You have in mind, but here are settings for all modules in demo site, so Youjust need to copy that: https://www.gavick.com/documentation/jo ... iguration/
User avatar
Moderator

GK User
Tue Jun 24, 2014 2:23 pm
teitbite wrote:I'm not sure which module You have in mind, but here are settings for all modules in demo site


Yes, I've seen that page and most of my frontpage is built using that instruction. But now I am talking about two featured plain Joomla (non-K2) articles that are not handled by any module (see this picture: https://yadi.sk/d/KTQMWDW4UhKki). Those are simply marked "Featured". But since all of my content is K2 and "Featured" in K2 doesn't mean anything to Joomla, moreover that, I need "Latest" not "Featured", I was thinking about creating that same look inside NSP, if that's at all possible...
User avatar
Platinum Boarder

teitbite
Thu Jun 26, 2014 8:50 pm
Hi

It is possible but will require some additional codding. Have You tried to use K2 latest articles page type ? I'm not sure but it's possible this style is build for this elements already.
User avatar
Moderator

GK User
Thu Jun 26, 2014 10:17 pm
teitbite wrote:Have You tried to use K2 latest articles page type?


Sorry, may be I should've start with that: When I go the usual route: K2article marked as Featured, and Main Page is menu item K2-Category-Featured only - it looks wierd, and I guess this is template only thing. See the screenshot: https://yadi.sk/d/5TJvQljnV3ArC where the blue box - FireBug showing some extra container with extra no needed for space (marked red). Thus two articles are misaligned and that looks awefull, that's why I started thinking about NSP as a substiture, but we've bounced back here... Any way to get rid of that extra space?
User avatar
Platinum Boarder

teitbite
Sun Jun 29, 2014 10:25 pm
Hi

Yes, You should have started from this :) Removing this space will be a lot easier than to style any other module to loo the same :) Please do everything as on Your screen and I'll tell You the code to adjust it.
User avatar
Moderator

GK User
Mon Jun 30, 2014 7:03 am
teitbite wrote:Please do everything as on Your screen and I'll tell You the code to adjust it.

It's already there: http://v-boge.org/
You'll see it exactly as on the screenshot I've sent you before.
User avatar
Platinum Boarder

teitbite
Tue Jul 01, 2014 9:26 am
Hi

Add this to override.css and make sure override is enabled in template settings:

Code: Select all
section article:first-child, section.blog .items-more ol {
    margin-top: 0 !important;
    padding-top: 0;
}
User avatar
Moderator

GK User
Tue Jul 01, 2014 3:44 pm
teitbite wrote:Add this to override.css

Perfecto! Thanks!
User avatar
Platinum Boarder


cron