I'm using the latest dev version of the 8.x-3.x branch, and ajax for the views pager does not work for a view block placed in any region of my subtheme (or in the parent bootstrap theme).
I've tested the same block in the admin theme, and it works as expected. It will even work if I comment out the `base theme: bootstrap` line in my subtheme's info.yml file, so it seems to me that the issue is isolated to the parent bootstrap theme.
I've tried for a while to get it working, but no luck so far.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | bootstrap_ajax_views_pager_fix-2638816-3.patch | 1.17 KB | clint.beacock |
| #2 | bootstrap_ajax_views_pager_fix-2638816-1.patch | 1.27 KB | clint.beacock |
Comments
Comment #2
clint.beacock commentedFigured out it was related to some missing classes in the views.html.twig and pager.html.twig templates. Patch attached.
Comment #3
clint.beacock commentedComment #4
clint.beacock commentedPrevious patch had a mistake. Use this one:
Comment #6
markhalliwellThanks for the patch @clint.beacock!
Comment #8
clint.beacock commented