Support

Home Forums Event Espresso Premium JetPack Causing Issue and two other errors.

JetPack Causing Issue and two other errors.

Posted: August 7, 2017 at 10:17 am

Viewing 1 reply thread


Scott Zuckerman

August 7, 2017 at 10:17 am

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?

2. Failed to load content css: http://www.specialneedsexpos.com/wp-admin/admin-ajax.php/?action=dynamic_styles – This shows up every time I load a page in EE on the back end.


Josh

  • Support Staff

August 8, 2017 at 3:13 pm

Hi Scott,

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);
}

You can add the above to a functions plugin.

Viewing 1 reply thread

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.

Event Espresso