Latest News NSP Thumbnails

GK User
Fri Jan 30, 2015 12:03 pm
Hello, you've got that NSP module in the sidebar position here: https://demo.gavick.com/joomla25/univer ... ws/k2-item

I would like to add the thumnails for the data source K2 Items that it retreives, but it doesn't work.

Any clues?

Link to my offline site (gk SuperUsers that comes with the quickstart package are activated):
http://gator4199.hostgator.com/~lgt2015/supplements

Thank you,
Regards
User avatar
Platinum Boarder

teitbite
Mon Feb 02, 2015 12:47 pm
Hi

Images was not enabled for links layout. Than use this code to left align it:

Code: Select all
#nsp-nsp-767 .nspImageWrapper { float: left; }
User avatar
Moderator

GK User
Tue Feb 03, 2015 7:21 am
Thank you Teitbite, it works!

I would like to have the NSP interface on top for that module. I cannot find the option on the backend.

This code will not work:

Code: Select all
/* NSP interface on Top for Related Products */
#nsp-nsp-767 .nspBotInterface {
   display: none;
}

#nsp-nsp-767 .nspTopInterface {
    right: -14px;
    top: -27px;
}


Should I move the Bottom Interface all the way back up the latest news module?
Top Interface doesn't seems to be activated for this module.

Thank you,
Regards

Link: http://gator4199.hostgator.com/~lgt2015 ... -oz-946-ml
User avatar
Platinum Boarder

teitbite
Thu Feb 05, 2015 12:53 pm
Hi

You have a class in override.css removing this pagination:

Code: Select all
#nsp-nsp-767 .nspBotInterface {
    display: none;
}


in line 354
User avatar
Moderator

GK User
Thu Feb 05, 2015 12:56 pm
Yes, but I would like to have it on top with .nspTopInterface is that possible?

Thank you
User avatar
Platinum Boarder

teitbite
Fri Feb 06, 2015 7:55 pm
Hi

.nspTopInterface is for article layout part and .nspBotInterface is for links layout.

To move this one on top use this code:

Code: Select all
#nsp-nsp-767 .nspBotInterface .nspPagination {
    position: absolute;
    top: -38px;
    width: 100%;
}
User avatar
Moderator

GK User
Mon Feb 09, 2015 5:44 am
Thank you for the information. It works Teitbite.

Regards
User avatar
Platinum Boarder


cron