I found another bootstrap .hidden css issue. When an activity is longer than 5 threads, buddypress hides all but the last 5 replies automatically. They add the hidden class to the “li” and then toggle it without removing .hidden. I couldnt figure out a way to override that css rule. Maybe you can. In the meantime, to fix it I commented out
COPY CODE
jq(this).addClass('hidden');
on line 1603 in /kleo/buddypress/js/buddypress.js
You can see it doesnt work on your demo site here: http://seventhqueen.com/themes/kleo/members/demo/activity/1346/
Personal rant: Buddypress needs to fix the whole activity commenting junk. arrg.
This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com