Site logo

Archived topic

Infinite scroll loading animation goes big in product category pages.

2 replies · Started by Ethan on November 17, 2020

Viewing posts 1–3 of 3

Hi team,

I contacted this plugin's developers but they said that this is happening because of the theme I am using, which is Generatepress. That's why I am writing to you.

I use YITH infinite scrolling plugin to achieve infinite scrolling on my homepage (which is the main shop page) and category pages. It works fine for the homepage, but for the category pages the scrolling down animation gets too big and pixelated.

Do you think there is a setting in Generatepress causing this? I am deactivating my caching for you to look at.

Thanks in advance.

I was able to fix it, sorry for that guys. Just to help future problems for people, you just need to add this code in your custem css section:

.yith-infs-loader img {
width: auto!important;
}

Glad to hear you found a solution - and thank you for sharing the method!

This archived topic is closed to new replies.