Support

Account

Home Forums Backend Issues (wp-admin) Relationship Field not loading "The Events Calendar" Events

Solved

Relationship Field not loading "The Events Calendar" Events

  • Hello,

    This issue seems to exist since the new V6 of the plugin The Events Calendar.
    The events are not loaded in the relationship field, it just shows no result.

  • We’re having the same issue with a couple of our sites. For us, the Post Object Field is not loading events correctly either. I’m sure this is due to some change in the new version of the Events Calendar plugin.


    @jetlewis
    Have you had any luck finding a fix?

  • Hello,

    It’s definitly due to the new event data system after the update. I’ve tested before and after.

    I’ve found a temporary solution, in the post object/relationship field you have to had the CPT “Events” AND “Series” (Or Serial, I’m not sure how it’s called in English).
    That way they will finally appear.
    The only thing, is the filtering won’t work, but the search will, so it’s not ideal, but at least they are selectable.

    Hope it solves your issue as well.

  • This is exactly what I was looking for – and worked. Is this an ACF or Tribe Events issue?

  • This solution works. Adding series to the list of post types in the relationship field did the trick.

    ['tribe_events', 'series',]

    The maddening part is that series isn’t a registered post type, at least not as far as I can tell.

  • is “Series” part of the Pro plugin? I think it is. This is only a guess but this post type is probably uses for children of “events” and this is done though code, the only way that a post type can be made a child of another post type, and for the most part this post type is hidden in the admin because it is not meant to be edited directly but only edited through the “event” parent.

    I created my own plugin that does something similar with post types. There is no way, except by exploring the code, that anyone would know the child post type exists.

  • @hube2 Ah, yep… You’re spot on. series is a part of the Pro plugin.

  • @hube2 Ah yep! You’re spot on. series is a part of the Pro plugin.

  • Is there any solution for this as well? I was trying to create relation between the custom post types. But the post that I assign to be displayed in the certain post editor, the fiels appears without the content/assigned-posts.

    Deprecated: Creation of dynamic property ACF::$fields is deprecated in C:\xampp\htdocs\udemycourse\wp-content\plugins\advanced-custom-fields\includes\fields.php on line 138

    Deprecated: Creation of dynamic property acf_loop::$loops is deprecated in C:\xampp\htdocs\udemycourse\wp-content\plugins\advanced-custom-fields\includes\loop.php on line 28

    Deprecated: Creation of dynamic property ACF::$loop is deprecated in C:\xampp\htdocs\udemycourse\wp-content\plugins\advanced-custom-fields\includes\loop.php on line 269

    Deprecated: Creation of dynamic property ACF::$revisions is deprecated in C:\xampp\htdocs\udemycourse\wp-content\plugins\advanced-custom-fields\includes\revisions.php on line 387

    Deprecated: Creation of dynamic property acf_validation::$errors is deprecated in C:\xampp\htdocs\udemycourse\wp-content\plugins\advanced-custom-fields\includes\validation.php on line 28

    Deprecated: Creation of dynamic property ACF::$validation is deprecated in C:\xampp\htdocs\udemycourse\wp-content\plugins\advanced-custom-fields\includes\validation.php on line 215

    Deprecated: Creation of dynamic property acf_form_customizer::$preview_values is deprecated in C:\xampp\htdocs\udemycourse\wp-content\plugins\advanced-custom-fields\includes\forms\form-customizer.php on line 28

    Deprecated: Creation of dynamic property acf_form_customizer::$preview_fields is deprecated in C:\xampp\htdocs\udemycourse\wp-content\plugins\advanced-custom-fields\includes\forms\form-customizer.php on line 29

    Deprecated: Creation of dynamic property acf_form_customizer::$preview_errors is deprecated in C:\xampp\htdocs\udemycourse\wp-content\plugins\advanced-custom-fields\includes\forms\form-customizer.php on line 30

    Deprecated: Creation of dynamic property ACF::$form_front is deprecated in C:\xampp\htdocs\udemycourse\wp-content\plugins\advanced-custom-fields\includes\forms\form-front.php on line 600

    Deprecated: Creation of dynamic property acf_form_widget::$preview_values is deprecated in C:\xampp\htdocs\udemycourse\wp-content\plugins\advanced-custom-fields\includes\forms\form-widget.php on line 34

    Deprecated: Creation of dynamic property acf_form_widget::$preview_reference is deprecated in C:\xampp\htdocs\udemycourse\wp-content\plugins\advanced-custom-fields\includes\forms\form-widget.php on line 35

    Deprecated: Creation of dynamic property acf_form_widget::$preview_errors is deprecated in C:\xampp\htdocs\udemycourse\wp-content\plugins\advanced-custom-fields\includes\forms\form-widget.php on line 36

    Deprecated: Creation of dynamic property ACF::$admin_tools is deprecated in C:\xampp\htdocs\udemycourse\wp-content\plugins\advanced-custom-fields\includes\admin\admin-tools.php on line 282

    Deprecated: Creation of dynamic property acf_field_oembed::$width is deprecated in C:\xampp\htdocs\udemycourse\wp-content\plugins\advanced-custom-fields\includes\fields\class-acf-field-oembed.php on line 31

    Deprecated: Creation of dynamic property acf_field_oembed::$height is deprecated in C:\xampp\htdocs\udemycourse\wp-content\plugins\advanced-custom-fields\includes\fields\class-acf-field-oembed.php on line 32

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

You must be logged in to reply to this topic.