Forum Replies Created
-
Sorry, but I can not find a solution to my problem. I tried it with the options you suggest me, but I can not fix it. I’m not using special templates for BuddyPress. It would be good to find a solution by funtions.php that works for all users, as other users have reported a similar problem. Thank you!
Hi @danbp
Thanks!!I found this code to solve the problem pasting it into funtions.php of my current theme, but it does not work. With the theme Twenty Thirteen not the comment list appears, so it is clear that the issue is a problem I am using.
add_filter(‘tc_show_comments’, ‘disable_comments_buddypress_pages’);
function disable_comments_buddypress_pages( $bool ){
if ( is_page() && is_buddypress() )
return false;
return $bool;
}I have the same problem in my buddypress. You managed to solve it? My website is: http://www.artnowgallery.net/activity/
I found this code to solve the problem pasting it into funtions.php of my current theme, but it does not work. With the theme Twenty Thirteen not the comment list appears, so it is clear that the issue is a problem I am using.
add_filter(‘tc_show_comments’, ‘disable_comments_buddypress_pages’);
function disable_comments_buddypress_pages( $bool ){
if ( is_page() && is_buddypress() )
return false;
return $bool;
}I have the same problem: buddypress not send emails notifications to users. Some temporary solution while definitely solve?
In my case, the problem is solved if I change the theme. I’m not sure if I use ajax.Thank!
Hi! The temporal solution is working. Thank!
Any solution to this problem? I have the same problem on my site buddypress, but only with profile pictures.