Support

Account

Home Forums Bug Reports ACF 5.7.11 Breaks Image Field Reply To: ACF 5.7.11 Breaks Image Field

  • To further this, I’ve created a new flex layout called Cards, so I have a template called content-cards.php. In here I have a repeater field called cards, this shows in the get_field_objects() but not when I use the usual ‘have_rows(‘cards’))’, however if I rename it to have_rows('card_blocks')) then it does. Again, the naming could be improved on my behalf, however these are things that worked prior to 5.7.11, so there’s defiantly some weirdness happenings still.

    Interestingly, in this repeater field I have an image field called image which is working. Not sure if it’s because the scopes different in a repeater, but may be of use.