• wildmercury

    (@wildmercury)


    Been having a support discussion with AE team and now need your help:
    – We have a Bidirectional relationship field used in Post Blocks widget of the AE plugin. Return value of that field is set as Post ID in ACF.
    – AE are using get_field function of ACF to fetch the data. While in editor it is returning array of Post ID, but on frontend it is returning array of Post Objects.
    – I tried to disable ACF Frontend plugin and it fixed the issue (Post ID returned). Seems like something is interfering the behaviour of get_fields function on the frontend.

    Note: ACF doesn’t supports bidirectional fields by default. I think it is added through ACF Extended plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Windurin

    (@windurin)

    I’m also having conflicts with this plugin and Anywhere Elementor. I got the following error when updating to the latest ACF Frontend Form:

    Warning: Invalid argument supplied for foreach() in …/wp-content/plugins/anywhere-elementor-pro/includes/modules/ae-dynamic/dynamic-helper.php on line 45

    If I disable Anywhere Elementor while ACF Frontend Form is enabled I get a blank page all across the site. If I disable ACF Frotnend Form while keeping Anywhere Elementor enabled, the site loads as normal.

    The line in Anywhere Elementor it’s referring to is:

    foreach ($acf_group[‘location’] as $locations) {

    So it’s related ACF Groups which I don’t even use, although that section also mentions Repeaters, which I do use.

    Thread Starter wildmercury

    (@wildmercury)

    Any update on this? I’m still seeing the issue, even after your most recent updates.
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Possible conflict with Anywhere Elementor?’ is closed to new replies.