- πΊπΈUnited States smustgrave
Since there has not been a follow up going to close out for now.
If still a bug please reopen.
- π©πͺGermany Anybody Porta Westfalica
I can still reproduce the issue with the Glossary view. Its letter navigation is non-ajaxified. Let's wait until someone can confirm this, before reopening. https://www.drupal.org/project/drupal/issues/2877958 π Glossary View: Ajax doesn't work Closed: duplicate
- Status changed to Needs work
about 2 months ago 5:17pm 28 June 2025 - π§π·Brazil igorgoncalves
Thanks @anybody, i think we can reopen though.
I just struggle with this issue on my project today.
I will leave steps to reproduce:
1 - clean install Drupal 11.2.2
2 - contrib module: views_load_more 2.x-dev
3 - create 2 or 3 test articles.
4 - create a page view with pagination of 1 article by page, and using the load_more link.
5 - check the view working with olivero, claro... any theme.
6 - now drush generate a test theme with base theme: stable9
7 - check views pagination stop work.After copy the views-view.html.twig file from olivero theme into my test theme folder. the views is back to work
I tried to only add the classes as yivanov suggested at #6 but didnt work.