• Resolved theotheo

    (@theotheo)


    Right now when using ajax pagination with this plugin it just loads the next page but doesn’t scroll up.

    The option to enable scroll up after page load would be perfect.

    As of right now, what can i do? Is there any javascript i can add to make this happen?

Viewing 1 replies (of 1 total)
  • Thread Starter theotheo

    (@theotheo)

    Found a solution myself.

    Go to load more products plugin settings, select javascript/css and paste this code in the After Update column:

    jQuery('html, body').animate({ scrollTop: 100 //Set the distance from top that you prefer }, 'slow');

Viewing 1 replies (of 1 total)
  • The topic ‘Scroll up after page loads – Ajax pagination’ is closed to new replies.