craigramsay
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajax Pagination and Infinite Scroll] Multiple instancesYou can now have multiple instances on the same page. It requires specific set up steps which are outlined here.
https://www.wordpress-ajax-pagination.com/multiple-posts-set-up
There is also a demo here for you to check out.
Forum: Plugins
In reply to: [Ajax Pagination and Infinite Scroll] infinite scroll on custom queryClosed
Fixed
Fixed
Forum: Plugins
In reply to: [Ajax Pagination and Infinite Scroll] Dont workThe plugin works very well. If you’d like some help setting it up let me know.
Thanks
Forum: Plugins
In reply to: [Ajax Pagination and Infinite Scroll] Ajax pagination how to?Hi,
I’d need to see you’re pagination code too so I can give you all the selectors.
Do you have the site live you could send me the link?
Thanks
Forum: Plugins
In reply to: [Ajax Pagination and Infinite Scroll] Pagination for pages Avada themeHi,
The Avada theme already supports it’s own ajax pagination on the blog pages. However someone asked about this before and they needed the selectors for the WooCommerce part of theme. If you’re the same then you need the following.
Posts Selector is .products
Post Selector is .product
Navigation Selector is .woocommerce-pagination
Next Selector is .woocommerce-pagination a.nextIf not let me know and I’ll try and help you more.
Thanks
Forum: Plugins
In reply to: [Ajax Pagination and Infinite Scroll] Help getting startedNo problem, glad you’ve got it working!
Forum: Plugins
In reply to: [Ajax Pagination and Infinite Scroll] Help getting started@johniechong I see what you mean now I’d only looked at the Blog page on the demo. If you try these selectors then let me know how you get on.
Posts Selector is .products
Post Selector is .product
Navigation Selector is .woocommerce-pagination
Next Selector is .woocommerce-pagination a.nextAs per my previous comment make sure to leave the . in before each one as it’s a class name.
Thanks
Forum: Plugins
In reply to: [Ajax Pagination and Infinite Scroll] Help getting started@johniechong The Avada theme looks to have ajax pagination included already from the demo page I was just on? Do you have a link your site?
Thanks
Forum: Plugins
In reply to: [Ajax Pagination and Infinite Scroll] Help getting started@neobodhi for MH Cicero Lite you will need the following settings.
Posts Selector is .mh-content-section
Post Selector is .post
Navigation Selector is .pagination
Next Selector is .pagination a.nextMake sure to leave the . in before each one as it’s a class name. I’ve downloaded and tested the above and they work.
Thanks
Forum: Plugins
In reply to: [Ajax Pagination and Infinite Scroll] Not working in Search pageHi, Yes this is the same solution I was going to implement. I’ll get the plugin updated in the next few weeks. Thanks
Forum: Plugins
In reply to: [Ajax Pagination and Infinite Scroll] Help getting startedHi Vannara. The plugin works on 4.4 as I run it on that myself. If you could a post a link to your site I can check the settings you are using to see if the issue is with them. Thanks
Forum: Plugins
In reply to: [Ajax Pagination and Infinite Scroll] infinite scroll on custom queryHi, Yes it will work on custom query pages. Do you have a link to the page which it isn’t working on so I can take a look? Thanks
Also have you set up a second page of settings specifically for the custom post type as they normally require a different posts selector in the settings?