Support

Account

Forum Replies Created

  • Hi Elliot,

    thanks for the new link, unfortunately I cannot find a way to access the repo from there. So please, can you also add my github “o1y” to your private repo.

    Thanks! 🙂

  • Hi Elliot,

    thanks for your great work! Should I buy the ACF developer license to access your now private repository? If I click on “Account” I only get the error message “Sorry, this page was not found…” 🙁
    Can’t remember if I used a different account for buying acf in the past.

    Thanks in advance,
    o1y

  • Thx QuietNose, but var $targets = $('#'+item.field_id); broke all my conditionals if no repeater fields are present. It’s because the attribute data-field_id is empty on those fields.

    I don’t dive deep into the code, but with the following dirty hack I go around the issue: var $targets = (item.field_id.length != 0) ? $('#'+item.field_id) : $('.field_key-' + item.field);

    Only tested with repeater add-on!

Viewing 3 posts - 1 through 3 (of 3 total)