WPIntell

Source evidence

Paginate multiple tabs

jPages pagination for WordPress · support · 2014-02-11T02:17:00+00:00

mixedsentiment
mediumseverity
0.78relevance
10replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

9 / 37 rows with source links

24.3% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
zmd resolved
Hi, I have recently activated your plugin. I am using the plugin to create pagination of different galleries within tabs. Few questions as below- 1. How do I limit the number of galleries to show in each page? 2. When I click on Page 2, no galleries are displayed. When I click on Page 3, the remaining four galleries will show. Similarly when I click on Page 4, no galleries will show but on Page 5 the remaining four galleries will appear. Please Please help. This is really urgent. Thank you. ZMD https://wordpress.org/plugins/wp-pagination/ Can you please provide me the link? So I can debug. Are you using multiple galleries in one page? Hi, Thank you for responding so quick. The link is as follows – Please check the tab called Connect. The pagination only shows in the OOH tab, not on the rest. Please help. Thank you. LINK Didn’t come earlier. Yes I am using multiple galleries on one page. you are using nextgen gallery. It’s for default wordpress gallery. Currently it’s for single gallery per page Hi, If you check the link right now, it works perfectly for a number of galleries on the OOH tab. The problem arises when I try to place the same on the Connect tab. I really love this plugin. It is exactly what I was looking for. I am overall familiar with all the workings of WordPress, so even if there is any customisation needed and if you could explain me the same, I would try to do it on my own. Thank you for assistance. This plugin uses this: http://luis-almeida.github.io/jPages/pagination.html /* when document is ready */ $(function(){ /* initiate the plugin */ $("div.holder").jPages({ containerID : "itemContainer", perPage : 10, startPage : 1, startRange : 1, midRange : 5, endRange : 1 }); }); you need to add different id for different gallery in one page. I would love to have your patch. By ID do u mean containerID which is “itemContainer” or div.holder which is jPages ?? Please could you explain how to add different id’s for the pagination to work on different tabs in one page. /* when document is ready */ $(function(){ /* initiate the plugin */ $("div.holder").jPages({ containerID : "id of second tab container", perPage : 10, startPage : 1, startRange : 1, midRange : 5, endRange : 1 }); }); same for others. write in your theme js file. It may work. Thanks for the suggestion. I’ll look into this.

Comments

10 shown
Kishores 2014-02-11T05:31:00+00:00

Can you please provide me the link? So I can debug. Are you using multiple galleries in one page?

zmd 2014-02-11T06:43:00+00:00

Hi, Thank you for responding so quick. The link is as follows – Please check the tab called Connect. The pagination only shows in the OOH tab, not on the rest. Please help. Thank you.

zmd 2014-02-11T06:44:00+00:00

LINK Didn’t come earlier.

zmd 2014-02-11T06:50:00+00:00

Yes I am using multiple galleries on one page.

Kishores 2014-02-11T09:45:00+00:00

you are using nextgen gallery. It’s for default wordpress gallery. Currently it’s for single gallery per page

zmd 2014-02-11T11:36:00+00:00

Hi, If you check the link right now, it works perfectly for a number of galleries on the OOH tab. The problem arises when I try to place the same on the Connect tab. I really love this plugin. It is exactly what I was looking for. I am overall familiar with all the workings of WordPress, so even if there is any customisation needed and if you could explain me the same, I would try to do it on my own. Thank you for assistance.

Kishores 2014-02-11T12:02:00+00:00

This plugin uses this: http://luis-almeida.github.io/jPages/pagination.html /* when document is ready */ $(function(){ /* initiate the plugin */ $("div.holder").jPages({ containerID : "itemContainer", perPage : 10, startPage : 1, startRange : 1, midRange : 5, endRange : 1 }); }); you need to add different id for different gallery in one page. I would love to have your patch.

zmd 2014-02-11T12:35:00+00:00

By ID do u mean containerID which is “itemContainer” or div.holder which is jPages ?? Please could you explain how to add different id’s for the pagination to work on different tabs in one page.

Kishores 2014-02-11T13:47:00+00:00

/* when document is ready */ $(function(){ /* initiate the plugin */ $("div.holder").jPages({ containerID : "id of second tab container", perPage : 10, startPage : 1, startRange : 1, midRange : 5, endRange : 1 }); }); same for others. write in your theme js file. It may work.

Kishores 2014-04-28T01:48:00+00:00

Thanks for the suggestion. I’ll look into this.