You are not logged in.
Hi,
when I use the button for fullscreen (or alt-shift-G) in the original WP edit form for new posts, I get the new fullscreen edit form, but when I use the same button in a meta-box wysiwyg form, then I only get the old fullscreen form, without the blue "save" button. How can I get this working like the original button?
Thanks!
New form like this:
http://blogthemesplus.com/images/2011/0 … Editor.jpg
Old form like this:
http://www.guiguan.net/storage/2007/07/fullscreen_2.png
Offline
I just committed a fix for that on Github. New version is coming soon. In that commit, wysiwyg has "options" attribute which allow you to turn on/off Distraction Free Writing mode (by WordPress), default is on. I'll write more documentation on this later.
Offline
Very nice, thank you.
Offline
OK, with
'options' => 'dfw=true'
it works like described, the fullscreen now is correct.
BUT the save-button in this fullscreen does not work. After saving message says "saved", but nothing has been really saved. Any hint for me? That's my main point to use dfw, because the saving works much faster.
Thanks.
Offline
Thanks for your post! It's a bug in the plugin. It doesn't check carefully the condition to save post and fails in that situation. I've just pushed the fix into GitHub (I'll release new version in a couple of days). Please try it.
Offline