Visual Editor not working when Jetpack plugin is active

I just had the same problem using Jetpack v3.3 on http://ataxproforyou.com. I deactivated the whole jetpack plugin and the features came back, reactivated the plugin and was fine, until I connected it to my wordpress site http://ataxproforyou.wordpress.com and they went away again. I deactivated spell-check setting but that didn’t resolve. I deactivated the Shortcode Embed … Read more

RTE always on text mode by default

Can’t really think of a reason for the behaviour, maybe it is just a bug in the theme, of course I can’t say anything specific without knowing the code. But you should be able get around it by making use of the wp_default_editor hook and explicitly set the type of editor you want to show … Read more

How to make elements not editable in visual editor

I don’t think this is doable on the default visual editor. You can try one of the plugin solutions out there. The most popular ones are: https://wordpress.org/plugins/beaver-builder-lite-version/ (freemium) Visual Composer (careful seem there’s an issue with 4.5) https://wordpress.org/plugins/tinymce-advanced/screenshots/ (just make easier to add HTML elements) One other approach to solve the problem is for you … Read more