get_the_author_meta not working

In the “homepage” code you posted, you have get_the_author_meta commented out.

<?php /*?><img src="https://wordpress.stackexchange.com/questions/77403/<?php echo esc_attr( get_the_author_meta("author_pic_sidebar', $user->ID ) ); ?>" alt="" /><?php */?>

That is why it doesn’t work. See that <php /*?> right at the beginning of the line?