Display Buddypress Activity Stream and fade in only 1 at a time.
-
This is what I have now:
`
<li id="activity-”>
`
And it displays :
Tosh posted an update: 17 hours, 44 minutes ago ยท View
Etc, etc.What I want to do is display only one
- at a time and then fade it out and replace it with the next one. This is going to go in the live chat area I have so it will show the latest activity on the site.
This would have been perfect – http://medienfreunde.com/lab/innerfade/
But I can’t get it to work, wordpress breaks it. This is what I have so far:
`
jQuery(document).ready(function($) {
$(‘#news’).innerfade({
animationtype: ‘fade’,
speed: 1500,
timeout: 4500,
type: ‘random’,
containerheight: ’1em’
});
});
`Is there an easier way to do this. Maybe something that doesn’t conflict with WordPress… Or another workaround perhaps.
- at a time and then fade it out and replace it with the next one. This is going to go in the live chat area I have so it will show the latest activity on the site.
You must be logged in to reply to this topic.