• Ovidiu

    (@ovidiu)


    I would like to be able to remove the HTMl view, just offering the TinyMCE editor without the HTMl tab. Could that be made optionally in the next version maybe?

    when commenting, the html of the input field looks like this:

    <body id="tinymce" class="mceContentBody wp-editor" dir="ltr"><p><br data-mce-bogus="1"></p></body>

    if I click the reply link inserted by my theme, the html looks like:

    <body></body>

    Unfortunately, this makes the comment box use my main theme’s background color which happens to be black so you can’t read what you are typing.

    any solutions?

    can’t give link to live page since its still under construction but if needed I can try and give you a link.

    https://www.ads-software.com/extend/plugins/u-extended-comment/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Ovidiu

    (@ovidiu)

    oh and I am using a custom theme so the extended comment editor is not showing on my front page only on my singular views.

    I am loading the comment form like this:

    <?php $withcomments = true; ?>
    <?php comments_template(); ?>

    you can check it out live here: https://pacura.ru

    Thread Starter Ovidiu

    (@ovidiu)

    had to turn off the editor. whatever I tried, when clicking the button to submit my comment I got the wordpress error saying: Error: please type a comment.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: U Extended Comment] problems and suggestions’ is closed to new replies.