Title: Prevent Vertical Scroll while Paging Testimonials
Last modified: August 31, 2016

---

# Prevent Vertical Scroll while Paging Testimonials

 *  Resolved [JRyven](https://wordpress.org/support/users/jryven/)
 * (@jryven)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/prevent-vertical-scroll-while-paging-testimonials/)
 * Hey, there!
 * Phenomenal new version.
 * I was wondering if there would be a way to prevent vertical scrolling to the 
   top of the testimonial while paging? I have an application where that isn’t helpful.
 * If there’s not convenient method – can you point me toward the file where that
   jQuery exists? I can tinker.
 * [https://wordpress.org/plugins/strong-testimonials/](https://wordpress.org/plugins/strong-testimonials/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  anonymized-13171256
 * (@anonymized-13171256)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/prevent-vertical-scroll-while-paging-testimonials/#post-7125578)
 * Thanks J. Sorry I missed this earlier. I don’t always get email notifications
   for new support posts for some reason. Otherwise I would have added an option
   to the update I just published. I will work on that and publish an update tomorrow.
 * Meanwhile, find this line in `strong-testimonials/js/quickpager.jquery.js`:
 *     ```
       $("html, body").animate({scrollTop:scrollto}, 800);
       ```
   
 * and add 2 slashes in front like so:
 *     ```
       //$("html, body").animate({scrollTop:scrollto}, 800);
       ```
   
 *  Thread Starter [JRyven](https://wordpress.org/support/users/jryven/)
 * (@jryven)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/prevent-vertical-scroll-while-paging-testimonials/#post-7125613)
 * Perfect, Chris! Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Prevent Vertical Scroll while Paging Testimonials’ is closed to new replies.

 * ![](https://ps.w.org/strong-testimonials/assets/icon-256x256.png?rev=3134855)
 * [Strong Testimonials](https://wordpress.org/plugins/strong-testimonials/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/strong-testimonials/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/strong-testimonials/)
 * [Active Topics](https://wordpress.org/support/plugin/strong-testimonials/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/strong-testimonials/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/strong-testimonials/reviews/)

## Tags

 * [vertical scroll](https://wordpress.org/support/topic-tag/vertical-scroll/)

 * 2 replies
 * 2 participants
 * Last reply from: [JRyven](https://wordpress.org/support/users/jryven/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/prevent-vertical-scroll-while-paging-testimonials/#post-7125613)
 * Status: resolved