infinite scroll loading icon

Posted in: Newspaper
Post count: 5

I noticed that you seem to have made the loading icon with css, the one that shows while the infinite scroll is pulling more data from the server. Which is awesome, however what if I want to add my own custom loading icon as a .gif image. which class would I customize to add this feature?

Post count: 22421

Hi,

This is the class you are looking for if you want to change the animation: http://screencast.com/t/pdhZSQRecTU
You should also look for it in the css file.

Thank you!

Post count: 5

I have went to the point of deleting all of the .td-loader-gif styles and this loader still does not go away. I have tried deleting the cubic-bezier from the style sheet entirely and it is still there. It is soo annoying please tell me the actions I need to take to remove it from the theme completely. I was able to add my own gif but yours still haunts it. How can I remove this animation without it taking away from the other styles in place to give it the correct positioning?

Post count: 5

i tried this and it did not work. On top of deleting all animations under the loader styles and clearing my cache to get the most up to date styles. This animation is seriously annoying, can you please tell me how to get rid of it?
.td-loader-gif{
background:url(myurl);
background-size:contain;
animation:none;
transform:none;
transition:none;
}

  • This reply was modified 9 years by txgossip.
  • This reply was modified 9 years by txgossip.
  • This reply was modified 9 years by txgossip.
Post count: 5

nevermind, I fixed it by editing the .js file. Thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.