I would love to see if anything is possible for the ‘Load more’ Ajax loading option in query loops.
Right know when i use it (in Woocommerce product categories) it would work, but i am using pagination. For SEO it doesn’t matter much (noticed that both options are showing dead links in SEO).
Few options:
- When using it it takes a bit to long to load the next set of products (or posts for other people). I tried using like a fade-in effect, but somehow that kept messing up and i saw random products retriggering this fading-in effect. Maybe something like this could be build in. A fade-in could make it appear smoother.
#edit: This is now solved. Plugin I was using was causing issues, because of jQuery error and i had posts per page set to default.
- A combination of a ‘load more’ button and that it triggers automatically. I think with interactions this maybe already possible, but it would need a bit more “flair”. For example the custom text on button (usually “Load more”) could be loading spinner after clicking until loaded.
- Maybe a loading spinner when it loads up the next set of posts.
- Change the ‘load more’ button into custom text like “All posts loaded” (or “All products in this category loaded”) when there are no posts left to load.
I am aware that this is asking a lot and probably not even possible, but i can always ask.
I can’t even get the transition effect like the fade in working, so i won’t expect that i get this done anytime soon.