• Resolved contemplate

    (@contemplate)


    We had to rollback to version 4.0.2 b/c our ACF Repeater Loops all broke on 4.1.0. I double checked the documentation our loop is correct. I see in the new version we have to declare a type but what would that be for an ACF repeater loop?

    <ul class="rar-links-list">
      <Loop acf_repeater="_readaloudrevival_master_class_event_links">
        <li>
          <a href="{Field link}"><Field text /></a>
        </li>
      </Loop>
    </ul>
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thanks for the heads up @contemplate! This was a bug that’s been fixed in version 4.1.1 which was released yesterday.

    • ACF integration
      • Repeater: Correctly set up subfield loop

    Unrelated fun fact given your username: early on we considered calling L&L “contemplate.”

    Thread Starter contemplate

    (@contemplate)

    Awesome Thanks!

    Sounds like great minds think alike ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Version 4.1.0 breaks ACF Repeater Loops’ is closed to new replies.