Support

Account

Forum Replies Created

  • Sorry John for the late reply, but I just came back to it today.

    The correct code was:

    $('#my_select').live('change', function(){
        acf.ajax.update( 'rule_name', $(this).val() ).fetch();
        $(document).trigger('acf/update_field_groups');
    });

    I misspelled the rule name in my code.
    When I got the ajax to work, I finally noticed that the matching condition was always returning false 🙂

    So finally everything works, really powerful stuff these custom location rules 🙂

    Thanks

    Michael

  • Hi James,

    I did a few days ago, but I need to troubleshoot it myself more and I don’t the time to spend hours on it yet. The first idea is it could be linked to Object Caching.

    I’ll let you know and update the ticket when something comes out.

    Thanks

    Michael

  • Just an update, I had to revert back again to 5.3.2.
    I could not save existing post anymore because of required field not working properly.
    No matter if the required fields are provided with data or not, they keep on prompting the user to provide a missing information that is provided.

    Not sure why but the versions after the 5.3.2 are just a nightmare !!!
    I usually don’t vent much but it’s really upsetting to waste so much time after a minor update.

  • Sternsbergerm, I finally got it working today with the latest version.

    I disabled object caching and json acf local, then disabled each groups.
    After I enabled them again, duplicates disappeared.
    I finally put back the json local and the object cache and saved each group again.

    This is more like a trial/error process rather than a secret recipe but it ended up working.

    The cog icon linking to the group field settings still appears twice though.

    Something done in the 5.3.3, seems to have a issue either with local json or object caching. Not really sure why.

    Michael

  • Revisions are actually created but the meta are not included in the revision or at least they don’t show.

  • You could have associated any role to new created member, not just subscriber.
    This solves the permission issue without additional plugin.

  • Hi,

    Just wanted to check about this issue or feature.
    I took time to go through the different posts related to this but I’m still confused.
    I’m still not sure what is the best way to trigger the revision in the callback.
    The wp_update_post doesn’t seem to work.

    Any advice on how to get pending revisions on acf_form updates?

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