• Resolved Steven Jay Cohen

    (@stevenjaycohen)


    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)
  • Hey Steven,

    Thanks a lot for reporting that to us.
    Can you please create a new support ticket at [email protected] 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

    (@stevenjaycohen)

    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.