sure, thanks for your help!
on
https://thesegalcenter.org/events/
in the sidebar on the left, we expect to see name of individual events under each category that is listed under Spring 2019. For example, under the US Theatre we used to see a short title of the events that right now you can only see if you click on US Theatre and go to it's page. Also the calendar of upcoming and past events seem to be suffering from the same lack of event titles.
According to our staff, there used to be a short title custom field where they add/edit the events on the Commons. We think the bug in the front has to do with the lost custom field in the Commons.
I guess it is the same issue addressed here — that the new update in ACF plugin hides the custom field metaboxes:
https://www.wpbeginner.com/wp-tutorials/how-to-fix-custom-fields-not-showing-in-wordpress/
Do you think if adding that snippet, mentioned in Troubleshooting at the bottom of the above page, to the functions.php of the theme does the job?
this is the snippet:
add_filter('acf/settings/remove_wp_meta_box', '__return_false');
Thank you