nsp gk5 article layout

Feel free to talk about everything related to our Joomla Products
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 Feb 04, 2015 12:56 am
Im using nsp gk5 and can not get the module to allow more than 10 pages in the layout - amount of pages with arts. I need more pages for my k2 items to show. My data source is k2 articles.
User avatar
Fresh Boarder

GK User
Thu Feb 05, 2015 3:58 pm
Hello,

Are you using the latest version of the module? As I remember in some moment I've increased maximum amount of pages to 20.
User avatar
Administrator

GK User
Sun Feb 08, 2015 8:57 pm
Yes thanks Im using the latest version
User avatar
Fresh Boarder

GK User
Mon Feb 09, 2015 3:41 pm
So now all is ok?
User avatar
Administrator

GK User
Tue Feb 17, 2015 9:30 pm
no im still have not been able to get more than 10 pages, sorry if you miss understood me :( how and where did you increase the pages to 20 ? Im changing in the pages with art section.
Thanks :)
User avatar
Fresh Boarder

GK User
Wed Feb 18, 2015 8:34 am
Please change in your template css/gk.stuff.css file the following fragment:

Code: Select all
.nspPages1 { width: 100%; }
.nspPages2 { width: 200%; }
.nspPages3 { width: 300%; }
.nspPages4 { width: 400%; }
.nspPages5 { width: 500%; }
.nspPages6 { width: 600%; }
.nspPages7 { width: 700%; }
.nspPages8 { width: 800%; }
.nspPages9 { width: 900%; }
.nspPages10 { width: 1000%; }


to:

Code: Select all
.nspPages1 { width: 100%; }
.nspPages2 { width: 200%; }
.nspPages3 { width: 300%; }
.nspPages4 { width: 400%; }
.nspPages5 { width: 500%; }
.nspPages6 { width: 600%; }
.nspPages7 { width: 700%; }
.nspPages8 { width: 800%; }
.nspPages9 { width: 900%; }
.nspPages10 { width: 1000%; }
.nspPages11 { width: 1100%; }
.nspPages12 { width: 1200%; }
.nspPages13 { width: 1300%; }
.nspPages14 { width: 1400%; }
.nspPages15 { width: 1500%; }
.nspPages16 { width: 1600%; }
.nspPages17 { width: 1700%; }
.nspPages18 { width: 1800%; }
.nspPages19 { width: 1900%; }
.nspPages20 { width: 2000%; }
User avatar
Administrator

GK User
Wed Feb 18, 2015 7:46 pm
I will try that thank you
User avatar
Fresh Boarder


cron