Can not get pagination

Support forum dedicated to free and advanced Joomla content presentation module with various layout options and data sources support.
GK User
Sun Jan 05, 2014 4:11 pm
Hi,

can you please tell why I cant get the pagination arrows for NSP here: http://gorast.com/aeknov/

Thanks,
Gorast
User avatar
Platinum Boarder

teitbite
Tue Jan 07, 2014 8:53 am
Hi

Can You please tell me which instance of the module You have in mind ? I do not think all modes has arrows implemented like for example news blocks doesn't I believe.
User avatar
Moderator

GK User
Tue Jan 07, 2014 12:32 pm
Its a standard NSP module. The module just below the image rotators on the top. The module with big red latter saying НОВОСТИ ОД АЕК.

I set pages with articles to 10 but still no arrows.

Thanks,
G
User avatar
Platinum Boarder

teitbite
Fri Jan 10, 2014 5:06 am
Hi

Please add this to css:

Code: Select all
.nspMain {
    overflow: visible;
}
User avatar
Moderator

GK User
Fri Jan 10, 2014 9:42 am
Excellent! :D

*SOLVED*

Thanks,
Gorast
User avatar
Platinum Boarder

teitbite
Sun Jan 12, 2014 5:41 am
Hi

No problem. Glad I could help :)
User avatar
Moderator

GK User
Thu Feb 20, 2014 11:07 pm
Hy Gavick

I need your help with the same issue on a customerpage: http://www.tvbuerglen.ch/website2012/index.php/aktive-3
It's your Pixellove Template. At the NSP-Module called "BERICHTE AKTIVE" are no paginations or arrows visible, although I set paginations with arrows in the settings.

Can anybody help me please?

Thank you
User avatar
Fresh Boarder

teitbite
Mon Feb 24, 2014 6:05 pm
Hi

@whizz, Your problem is different. It's not showing because of conflict with other style. Please ad this to css:

Code: Select all
.nspTopInterface div {
    position: relative;
    right: 0;
    top: 0;
}
User avatar
Moderator

GK User
Mon Mar 03, 2014 6:30 pm
That works! Thank you very much
User avatar
Fresh Boarder


cron