Blog/CMS Load More Button?

@ben Are we any closer to getting the “Load More” button working for a blog? Every time a new version of Elements arrives, I test this, but it still never works for me. I know there used to be some issue with sites hosted on Chillidog. But my sites have now been moved to a new server, so they should be working.

The behavior exhibited is that when I click on the Load More button, instead of another row becoming visible on the screen, the page will refresh, and the Load More button will disappear, with no new items becoming visible.

I have been forced to disable using the Load More button and instead display all the items, which forces the user to do a lot of scrolling. In the process of doing this, switching to display all items, I have found it would be incredibly handy if there were simply a DISPLAY ALL option. Instead, I have to pick a randomly large number for the number of items to display.

I have had a similar problem. The Load More component ceased working on two of three pages in my blog. I thought, and still think, that there may be an error in one of my collections’ markdown files, but I can’t locate the error.. I have removed the Load More components and replaced with a Collection Pagination components. Obviously it is not the same thing, but all involved markdown files respond as expected. (I am uncertain whether this indicates that there are no errors in the markdowns.) The Collection Pagination component is not a bad alternative.

In my case, all of the involved markdown files worked flawlessly in the past, but the Load More stopped working after some changes to my hosting service’s servers. I have since moved to the new hosting servers, and the problem persists there.

I think this issue related to having a blog collection in a sub folder.

However, good news! @ben has now fixed this and it’ll be shipping in the next build of Elements, due this week!

@dan I just tested my problem by moving the page out of a sub-folder, and it did not seem to make a difference; in fact, it got even worse. When I clicked the Load More button, all of the other items in separate collections disappeared. I then tried the Pagination component, and it did the same thing.

Look forward to seeing if the fix works.