I installed the plugin and assigned it to the relevant page but the problem is that the custom fields display 'no image selected' after I have uploaded them and do not appear on the relevant page. Any ideas?
For reference, I have set 'Page Template' as equal to 'Home' (the relevant page) on the custom fields rules.
This is the code I am using to call the image on the template:
<img src="<? the_field ('image_2'); ?>" class="middle" alt="image2"/>