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.

Comments

clint.beacock created an issue. See original summary.

clint.beacock’s picture

Figured out it was related to some missing classes in the views.html.twig and pager.html.twig templates. Patch attached.

clint.beacock’s picture

Status: Active » Needs review
clint.beacock’s picture

Previous patch had a mistake. Use this one:

markhalliwell’s picture

Component: User interface » Templates
Status: Needs review » Fixed

Thanks for the patch @clint.beacock!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

clint.beacock’s picture