Title: [Plugin: Events Manager] Feature Image
Last modified: August 20, 2016

---

# [Plugin: Events Manager] Feature Image

 *  Resolved [stillworks](https://wordpress.org/support/users/stillworks/)
 * (@stillworks)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-events-manager-feature-image/)
 * Somehow, after the recent updates I can’t add an featured image to an event. 
   I made no changes to the template.
 * Any idea?
 *     ```
       if ( function_exists( 'add_theme_support' ) ) {
       	add_theme_support( 'post-thumbnails' );
       	set_post_thumbnail_size( 150, 200, true );
       }
       ```
   
 * [http://wordpress.org/extend/plugins/events-manager/](http://wordpress.org/extend/plugins/events-manager/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  [agelonwl](https://wordpress.org/support/users/angelonwl/)
 * (@angelonwl)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-events-manager-feature-image/#post-3006181)
 * Is the featured image metabox is still visible or it’s just not saving upon clicking
   update/publish? also, have you check if there’s any javascript error?
 *  Thread Starter [stillworks](https://wordpress.org/support/users/stillworks/)
 * (@stillworks)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-events-manager-feature-image/#post-3006200)
 * The box is not visible. But just in the events post. Page and other article work
   perfectly.
 * The only errors Chrome’s console prints (on edit an event):
 *     ```
       The "fb-root" div has not been created, auto-creating all.js:52
   
       Resource interpreted as Image but transferred with MIME type text/plain:
       *a lot of characters*
       extension://dajedkncpodkggklbegccjpmnglmnflm/jquery-1.7.1.min.js:3
       ```
   
 * All other pages are ok.
 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-events-manager-feature-image/#post-3006228)
 * extension://dajedkncpodkggklbegccjpmnglmnflm/jquery-1.7.1.min.js:3
 * that already is a clue, because the latest version of WP should use 1.7.2
 * see if this helps – [http://msyk.es/blog/prevent-jquery-wordpress-theme/](http://msyk.es/blog/prevent-jquery-wordpress-theme/)
 *  Thread Starter [stillworks](https://wordpress.org/support/users/stillworks/)
 * (@stillworks)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-events-manager-feature-image/#post-3006319)
 * Sorry that I’m responding late. Had a lot to do and couldn’t look into it.
 * I updated Events Manager to 5.2.3 and changed the way how jquery is integrated.
   Tested it with 1.7.2 and 1.8 but with no success.
 * 1.7.2 prints following error:
 *     ```
       Uncaught ReferenceError: jQuery is not defined load-scripts.php:277
       Uncaught TypeError: Cannot read property 'dialog' of undefined load-scripts.php:376
       Uncaught TypeError: Object [object Object] has no method 'dialog' events-manager.js:152
       The "fb-root" div has not been created, auto-creating all.js:52
       ```
   
 *     ```
       wp_deregister_script('jquery');
       wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js');
       wp_enqueue_script('jquery');
       ```
   
 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-events-manager-feature-image/#post-3006321)
 * have you tried removing those three lines of code?
 *  Thread Starter [stillworks](https://wordpress.org/support/users/stillworks/)
 * (@stillworks)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-events-manager-feature-image/#post-3006322)
 * Yes.
 * New event shows no error, except the facebook thing.
    Edit an event throws me
   this again:
 *     ```
       The "fb-root" div has not been created, auto-creating all.js:52
       Resource interpreted as Image but transferred with MIME type text/plain: "data:;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOnAAADpwBB5RT3QAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMi8yNS8xMapAVMwAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAABjklEQVQ4jZWTwWoTURSGv5lMp1OmxUIUXISCCbW06daNtGuh7uMbCHaeoOBSzBMEN92LXXThohVtoAshOyuKJQkaXWRjKi7aBjPT9v6uEsbpTGp/OHDPvf/5zjmLa0niCo0zWMODA2BZVqZTEkG1RdwhoLaxMKqTBJKWJO1JOpN0Iek8EQqeNxVXLP8jqS7pniXpe+1V9+yw058ft19yoqHKJb+9XikcOcDcYadvj4Mki+P68q1/F5hz4s1qGwsABNUWszMOD+7nWS75THk5wshw0DzhbeM3x/3zJG/CiWdBtTU6r63kuZ2f5NnmD8LI4Lk2TyoFHq7mefnm56XJMldaLE5T2+oSRgaAQWR4sdWlXJpO9WeCbvi5EWSoQWSYmkwvyQRdGOG5/z57rn0JfiWo8emY4FFhBPNcm/VKgQ/Nk1S/k3oLvN4/Ym31Jk8f38FzbQah4fPXU3be/8oEGSCXfBhEhu16j+16L6tXXKENfFwq+u3/caepXPLbwDsk3ZK0G/tr14lTSTuSin8BUMr8td343bwAAAAASUVORK5CYII=". chrome-extension://kkelicaakdanhinjdeammmilcgefonfh/js/jquery.js:36
       ```
   
 * But sill no featured image.
 *  Thread Starter [stillworks](https://wordpress.org/support/users/stillworks/)
 * (@stillworks)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-events-manager-feature-image/#post-3006323)
 * _Disable thumbnails?_ is set to yes/no. And I removed the add_theme_support( ‘
   post-thumbnails’ ); just to see, but no success.
 *  [agelonwl](https://wordpress.org/support/users/angelonwl/)
 * (@angelonwl)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-events-manager-feature-image/#post-3006325)
 * Have you tried to temporarily:
 * – deactivating all other plugins to see if this resolves the problem. If this
   works, re-activate the plugins one by one until you find the problematic plugin(
   s).
    – switching to the default theme to rule out any theme-specific problems
 *  Thread Starter [stillworks](https://wordpress.org/support/users/stillworks/)
 * (@stillworks)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-events-manager-feature-image/#post-3006337)
 * Yeah I already did that. I didn’t mention it because it’s a normal process for
   me, narrowing thing down and find the bad guy.
 * But I had no luck with that.
 * I deleted every plugi the theme and re-uploaded everything manually , now it 
   works. Strange thing happen.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘[Plugin: Events Manager] Feature Image’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

## Tags

 * [feature image](https://wordpress.org/support/topic-tag/feature-image/)

 * 9 replies
 * 3 participants
 * Last reply from: [stillworks](https://wordpress.org/support/users/stillworks/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-events-manager-feature-image/#post-3006337)
 * Status: resolved