• Resolved Sun

    (@sunrv)


    Hi,
    I’m facing an issue where I’m using Pods pagination, but upon switching in these pages the whole webpage reloads to load in the next pods page. This is an issue because the pods is placed somewhere in the middle of the webpage which is longer than 100vh, so you need to scroll to it in order to view the next pods page.

    Can this be prevented by adding ajax loading to the pagination somehow?

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jory Hogeveen

    (@keraweb)

    Hi @sunrv

    AJAX could indeed fix this, however, you will need to implement that yourself as Pods doesn’t include such functionality.

    Another option is to use anchors so the visitor will autoscroll to the location of that element ID.

    Both implementations will require manual customizations.
    Of course you can create a feature request so the team can review this and decide whether we could include this in core: pods.io/submit

    Cheers, Jory

    Thread Starter Sun

    (@sunrv)

    Hi Jory,

    Thank you for the reply. I’ll create a feature request for this and look for options to implement either one of your recommendations for now.

    Thanks for the suggestions!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pagination using ajax’ is closed to new replies.