Viewing 6 replies - 1 through 6 (of 6 total)
  • Same issue here (though I had not been using the beta). No errors, but no comment preview is displayed.

    Same issue. I can make it come back by changing the ‘add_action’ back to ‘comment_form’. i.e.

    add_action('comment_form_after', 'lcp_add_preview_div');

    goes back to:

    add_action('comment_form', 'lcp_add_preview_div');

    Possibly a change in the calling string in comment.php would work too.

    Ditto. Worked before the latest update. Now, nothing.

    Plugin Author Brad Touesnard

    (@bradt)

    Fixed in 2.0.1.

    Reverted back to:
    add_action('comment_form', 'lcp_add_preview_div');

    Thanks. It now works.

    kamundu

    (@kamundu)

    nice plugin.is it possible to have a comments section like the one at mzooridotcom bottom right in functionality where the users can post comments and they appear immediately he clicks post?
    your answer will be of great help
    Joseph

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Live Comment Preview] Doesn′t appear the preview in 2.0’ is closed to new replies.