Cannot read property ‘hasClass’ of undefined(…) jquery-ui
Cannot read property ‘hasClass’ of undefined(…) jquery-ui
Cannot read property ‘hasClass’ of undefined(…) jquery-ui
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
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
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
Add word hints in WordPress post 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
WordPress visual composer backend editor not showing
Shortcodes with hyphens can cause problems and in WP 5, Gutenberg will not accept them, so it is possible this is the issue you are facing. To see if this is the problem, I suggest you install the CF7 Smart-grid extension which replaces the cf7 shortcode with cf7Form, thus removing the hyphens. This will at … Read more
You need to make sure your URL in Settings > General uses https://. That’s where the URL comes from.
Hide default values on VC editor