Title: Infinite Scroll jumbling posts
Last modified: September 1, 2016

---

# Infinite Scroll jumbling posts

 *  Resolved [Steven Jay Cohen](https://wordpress.org/support/users/stevenjaycohen/)
 * (@stevenjaycohen)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/infinite-scroll-jumbling-posts/)
 * Nice to see that you have added infinite scroll support.
 * Unfortunately, it doesn’t work properly, either in your theme or in a child theme.
 * Posts “jump” out of order and overlap each other. Eventually, they break the 
   masonry grid and simply display vertically.
 * I needed to DISABLE infinite scroll in my child theme to get back your previous
   functionality.
 *     ```
       function stop_infinite_scroll() {
       		remove_theme_support( 'infinite-scroll');
       	}
       	add_action( 'after_setup_theme', 'stop_infinite_scroll', 999 );
       ```
   
 * Since Infinite Scroll does not work in the Live Theme Preview mode, it clued 
   me into the fact that I needed to disable the functionality in order to get my
   posts to behave.
 * I am wondering if this is connected to that post-out-of-order bug you are looking
   at.
 * I would be happy to remove my patch so you can see the issue if we can schedule
   a short window in which to do so. I do not want to leave my site in a broken 
   state for very long.

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

 *  [Basilis Kanonidis](https://wordpress.org/support/users/basilisthemeisle/)
 * (@basilisthemeisle)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/infinite-scroll-jumbling-posts/#post-7558928)
 * Hey Steven,
 * Thanks a lot for reporting that to us.
    Can you please create a new support ticket
   at [friends@themeisle.com](https://wordpress.org/support/topic/infinite-scroll-jumbling-posts/friends@themeisle.com?output_format=md)
   and add as subject ” Attention to Basilis ” so we can get a further look at it
   together?
 * I would love to debug the issue and get it shorted as soon as possible and if
   that is a conflict, to release a new update.
 * I would appreciate it a lot!
 *  Thread Starter [Steven Jay Cohen](https://wordpress.org/support/users/stevenjaycohen/)
 * (@stevenjaycohen)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/infinite-scroll-jumbling-posts/#post-7559050)
 * Will do!
 * And, will post a resolution here (once there is one).

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

The topic ‘Infinite Scroll jumbling posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oblique/2.0.19/screenshot.png)
 * Oblique
 * [Support Threads](https://wordpress.org/support/theme/oblique/)
 * [Active Topics](https://wordpress.org/support/theme/oblique/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oblique/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oblique/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [Steven Jay Cohen](https://wordpress.org/support/users/stevenjaycohen/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/infinite-scroll-jumbling-posts/#post-7559050)
 * Status: resolved