- 🇮🇳India nikhil_110
Tried to reproduce the issue on local, but not get any issue in Views Load More 2.0.0-alpha1 also.
attached a video's
Setup Drupal with Views Load More 2.0.0-alpha1
Created a view with pages and blocks and used load more in pager with setting 1 record per page - Status changed to Postponed: needs info
11 months ago 8:58pm 19 December 2023 - 🇺🇸United States cedewey Denver, CO
I am also able to install and configure the module as expected. Marking this, "Postponed (maintainer needs more info)."
- 🇳🇿New Zealand CheJim
I had the same issue on a new site, D10.2
The issue was there wasn't a .view-content wrapper around the view rows in the markup, and I hadn't specified an alternative selector for the wrapper in the pager options. There were no errors in the browser console or watchdog.
- Status changed to Needs work
6 months ago 3:08pm 24 May 2024 - 🇧🇷Brazil joaopauloc.dev
Same issue here, thankfully for the @chejim comment I could fix, this setting that we need to do when we use a different view format could be added on the module page, this documentation will save time from other people.
To reproduce, just create a view and set a format that does not use the .view-content as a wrapper and the issue appears.
Steps to reproduce added on issue summary.
- 🇧🇪Belgium vodde83
There's more, if you look closely the default selector is
> .view-content
( notice the 'greater than' arrow ).
So your row wrapper also has to be a direct descendant of the whole View wrapper! Easy to miss but in our case the issue, as we had additional HTML in-between.