i can not thank you enough for your answer it is a major bug in salient theme which leads pagination not working even if value is set via admin setting.
Thank’s a lot.
can you please let me know how do you fixed because i am facing same issue
Go to \wp-content\plugins\bbpress\includes\common folder and open template.php file and go to line: 2319 and put the condition as bellow
if($r[‘current_text’] == ‘Forums’){
$crumbs[] = $r[‘current_before’] . ‘/put your text here./’ . $r[‘current_after’];
}else{
$crumbs[] = $r[‘current_before’] . $r[‘current_text’] . $r[‘current_after’];
}
try above code it’s work for me