NSP Pagination

December '13 Joomla Template
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 Feb 18, 2014 8:07 am
Reply with quote
Report this post
Hey Guys,

I'm trying to display paging in the NSP module, but all I get displayed is the last page of articles, and all the rest are blank (the first page is blank, navigating to last only displays last articles.
I update the 'Article pagination' parameter for the pages, is there anything else I need to update?
Also, is it possible to add a bottom link in the module for 'more in this category' for linking to the category page?

Thank you.
User avatar
Junior Boarder

teitbite
Tue Feb 18, 2014 3:17 pm
Reply with quote
Report this post
Hi

Please make sure default module CSS is enabled and show me your site.
User avatar
Moderator

GK User
Wed Feb 19, 2014 1:49 pm
Reply with quote
Report this post
Any news on this? I've sent you a PM...
User avatar
Junior Boarder

GK User
Thu Feb 20, 2014 2:10 pm
Reply with quote
Report this post
Anyone please?
User avatar
Junior Boarder

teitbite
Fri Feb 21, 2014 10:30 am
Reply with quote
Report this post
Hi

I've checked that, but problem is that NSP is not supporting RTL, but You can just make it looks like it does, but using the code to revert it:

Code: Select all
.nspMain {
    direction: ltr;
}

.nspTopInterface {
    right: auto;
}

.nspPagination li {
    float: right;
}


I've added this code already to override.css and enabled override in template settings. Please check if it's working as it should.
User avatar
Moderator

teitbite
Fri Feb 21, 2014 10:32 am
Reply with quote
Report this post
Hi

Sorry, couple more classes for text in the module:

Code: Select all
.nspArt div,
.nspArt h4.nspHeader,
.nspArt p.nspText {
direction: ltr;
}
User avatar
Moderator

GK User
Fri Feb 21, 2014 11:57 am
Reply with quote
Report this post
Hey teitbite,

Thank you very much that worked!
BTW the last code:
Code: Select all
.nspArt div,
.nspArt h4.nspHeader,
.nspArt p.nspText {
direction: ltr;
}

is unnecessary, this should remain rtl.

Thanks again.
User avatar
Junior Boarder

teitbite
Mon Feb 24, 2014 6:21 pm
Reply with quote
Report this post
Hi

Ok. Great to hear that :) Glad I could help :)
User avatar
Moderator


cron