@frabiacca:
I’m not sure if you meant the toolbar menu, like Circle B showed or the height of the writing place. If it’s the latter you can :
-
do it easily by gragging the bottom right corner or the textarea or clicking on the fullscreen button of the editor 😀
-
do it programmatically
function wptiny($initArray){
$initArray['height'] = '600px';
return $initArray;
}
add_filter('tiny_mce_before_init', 'wptiny');
but this doesn’t seem to work though it should
Related Posts:
- How i can i add a split button or list box to the WordPress TinyMCE instance
- TinyMCE Anchor Button not showing
- Add Shortcode inline inside Gutenberg block
- Registering custom TinyMCE buttons, for admin area, to work with custom instances of wp_editor
- Using post ID in custom tinyMCE button
- Customising the WordPress TinyMce editor and it’s buttons
- Deprecated TinyMCE API call: windowManager.createInstance(..)
- How can I control the HTML output of my post?
- TinyMCE Plugin Parameter
- TinyMce in WordPress – Getting the “fullscreen” button to stay on the right when customising button layout
- TinyMCE – Add button that changes direction of selected text
- Add a select a class dropdown in tinymce
- TinyMCE Visual Blocks plugin set Show blocks option for all users
- TinyMCE Editor change underline button behavior – u tag instead of span text-decoration underline
- TinyMCE custom plugin, how to make a word automatically selected based on current cursor position?
- More than one TinyMCE (wp_editor) with different $settings[‘drag_drop_upload’] values breaks
- Customer Support: TinyMCE stopped working (on some computers)
- Front-end image upload from TinyME [closed]
- How to disable TinyMce’s Paste plugin from turning image URLs into embedded ?
- TinyMCE Advances is removing blanks (” “)
- How to modify VisualComposer’s TinyMCE editor only for a specific shortcode
- mce_external_languages: how does it really work?
- tinymce modal and I18n strings methods
- Get the More QuickTag button back
- prevent caching during tinymce custom button development
- Add custom classes to TinyMCE generated markup
- install tinymce plugin [closed]
- Creating a wp_editor instance with custom tinyMCE buttons
- How to add custom CSS (theme option) to TinyMCE?
- Add popup window to TinyMCE buttons
- How to customize TinyMCE4 in WP 3.9 – the old way for styles and formats doesn’t work anymore
- TinyMCE editor is breaking my beautiful HTML
- Load wp_editor via ajax [duplicate]
- TinyMCE 4.x : How to customize toolbar on wp_editor()
- TinyMCE Advanced newline problem
- Replace Taxomony Description Field with Visual/WYSIWYG Editor
- How to replace the content of tinyMCE editor in both text and visual mode using jQuery?
- TinyMCE format dropdown no longer showing style previews
- Cite-Tag for blockquotes
- Replicating the_editor (Media Bar, TinyMCE, Visual/HTML Tabs) functionality without a huge rewrite
- “wp_editor” not displaying TinyMCE correctly when square brackets used in name
- Using a dashicon for a custom button in TinyMCE?
- Pasting code into pre-formatted text in Visual Editor not working in 3.3.1
- Integrating inline tinymce editor in a component for a gutenberg block
- Remove empty lines ( ) when author updates their post
- Easy way to inject js in tinymce iframe?
- WP 3.3 my rich text category editor toolbar is gone!
- TinyMCE is broken
- Added custom styles to Visual Editor. Classes are appended and not replaced as intended
- Is there a way to remove the default css from TinyMCE?
- Close TinyMCE plugin window on click away
- Preserving tabs and line breaks in when switching from HTML to Visual Editor
- Gutenberg; Rich Text/HTML for Metadata Textarea Control in Back End
- Selectively remove empty line after line change
- wordpress qtranslate editor text is not working [closed]
- create a front end post page template withTinyMCE,
- Add buttons to the new TinyMCE WP Editor. Javascript API
- Open Insert/edit link popup
- How to dynamically generate wordpress editor on frontend?
- tinyMCE 4.0 custom button onclick no longer working
- How to add Listbox / Select dropdown for shortcodes in WP 3.9 beta2 using TinyMCE?
- Using spellchecker plugin in TinyMCE
- wp_editor not modify html tags of initial content
- Stop TinyMCE from deleting empty HTML tags
- Custom TinyMCE Editor Formats in Dropdown
- Why is the media upload button not in the main toolbar & can it be placed there instead?
- Can I disable `wp-tinymce.php` load as script?
- Editor html formatting is different from view source
- WordPress no longer holding post formatting
- HTML formatting issues when switching between editor tabs
- Stop editor from adding “amp;” after every “&”
- Visual composer causing conflict with TinyMCE [closed]
- Overriding TinyMCE buttons – Justify button shortcodes not working
- WP Editor: Keep Bold, Underline, etc. but ignore color
- TinyMCE 4 & wp_editor multiple editor issue
- How to close tinymce inline popup
- How to remove buttons from tinyMCE in wp_editor added via AJAX
- enable TinyMCE for comment forms
- TinyMCE – Insert media at the beginning of post
- TinyMCE invalid nested list markup
- Unable to save Theme Options when TinyMCE is enabled for the text area
- Adding a Media Button to the WordPress Content Editor
- Error in backend: Failed to load plugin: tabfocus from url
- How can I change TinyMCE’s default block format?
- Adding a class to custom TinyMCE button using WPLinks dialog box
- Remove MS Word comments from pasted text
- How to force wp excerpt to use br tag?
- How to have html in TinyMce “Text” tab properly indented and highlighted
- TinyMCE adds a after a HR
- How to remove “justifyfull” in TinyMCE
- TinyMCE errors after 3.7.1 to 3.9.1 upgrade
- Localize tinymce in WordPress 3.9?
- Make videos output as iframes not links
- Preventing tinyMCE from auto formatting selected blocks of content
- How to insert image from link in TinyMCE
- Tinymce broken after update
- Problem with Line spacing in wysiwyg editor in WP 3.5.1
- get backend to front end
- Enqueue MCE Editor CSS in admin page
- WordPress Started Executing Code Inside PRE Tags Even They Are Properly Escaped