Kishores
Forum Replies Created
-
Forum: Plugins
In reply to: [jPages pagination for WordPress] perPage different in Chrome vs IE/FirefoxI think plug-in is disabled. can you please enable me to check?
Thanks
Forum: Plugins
In reply to: [jPages pagination for WordPress] Second page does not show imagesI think images are coming on second page.
I’ll add option for number changes in next version.
Thanks
Forum: Plugins
In reply to: [jPages pagination for WordPress] Paginate simple listWelcome ??
Forum: Plugins
In reply to: [jPages pagination for WordPress] Paginate simple list<ul id="jpages-list-custom"> <li>test1</li> <li>test2</li> <li>test3</li> <li>test4</li> </ul>
Please try like this. Also for changing number
jQuery("div.holder").jPages({ containerID : "jpages-list-custom", perPage : 5 // your custom number });
Please check here for more details jPages
Perhaps NO. It’s for front-end pagination.It’s not changing the wordpress Query
Forum: Plugins
In reply to: [jPages pagination for WordPress] Refresh Whole Page and Remember StateI’m marking it as resolve as this is out of scope of this plugin.
Forum: Plugins
In reply to: [jPages pagination for WordPress] Paginate multiple tabs/* 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.
Forum: Plugins
In reply to: [jPages pagination for WordPress] Paginate multiple tabsThis plugin uses this: https://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.
Forum: Plugins
In reply to: [jPages pagination for WordPress] Paginate multiple tabsyou are using nextgen gallery. It’s for default wordpress gallery. Currently it’s for single gallery per page
Forum: Plugins
In reply to: [jPages pagination for WordPress] Paginate multiple tabsCan you please provide me the link? So I can debug. Are you using multiple galleries in one page?
Forum: Plugins
In reply to: [jPages pagination for WordPress] Refresh Whole Page and Remember StateI think it’s out of scope of this plugin. Why someone reload page, which will increase server overload. Well I need to check this for helping you. But this plugin does not intend to behave like this.
This jQuery has api which will give you the current pagination link too. I’ll get back on this.
Thanks
Forum: Plugins
In reply to: [jPages pagination for WordPress] Show last page on loadPlease have look here.
https://awesomescreenshot.com/0352a7bte6
You are using h3 tag inside UL that’s why it’s creating problem.
Forum: Plugins
In reply to: [jPages pagination for WordPress] Show last page on loadHi Tanqeed,
Can you please send a link for it please?
Actually this pagination is not going to count the inline comments i.e I mean nested comments. It does not count the comments given to another comments
Thanks
Forum: Plugins
In reply to: [jPages pagination for WordPress] Show last page on loadHi Tanqeed,
we can set comment number here.https://awesomescreenshot.com/02f2a2ywdd
Others I’m working on
Thanks
Forum: Plugins
In reply to: [jPages pagination for WordPress] Show last page on loadThis option is present by default in WordPress, but this feature is not yet compatible with the plugin. I’ll try to fix this in next release.