Editors can’t edit but administrators can

In the end the new server lock down was a red herring. There is a plugin, somewhere, which is requiring that editors have the role ‘manage_options’ enabled.. I installed a roles plugin (User Role Editor) and just granted them that extra access and it works now. I’ll need to go through the plugins to find … Read more

How to restore visual editor in WordPress

Thanks @Milo What is interesting is that the Super Admin can see the visual editor and gets this in the (chrome) console: JQMIGRATE: Migrate is installed, version 1.4.1 wp-tinymce.php?c=1&ver=4603-20170530:25 Deprecated TinyMCE API call: <target>.onNodeChange.add(..) But the normal Editor role user cannot see the visual editor and gets this in the (ie) console: DOM7011: The code … Read more

Post/Page editor loads twice

No, this is not a normal behavior. Try to set default editor, and that should fix it. If it does not fix the problem, you may have one of your plugins causing it. Deactivate all plugins, and then reactivate them, one by one, until you find one, which is responsible. Code below goes to functions.php: … Read more

Gutenberg Block empty after reload of editor

I was able to make your block save and load on refresh by changing the edit to so: edit: function(props) { return [ el( ‘div’, { className : props.className }, el( ‘div’, null, el( RichText, { multiline: null, formattingControls: [‘link’], onChange: function (element) { props.setAttributes({link: element}); }, tagName: ‘div’, value: props.attributes.link, } ) ) ) … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)