This is how to display an Advanced Custom Field (ACF) outside of the WordPress Loop:-

In our tests we have found that 'the_field' and 'get_field' are interchangeable methods - the main thing is to ensure that you add '$post->ID'.