Another suggestion for improvements on Children events:
When creating a new child event, it would be useful to have the location details copied from parent (in the very likely case of creating many events in the same location)
Thank you
Hi Bastien,
yes, this hypothese does make sense.
Is there any workaround in this case?
thanks
I solved this issue by restoring plugin default preferences in wordpress database (copying value from a clean installation)
UPDATE wp_options SET option_value = .......
WHERE option_name = "ep_settings";
If you cannot create a clean install elsewhere, I guess you can delete that row and simply reinstall Event Post plugin in order to recreate default preferences.
CAUTION! backup your database before executing manual operations!
It seems that all started by editing the widget schemas field in the Event Post configuration gui..
Hope this helps somebody else.