Disable Visual editor for all users

Is there a way to Disable the visual editor for all users without logging in and setting each user’s setting in the admin panel, preferable some way to do it with code in the functions file? 2 The easiest way seems to be to use the Disable Visual Editor Plugin. The plugin also recommends that … Read more

Forcing reload of editor-style.css

Is there a method to force the refresh of editor-style.css, when I change manually the stylesheet for the TinyMCE editor? Modification doesn’t show immediately but they will be cached in the admin side of administration backend. For example like this: editor-style.css?ver=3393201 5 There is a hook for that: ‘mce_css’. It is called in _WP_Editors::editor_settings() and … Read more

Admin: very slow edit page caused by core meta query

We’ve been noticing really long load times when going to edit a post or page. Using Query Monitor, we found that this WP core query is taking upwards to 15-20s. SELECT meta_key FROM wp_postmeta GROUP BY meta_key HAVING meta_key NOT LIKE ‘\\_%’ ORDER BY meta_key LIMIT 30 caller: meta_form() post_custom_meta_box() do_meta_boxes() We do use a … Read more

WordPress crop tool greyed out

The wordpress crop tool is greyed out for me in Firefox 3.6 (and IE7/8). I have disabled firefox add-ons and tried the solution here: WordPress Image Editor not working – conflict? But this hasn’t resolved the issue. Anyone know how wordpress determines whether to enable the crop button? WP version is 3.0.1 thanks, 4 For … Read more