Visual editor in comments with custom buttons
OK, I found the solutions, anyone else can benefit from it. Remove Specific Buttons from WordPress Editor Remove HTML editor and visual/HTML tabs from TinyMCE
OK, I found the solutions, anyone else can benefit from it. Remove Specific Buttons from WordPress Editor Remove HTML editor and visual/HTML tabs from TinyMCE
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
The problem in the end was APC My php.ini file dropped the apc configuration and it would break the JS, everything else worked
It’s for the album cover in the playlist. WordPress automatically tries to search for it based on ID3 tags in the media file that you upload. “Show Images” is for disabling the artwork (if it’s found). So far, there’s no way to set it manually, as far as I can tell.
Since the server side languages differ in both, you can not do such conversion in a straightforward manner or via any tool, easily. The site that you have created in VS runs over .Net framework and written in .Net languages while the WordPress is in PHP. The HTML,CSS,JS etc browser specific things you may be … Read more
One option would be making these edits in bulk offline, working with a CSV file (in Excel perhaps). The fantastic WP CSV plugin-in is a great tool for this. Install the plugin, export your pages to edit, import the updated post data. Done.
It’s with the trailing semicolon. Not without, maybe that’s the problem? edit: also the question is quite hard to understand. Do you add those s by hand or is the editor adding them even though you don’t want them or what?
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
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
Have you tried another editor? You could try CKEeditor, according to some it does not mess with the code indents. https://wordpress.org/plugins/ckeditor-for-wordpress/