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?
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.
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/
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');
have you tried removing those three lines of code?
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.
Disable thumbnails? is set to yes/no. And I removed the add_theme_support( ‘post-thumbnails’ ); just to see, but no success.
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
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.