Thank you for your follow up. No, there aren’t any console errors.
Here are some more troubleshooting steps I’ve done on my local dev environment and the odd things I’ve encountered. None of these troubleshooting steps allowed me to publish an event.
Through the dashboard, I deleted all past events and drafts. Oddly, there were still 6 events in the em_events table with an event_status of -1. I deleted those manually through the db.
I attempted to “uninstall” the plugin through the dashboard, but that did not work.
I deactivated the plugin and removed manually. I dropped all the em_ tables.
Oddly, at this point, my loop was still pulling in two “event” post types. I found those in the _posts table and deleted those manually.
I redownloaded the latest version of EM from the WP repository and installed. It registered my post type, but I could not create any new events.
I looked at my db and noticed there were no em_ tables created after reinstalling the plugin.
I attempted to make a change on the EM Settings tab to hopefully store some tables, but I received this error: “Colors must be in a valid hex format, such as #FF00EE. This setting was not changed.” This would not allow me to save in Settings changes, no would it create any em_ tables.
Is there somewhere I can download previous versions of the plugin?
I am happy to provide a staging environment if this is something you’re interested in troubleshooting.
These same table errors are happening on my live site and my local development site.
Thank you