The code snippets below should be pasted into your child theme's functions.php file.
Here is how you can move the post image above the post title.
// Move the post image above the post title.
beans_modify_action_hook( 'beans_post_image', 'beans_post_title_before_markup' );