Hello, I was experiencing the same issue where you cannot edit text in the body of an event. I found an issue with the activation of JetPack. You guys should work on a fix as many people use JetPack. That said, I now have two other issues.
1. 2017-11-19T11:00:00-04:00 11:00 am – This is showing up on all of my event pages under the page title (front end). How do I get rid of it?
The developers of Jetpack are aware of the issue (this issue affects many other plugins too) and they’re working on a fix. In the meantime you can deactivate the contact form module within JetPack’s Debug > “Access the full list of Jetpack modules available on your site” page. They show how to get that page here: https://jetpack.com/support/activate-deactivate-features/
With regards to item 1 where the event date isn’t correctly formatted, it looks like your site’s theme needs to be updated. The current version of Iced Mocha is version 1.0.8. You can download the current version from here: https://github.com/eventespresso/iced-mocha/archive/master.zip
Since Iced Mocha is hosted on Github you will only see update notifications if you have the Github Updater plugin installed.
Item number 2 is quite likely from a plugin conflict and you can remove those by adding the following to a functions plugin:
add_action('init', 'my_remove_im_editor_styles');
function my_remove_im_editor_styles() {
remove_filter('tiny_mce_before_init', 'iced_mocha_dynamic_editor_styles', 10);
}
The support post ‘JetPack Causing Issue and two other errors.’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.