I’m still experiencing an issue with missing images similar to Canton.
Given this code, which should pull image headings and then images:
<?php if (get_field('image_heading')) {
echo '<div class="img-heading"><h4>'.get_field('image_heading').'</h4></div>';
}?>
<img src="<?php $image = get_sub_field('image'); echo $image['sizes']['row-shot-big']; ?>" class="img-responsive aligncenter">
The output shows as:
<div class="img-heading"><h4>Programs in Spiritual Psychology</h4></div> <img src="" class="img-responsive aligncenter">
The images don’t show up. This is for the non-pro version, I think. But the issue seemed similar enough to follow up here.
Plugin Name: Advanced Custom Fields
Plugin URI: https://www.advancedcustomfields.com/
Description: Customize WordPress with powerful, professional and intuitive fields.
Version: 5.7.12