NO BUG: Product Pagination elemenet doesn't skip to the top of the page

Hi, the Product Pagination elemenet doesn’t skip to the top of the page.
BR
Piotr

Browser: Chrome 110
OS: macOS / Windows / Linux / etc.
URL: Link to a page that illustrates this issue
Video: Short screen recording that illustrates this issue (free tool: jam.dev)

[Please describe this bug in as much detail as possible so we can replicate & debug this bug]

Hi Piotr,
Thanks so much for your report!

Are you using the products pagination with the products element or a custom loop? If you use a custom loop + Ajax you could put a scroll to interaction on the pagination (use the regular pagination element, not the products pagination), see: Interactions – Bricks Academy

Basically, this is not a bug, as the functionality does not exist. Accordingly, it would be a feature request/improvement rather than a bug.

Best regards,
timmse

1 Like

What makes something a bug then? I would think when it contradicts expected behavior.

Example: I’m using on a custom post type loop, regular pagination not Ajax. Whenever I click on a pagination link (anywhere I see pagination links) I would expect to be taken the top of the page it loads, or to the top of the container that has the paginated elements. Instead it takes me to the bottom of the next page where the pagination links are.

CORRECTION: I was using AJAX because there was no archive for that post. Expected behavior remains the same though. Nobody ever wants/expects to have to scroll up after clicking a pagination link.