• Resolved VegasWill

    (@vegaswill)


    Rated PG13 website with LEGAL Courtesans.

    How do we get it do when they click page 2 of the pagination, they go to the top of the gallery?

    Thank you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Imagely

    (@imagely)

    Hi @vegaswill,

    There’s no such a setting but you can try to add the custom JS rule from below using a plugin like Simple Custom CSS and JS to add a scroll to top on the pagination click event:

    jQuery(document).on("ajaxComplete",function(){jQuery(".page-numbers").click(function(){setTimeout(()=>{document.getElementById(document.querySelector(".ngg-galleryoverview").id).scrollIntoView()},1e3)})});
Viewing 1 replies (of 1 total)
  • The topic ‘[NSFW] Pagination’ is closed to new replies.