@fl4re
3 years ago
it work better in bp-core/bp-core-template.php
function bp_is_active( $component = '', $feature = '' ) { if ($component=='activity') { if (strpos($_SERVER['REQUEST_URI'], "elementor-preview") == true){ return false; } }