No reply at the events forum so far..
So I tried to use a JavaScript snippet:
var search = "#_LOCATIONLINK - #_LOCATIONADDRESS, #_LOCATIONTOWN";
var replacement = "";
document.body.innerHTML = document.body.innerHTML.split(search).join(replacement);
And it works on a normal site. However, not on the buddypress profile where I want it. I think because the events section is a a subsection of the generated user site. So i can’t directly add this JS to the specific user sites. I put it in the snippets plugin which should work on all websites and also I used a snippets plugin for the highest parent side of the user profiles, but no success..
Does anyone had this problem too or any idea how to fix it?