Infinite scroll bug

Hello I found out a strange behaviour with the Infinite scroll on Activello.

The older posts appear inside a black box that becomes purple once you hover on it with the mouse. I found this issue with Jetpack and this theme jointly.
I tried other “infinite scroll” plugins but none of them (the most popular) seem to work with Activello. Even if I disable the Jetpack infinite scroll how can I have a similar feature working on the theme?
Any advice on that?

thanks
Joe

Hi Joe,

I hope you are well today and thank you for your question.

I have tested it on my test site and it’s working fine for me using latest version of Activello theme.

Could you please share me your site URL where it’s happening so that i can troubleshoot it?

Best Regards,
Movin

You can try resolving this issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

#infinite-handle {
    clear: both;
}