This topic has 1 reply, 2 voices, and was last updated 8 years by sharmstr.

  • Author
  • #93287
     debu89
    Participant

    I want to disable animated loading of bp activity posts.After few minutes only one or two posts are showing…previous posts not coming only blank screen…

    #93365
     sharmstr
    Moderator

    Try this in your child theme’s functions.php file

    COPY CODE
    
    add_action( 'init', 'remove_activity_animation' );
    function remove_activity_animation()
    {
        remove_filter('bp_get_activity_css_class', 'kleo_bp_activity_classes');
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

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

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?