During troubleshooting, I discovered an issue which affects taxonomy views, only when pagination with AJAX is enabled.
Appreciate you brought this forward and I've shared these findings with the concerned team for further review. I'll keep you updated with the progress through this ticket.
For now, you can remove the shortcode "[wpv-post-body view_template="Tema slider - slide"]" from your view "Tema slider" and instead load the content from the loop item directly, by placing it in between the tags <wpv-loop> & </wpv-loop>.
( screenshot: hidden link )
Waqar has holidays this week, let me jump in here.
The problem arises when the View output uses a linked content template to group together the fields and any other content that will be output for each post.
You achieve the same results—but not suffer from the ajax issue—if you move the markup from the linked content template and place it all directly between the wpv-loop tags.
If you used the Loop Wizard to produce the markup in the Loop Editor required to display the results using a Bootstrap grid then it will have included the wpv-post-body shortcode that links to the template several times (once for each column).
To continue with this Bootstrap grid, you need to replace every wpv-post-body shortcode with the whole markup from the linked template, meaning you will re-use the same markup several times within the same Loop Output section.
But it should continue to work as before in terms of the output layout.