I added pagination to a collection, that is displayed further down the page.
Thus, I would like to jump to that section, when the pagination is used.
I have tried https://example.com/page:3#mysection
, but that only scrolls to the top of the section and does not page, as the bookmark takes precedent over the params.
For now, I am using https://example.com/page:3?goto=mysection
and do jump to the section using JavaScript. This is far from ideal, as there is a delay due to the page contents loading. And Iād like to avoid JS whenever possible.
How can I solve this?