Pagination in NSP5

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
Wed Jun 11, 2014 9:57 am
Hi,

I'm having some troubles with pagination in this module.

First of all, in this page, http://www.tulyplumas.es/blog/index.php/novedades. When you click to view the next page, thumbnails are not showing correctly. How can I fix it?

My other question is: how can I add pagination to the Portfolio 2 portal mode? I've been doing some modifications and trying to add pagination by myself. Can you help me, please? The url is http://www.tulyplumas.es/blog/

Thank you!
User avatar
Expert Boarder

teitbite
Fri Jun 13, 2014 8:45 am
Hi

I'm not sure if pagination can be added easily to Portfolio 2. This is most likely a customisation request which we do not support, but please send me an access to joomla panel so I'll try to fix the first issue.
User avatar
Moderator

GK User
Fri Jul 04, 2014 2:27 pm
I have the same thumbnail problem here http://www.iran-spring.com/
I am trying to move from nsp gk4 to gk5 because since j3.3 tab5 seems not working with gk4.
User avatar
Fresh Boarder

teitbite
Sat Jul 05, 2014 11:12 am
Hi

@usedname I do not see anything wrong with Your thumbs on site. Can You explain what You are having problem with ? Also show me an example of Tabs GK5. I know I has a small bug in it.
User avatar
Moderator

GK User
Mon Jul 07, 2014 9:41 pm
the problem is with modules more than one page, so i left one module on the right bottom of the page so You can see what the problem is. i have sent You a PM.

Thanks in advance
User avatar
Fresh Boarder

teitbite
Tue Jul 08, 2014 11:14 am
Hi

Do You mean pagination buttons images ? Problem is that You are using GK5 and GK4 module version at the same time. It's using almost the same code, but it's a different module. I believe programmers didn't expected this so similar modules be used on the same site together. Please try add this to override.css:

Code: Select all
.nspPagination li {
    height: 10px !important;
    margin: 0 4px 0 0 !important;
    width: 10px !important;
}

.nspPagination li:hover, .nspPagination li.active {
    margin: 0 4px 0 0 !important;
}
User avatar
Moderator

GK User
Tue Jul 08, 2014 4:37 pm
As You can see, the buttons are correct now, thank You very much. But the problem with the blank pages is still there.

Thanks in advance
User avatar
Fresh Boarder

teitbite
Thu Jul 10, 2014 11:07 am
Hi

Looks like interference from the GK4 it too big. When I'm fixing this problem than all GK4 stop working. I think in this case using only one version is neccessary. Sorry.
User avatar
Moderator

GK User
Thu Jul 10, 2014 4:51 pm
I followed Your advice and uninstalled the GK4, but the problem is still there. Something else i could do?!

Thanks for Your help
User avatar
Fresh Boarder

teitbite
Sun Jul 13, 2014 6:35 pm
Hi

Och, sorry I have not noticed that Your site is in RTL mode. NSP is not supporting it, but lets add this code to css to pretend it does :)

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

.nspList,
.nspArtPage {
    direction: rtl;
}


Now everything should be ok.
User avatar
Moderator


cron