Would also love to get an answer here.
Found a work around, but if there is a better solution for the query, I would be happy 🙂
Workaround: just add a date in the past as default value
// default value for "showed_last" field
function default_start_date($field) {
$field['default_value'] = "2000-01-01 00:00:00";
return $field;
}
add_filter('acf/load_field/name=showed_last', 'default_start_date');
Does anyone have any ideas?
I haven’t made any progress yet, unfortunately.
Did you check the Link of the images (is the path wrong?) or used the dev tools to have a look at the images? Looks like it is not an ACF thing because the right amount of images is added to your html code.