On some themes this plugin works, but on others it doesn't, not showing.
Now I have found a great theme I want to use, but the WYSIWYG editor is not showing.
Can you please help me and guide me what file I need to edit, what to put in and where?
On some themes this plugin works, but on others it doesn't, not showing.
Now I have found a great theme I want to use, but the WYSIWYG editor is not showing.
Can you please help me and guide me what file I need to edit, what to put in and where?
Hello.
Maybe it's the style class it applies, maybe it's the non-standard name for the comment box, or anything else. Would you please give the name of the theme (and URL to download) you wish to use and kindly post that here for me to investigate?
Thanks.
Rock You 1.0
http://www.freewordpressthemes.com/themes/1556/
Sorry for the late reply.
It seems the them Rock You does not render the form via the standard API
<?php do_action('comment_form', $post->ID); ?>
, and instead draw the form with HTML element from its own.
Please contact the author of the theme to remedy the problem.
Cheers,
mk
Thank you for your help mk_is_here.
mk_is_here, I'm having the same problem (which I haven't before) and I've checked that the comments form is being rendered via the standard API...
Any other suggestions?
JLCarneiro,
There's are lots of factor that will prevent standard rendering...
Maybe there are already scripts occupying the comment box (e.g. co.comment), the comment box has been renamed to anything other than "comment" (in comment.php)...
This topic has been closed to new replies.