Tagged Questions
0
votes
1answer
57 views
Convert textarea with wp_editor
I have a custom tabbed menu which has some input fields that works properly. I followed this tutorial: ...
3
votes
4answers
2k views
Tinymce/Wordpress is removing all line-breaks?
In my wordpress theme, I have a custom options panel with textareas that utilize the tinymce script included with wordpress.
This was working fine until I upgraded to the latest version of wordpress ...
1
vote
2answers
814 views
Add TinyMCE to CPT metaboxes in 3.1?
Been looking around for an alternative to this method:
http://allcreatives.net/2011/02/02/using-the-native-wordpress-tinymce-wysiwyg-editor-with-your-custom-post-meta-textareas/
To add the WYSIWYG ...
2
votes
1answer
918 views
TinyMCE with custom buttons on a meta box
Firstly please allow me to apologise - my fourth question in the week that I've been here! You've all been very helpful though, which is why I keep coming back..
I'm trying to put together a custom ...
0
votes
2answers
322 views
Moving/dragging a metabox removes TinyMCE's content
I added a TinyMCE editor to my plugin settings page, but once I move (drag) the metabox, editor's content get lost. (the TinyMCE editor is completely not editable until refresh)
Here is how I added ...
0
votes
1answer
2k views
I'm using add_meta_box() but want to include TinyMCE editor *and* Media Uploads for each box
I'm using a very lightweight plugin called WPAlchemy that lets me rapidly create meta-boxes for posts and pages. I've ben able to convert <textarea>'s into rich, TinyMCE's editors just fine. ...