Hey Jeff,
Beautiful site! I’m sorry you’re having issues on it.
I admit, however, that I’m still not 100% certain of your issues and how they’re manifesting โย can you clarify exactly what you mean by “Start & end dates are NOT saving in a way the system has access to them.”?
I see what you mean about a few of the problems you describe, but I’m just baffled about how this could arise…I cannot recreate this behavior, and if this is truly stemming from a problem where the data is not even saving correctly, then unfortunately that would hint at this being the result of a theme or plugin code conflict ๐
I doubt you can do all of these steps on your live site, but normally these are the steps are we’d recommend for trying to figure that out โ https://theeventscalendar.com/knowledgebase/testing-for-conflicts/
If you can do any of these steps, let me know!
If not, then the best step I can think of besides that is to see if any errors pop up on your site if you head to your site’s wp-config.php file and change this line of code:
define('WP_DEBUG', false);
to this:
define('WP_DEBUG', true);
That will display PHP errors if any exist, which might be quite useful here.
Cheers,
George