
I find solution on your page:
add_action( 'wp', 'beans_child_setup_document' );
function beans_child_setup_document() {
// Only apply if for single view.
if ( is_single() ) {
beans_remove_action( 'beans_post_image' );
}
}
Now It is working.

Hey Boris, I am glad to hear you found the solution by yourself this time around 🙂
Have fun,