Doesn't work with 4.4
-
I’ve activated the plugin but the WYSIWYG editor is not appearing! What should I do?
First you should check if you are using a theme that is not following the standard design guideline. The comment box should have a id equal to “comment”. The comment.php should have the line <?php do_action(‘comment_form’, $post->ID); ?>. Check with the theme designer for that if you don’t understand.
One more place to look at is the init script generated by the plugin. You could see it by going to https://yourdomain.com/wp_path/wp-content/plugins/tinymcecomment/tinyMCEComments.php .In the first line find tinyMCE.addI18n. If the symbols following is ({:{, then please remove the file and load the page again. (This problem occurs when you are upgrading to 0.4.4-3 from older versions.
If I replace
<?php comment_form(); ?>
in comments.php with<?php do_action('comment_form', $post->ID); ?>
the filed for comments isn’t shown.Theme is Color Mag
- The topic ‘Doesn't work with 4.4’ is closed to new replies.