This topic has 4 replies, 2 voices, and was last updated 10 years by glassinebooks.

  • Author
  • #21841
     glassinebooks
    Participant

    Hi,

    I’m having trouble stopping content from animating as you scroll down through a page on my site, http://www.glassinebooks.com. The problem is, I’ve put a little scrolling overscroll box for the activity stream on my main page, and I’ve found that the items at the bottom of the activity stream aren’t appearing. I assume it’s because they haven’t animated in yet, since the areas are still clickable, just not visible. I’ve tried removing the css_animation shortcode for that section, but it didn’t work. I’m not sure what else to do.

    #21875
     Catalin
    Moderator

    Hello,

    What is the value for the parameter kleo_bp_activity_stream number=”x”? Have you tried increasing the number to get more items to be shown?

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #21879
     glassinebooks
    Participant

    Hi Catalin,

    It’s set to 10, I’ve played around with numbers from 2 to 20, and when the number is low (2 or 3) they will all show, but ideally I would like to show 15. I’ve found that when I scroll all the way to the bottom of the page, one or two more elements will load, but rather than having them animate and load one by one, I’d like them to load when the page loads, or at least when the div that I’ve set to overscroll loads.

    #21882
     Catalin
    Moderator

    Hello,

    You need to add in style.css file from your child theme folder this code:

    COPY CODE
    
    body.home-page #buddypress ul.activity-list li
    {
      opacity:1;
    }
    
    

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #21933
     glassinebooks
    Participant

    That worked great! Thanks a lot Catalin for the speedy responses =)

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Removing animation from activity stream’ is closed to new replies.

Log in with your credentials

Forgot your details?