Hello,
We had the same problem. In fact, our research online shows that many people are in the same situation. Fortunately, my colleague found a work-around on a forum.
Simply put the following line at the end of your /wp-content/plugins/bp-custom.php file:
add_filter( 'bp_docs_do_theme_compat', '__return_false' );
This fixed the problem for us. I hope it does for you too.
Evren
Thread Starter
evrenk
(@evrenk)
Hi hansa1,
The encoding you might get at the beginning might be different. When you open the file in a text editor, play with the encoding settings until the characters appear OK and then change the encoding to UTF-8. Does it work?
Kind regards,
Evren