Hello,

There is an error when putting various views in the same content.
The pager looks to put the same url (like ?page=x,y) in both pagers so when going to page 2, both views go to page 2...

Thanks for all your jobs.

Comments

tfeserver’s picture

Tested with devel. branch: same result.

pasqualle’s picture

You need to change the pager element in one of the views.

On the view edit page > Use pager > Yes > set Pager Element to 1

then the two pagers will be handled as ?page=x,y (where x corresponds to page in view1 pager, y corresponds to page in view2 pager)

tfeserver’s picture

Status: Active » Closed (fixed)

It works fine that way.
Sorry for this bad entry.