140 comments found.
Hello sbthemes,
I’m really interested in your plugin and I’ve read all the positive reviews 
Before I purchase, can you confirm whether a script can be re-initialized with each infinite load call? In my case, I am using the slick.js slider script. On my website, each of my WP posts contains a slick.js slider. The infinite scroll script that I am currently using does not apply the proper formatting to any of the sliders that have been “infinitely loaded”. Any input would be greatly appreciated. Thanks!
Hi,
Yes this plugin has callback options where you can add any js code after pagination data loaded.
Thanks.
Hi, if I order the plugin and set it up on my site, can you help me set up the callback part so that my slider re-initializes and formats the sliders that are loaded with your infinite script? If you are interested, let me know your rate.
Hi,
I am giving free support. Don’t worry about it. Please send me your website link at sbthemes@gmail.com so I can check site and then I will tell you to purchase.
After purchase I will setup it for free. You have to send me admin details at my email address.
Thanks.
Hi, I am loading the pages with ajax.
When I go direct to the page, the infinite scroll is ok.
But ..
When I load using jquery .load or something like this, the plugin do not load the new jquery.
There is something who I can use everytime i load a new page to check and try re-build the infinite scroll of the page?
This is my code…
/MENU/ $(document.body).on(‘click’, “a[rel=’tab’]”, function (e) { //e.preventDefault();
//get the link location that was clicked
pageurl = $(this).attr('href');
TweenMax.to(ctMain, .5, {
opacity: 0,
ease: Quart.easeInOut,
onComplete: function () {
//to get the ajax content and display in div with id 'content'
$.ajax({
url: pageurl + '?rel=tab',
success: function (data) {
ctMain.html(data);
$("html, body").animate({
scrollTop: 0
}, 0);
that.resizeActions();
TweenMax.to(ctMain, .5, {
opacity: 1,
ease: Quart.easeInOut
});
}
});
});
//to change the browser URL to 'pageurl'
if (pageurl != window.location) {
window.history.pushState({path: pageurl }, "", pageurl);
}
}
});
return false;
Hi,
For that we need some changes in plugin and also in your code.
Please send me admin login details and also ftp details so I can make it working for you.
Also specify in which file you have done ajax code.
You can send me details at sbthemes@gmail.com
Thank You.
Done! Thanks
Dear Author,
We found your this plug in after long time.Just i read all your customers review.We are so happy in which way you supported to your customer.
We plan to buy any of below theme :
http://themeforest.net/item/gustos-communitydriven-recipes-wordpress-theme/10408604 http://themeforest.net/item/neptune-theme-for-food-recipe-bloggers-chefs/12915290Could you check for us and let us know this plugin will work with these theme.
Waiting for your replay… Thanks
Hi,
It will work on this theme: http://neptune.pinsupreme.com/recipe/
It will also work on this theme: http://gustos.smartik.ws/recipes/ but for that we need to add next link in pagination.
Let me know if you have any question.
Thank You.
“Add next link in pagination” service will be part of support? We mean Can you help us to do the set up.
If we will get help then it will great.
Thanks lot.
Yes I will add it for you. For that I will ask for admin and ftp details. Thank You.
Thanks for every thing..Still now looking for the WP development People.. Any way I will buy foyr soooo good PlugIn. Just some days..We will contact you..
Thanks
Okay.
Thank You.
Hi, Is infinity scroll working with enfold Theme? /Blog load more
thanks Thomas
Enfold theme has some problem with next selector. They are not display next link when pagination links are limited.
But solution is available for that.
I need admin login details and ftp details for this.
You can send me details at sbthemes@gmail.com if you are not able to do this with yourself.
Thanks.
It is not possible to give you admin details. Please describe the solution for enfold. Thanks Thomas
It is not possible to give you admin details. Please describe the solution for enfold. Thanks Thomas
http://medientanz.deOkay give me some time.
First I need to find enfold theme in my all projects and then I will create test on my local and then I will send you solution.
Thanks.
Many Thanks for your quick response Thomas
Hi,
I think no need for theme modification. I just checked your site there is already next link available.
So try below setting and it should work. Let me know if not works.
Content Selector: .template-blog
Item Selector: article.post
Pagination Selector: .pagination
Next Selector: .pagination a:contains(“›”)
Thanks.
Hello,
I purchased this from you a while ago and you were nice enough to help me get it to work on my website. I updated to a new theme and was wondering if I could get you help again.
The settings for the previous themes do not work for the new one.
I will pay you or perhaps buy another plugin.
Thanks, Chris
Hi,
Please send me admin login details so I can setup for you.
Thanks.
Hi, i just bought the plugin and it doesn’t load any new post. It just keep loading… http://prntscr.com/8trkp3
I’m using it on a site with Isotope, installed, followed the instructions and nothing happens. I’m using a custom wp_query because i’m calling custom post types, this is the site: http://index.ninja/lote/
Please send me admin login details and also send me URL where you need this infinite scroll plugin so I can setup for you.
how can i send you admin login details? Btw, i’m using pagination, and the plugin replaces it, but still doesn’t work.
Send me details here. sbthemes@gmail.com
Hi, i just bought the plugin and it doesn’t load any new post. It just keep loading… http://prntscr.com/8trkp3
I’m using it on a site with Isotope, installed, followed the instructions and nothing happens. I’m using a custom wp_query because i’m calling custom post types, this is the site: http://index.ninja/lote/
HI, No matter what data you loading you just have working pagination and this plugin will work.
Please send me admin login details so I can setup for you.
Thanks.
after WP update something broken 
Hi,
Send me admin login details and also send me link on which page infinite scroll was working so I can setup again.
Thank You.
okay, A little bit later – will update fully (now restored from backup)
Okay no worry.
check you messages please. I’ve sent you account
I can’t find any issue. What is exact issue? Send me exact link and describe what is issue and also send me admin login details.
I have found login details but I can’t access login page. Its redirect to home page.
Hey I found how to access. Its working now. Please check.
that was fast! thank you!
Hello, I have a problem. Some categories hava alphabetical order on posts. For some reason when I press the button it loads the same articles again
Hi,
Seems like you are using invalid selectors.
Please send me admin login details so I can setup for you.
Thank You.
Hello, is it possible to tell me how I could change url with load more option?
Hi, It need minor modification in plugin. If you need this then please send me your site admin details and also ftp so I can do this for you.
Thank You.
I purchased the Woocommerce Infinite Scroll a bit ago, and loved the functions you guys provided! Now, with a new project I have amped it up a notch with this plugin. Hoping you guys can assist with setup. I had pagination working with a free plugin using the following calls, and it worked. I seem to be missing something with this newest installment, however. Happy to provide URL through private means if necessary. Here is the current setup: http://imgur.com/CcTbb8z
Yes please share URL and admin login details so I can check. You can send details at sbthemes@gmail.com Thanks.
Pre-purchase questions : You say this works with Masonry. Anything special to do other than the normal setup process? I ask because another plugin I tired didn’t append properly cause it didn’t support masonry.
Second, does this have an export/import settings option?
Thank you in advance!
Yes, This plugin works with masonry.
You need to reinitialize masonry object in plugin callback settings field.
Yes this plugin support Import/Export function.
Let me know if you have more questions.
Thank You.
Hi,
Please help me in setting up the plugin. i am unable to configure it. I have emailed you my site and credentials.
Thanks !!
Can you please send me your site link and admin login details at sbthemes@gmail.com ?
So I can setup for you.
Also send me links where you need infinite scroll.
Thanks.
Hi, would this work with W3 Total Cache and WP Super Cache?
Thanks
Yes of course it will work with these plugins. For more specific test if you can send me your site link then I can check exact structure so I can give more specific answer.
Thanks.
Hi there,
Very nice plugin and works great! One thing that i cant fix though. The site im working on has a voting system (upvote & downvote) for posts. But when infinite scroll goes to the “next page” the voting isn’t working anymore.. I had the same issue with a gif player but i could fix that with a callback provided by the plugin itself.
Unfortunately i cant figure out how to put a second callback (for the “post voting”) in the field. Everything i try returns in a broken situation 
I hope you can help me with this.
if you need login details please tell me
Thank you so much in advance!
Cheers,
Sander
Yes I need admin login details to find callback code.
You can send details at sbthemes@gmail.com
Thanks.
Hello!
I purchased your plugin and would like to know if you can help me adding the functionality to change url each time you hit the top of the next post on single post page.
site: http://cicom.staging.wpengine.com/
Please let me know what you think.
Thank you in advance.
Hi, I checked and looks like its already working. Thanks.
Hi, its kinda working using a third party plugin but is sluggish and some conflicts with my custom theme. I would prefer to customize “animated infinite scroll” plugin than using another plugin.
Please advise. Thank you
.
One more thing, is there a way to set a total limit of loaded posts.
Let say I want to load 20 posts and then just stop the animated scroll.
Thank you again!
Can you please describe me what problem exactly you facing? Sorry but there is no way to stop animated scroll after certain posts. Thanks.
Basically would like to change url each time you hit the top of the next post on single post page. Currently i’m using a third party plugin (auto load next post), but honestly don’t want to use it due to some jquery/theme conflicts.
So I’m wondering if its possible to accomplish that modifying your plugin. Thanks in advance!
Basically would like to change url each time you hit the top of the next post on single post page. Currently i’m using a third party plugin (auto load next post), but honestly don’t want to use it due to some jquery/theme conflicts.
So I’m wondering if its possible to accomplish that modifying your plugin. Thanks in advance!
Sorry but by default this plugin not give that option but I think you can get this with custom work.
Great. Tell me how to proceed
I need ftp details for that. I need to do custom work for this. You can send me admin and ftp details at sbthemes@gmail.com
I will do this tomorrow as it is late here.
Thanks.
Sent. Thank you again!
I purchased your plugin but it doesn’t work for me, please give me: Content Selector/Navigation Selector/Next Selector/Item Selector or any info needed. this is my shop url: https://www.alirezadadfar.ir/shop/
Hi, You can find all selectors here.
Content Selector: ul.products
Navigation Selector: .woocommerce-pagination a.next
Next Selector: .woocommerce-pagination
Item Selector: li.product
If it not works then please send me admin login details at sbthemes@gmail.com and I’ll setup for you.
Thanks.
I did this with pagination style. but there are some problems, if you take look at the bottom of the shop (link above) you find out what I mean.
When I choose “infinite scroll” it loads all products so many times! and the default PRODUCT NUMBER PAGE BOX still exists.
When I choose “Load more button” also the default product number page box still exists! (you can see this live now!)
When I choose “Ajax Pagination” I go to the page 2…3…4 … etc. Without the plugin effect!
I took a screen shot: http://uupload.ir/files/ssp4_error.jpg
Hi, Sorry my mistake.
Try this and let me know.
Navigation Selector: .woocommerce-pagination
Next Selector: .woocommerce-pagination a.next
Thanks.
tnx a lot, resolved, and may I ask you to send these items also for my blog: https://www.alirezadadfar.ir/italiano/
Sorry but your blog has only one post. I need more posts with pagination so I can read selectors from source.
Thanks.
Hi again, I have now more than one posts. tnx
Hey, Thanks for adding extra posts can you please add more? Because still there is no pagination. Add more until you can see pagination to next page so I can find pagination selector and next selector.
Thanks.
hi again. I fix it now. you may access the older posts now. tnx
Try this:
Content Selector: .et_pb_posts
Navigation Selector: article.et_pb_post
Next Selector: .pagination .alignleft a
Item Selector:
Let me know if it not works.
Thank You.
tnx but what about Item Selector:?
Again sorry. Its hard to paste code here. Again I swapped selectors. Actually I pasted all but I think I replaced.
Content Selector: .et_pb_posts
Navigation Selector: .pagination
Next Selector: .pagination .alignleft a
Item Selector: article.et_pb_post
thank you so much for the best supporting.
all issue are resolved now and I gave 5 star! I appreciate your work.
Thanks.
Hi, may I ask you to send these items also for my blog: https://www.alirezadadfar.ir/instagram/
Content Selector:
Navigation Selector:
Next Selector:
Item Selector:
BR
Hi,
Sorry but I can’t find next link.
I can see one link with text “??? ??? ?????” which is actually not link but its called some js function.
So please first enable pagination for this so I can find next and navigation selector.
Thanks.
HI,
I can’t get your plugin working with Masonry. I have added this to the On Pagination End:
$(’.archive-section’).masonry( ‘appended’, $newElems, true )
See it here – ht*p://fsp.trgo.si/2015
This method will not work in pagination end because you can;t get elements in $newElems.
So please give me your site URL so I can send code which you can set in pagination end field.
If you can send admin details then it would be good. So I can setup for you.
You can send details at sbthemes@gmail.com
Thank You.
Hi I want to buy this plugin but need help… I want to add this effect on a post lets say “Best Fitness Pictures” where i post about 7 pictures/ videos on my post and when i scroll to the bottom i want content loaded from a different page with same Category name and combine like 10 pages into this method.. is this possible
Hi, This plugin needs working pagination and it is convert your pagination into infinite scroll.
So if you have pagination for that 10 pages like initially load pictures and on next click load more content then my plugin will work.
Can you send me your site link so I can check if it works or not.
Thank You.
hey no i don’t have pagination on my posts.. I am using http://demo.cactusthemes.com/#truemag
it would be great if your plugin worked like this (Infinite Scroll_Page id= 78) (Infinite Scroll_Page id= 80) (Infinite Scroll_Page id= 82) (Infinite Scroll_Page id= 95) .. and so on…
loading each posts as the user scrolls more to the bottom.. anyway you can make this work on my page ? I would buy this
but only loading the content from each post.. not the title or author or comments or anything in that nature.. Just the text/Html
This will not work without pagination and also this plugin is not generating any query. It is completely based on your pagination so it will fetch all posts page by page as like your pagination.
So first you need working pagination as like your logic.
Thanks.
Hi,
Can I use with multiple instances? See http://eju.tv > 3 columns with different containers and selectors….
Yes this plugin works with unlimited instances. Only requirements is you must have working paginations and this plugin will convert your pagination to infinite scroll.
Thanks.