Custom Meta Boxes TinyMCE WP 3.2
-
I have been using separate classes/scripts for my custom metaboxes creation. The two scripts I have been using are the one from deluxeblogtips and the one from jaredatch over on github.
My review custom post type does not support the WP-editor (‘supports’ => array( ‘title’, ‘thumbnail’, ‘excerpt’, ‘author’, ‘comments’ ),), I am using a TwentyTen Child theme and I have implemented 11 custom meta boxes of which 6 use the TinyMCE editor.
In WP 3.1.4 everything went well, but after upgrading to WP 3.2 the WYSIWYG editor has gone missing. Both scripts, same results (or lack thereof I should say).
2 screenshots that show before and after (the WP-upgrade):
WP 3.1.4: http://senl.in/qi2GzA
WP 3.2: http://senl.in/nc8iS1The only way to get it working (i.e. showing the WYSIWYG editor) is with a vanilla install of WP 3.2.
Now, before I resort to that option (what will happen on the next WP core upgrade?), I really would like to know whether there is another solution?
Thanks in advance!
The topic ‘Custom Meta Boxes TinyMCE WP 3.2’ is closed to new replies.