Unless otherwise indicated, the code snippets you see below should be placed into your theme’s functions.php file.
Here’s the code to activate the Author Box globally for Single Posts:
<?php
//* Do NOT include the opening php tag
//* Display author box on single posts
add_filter( 'get_the_author_genesis_author_box_single', '__return_true' );