• Dylan Kuhn

    (@cyberhobo)


    We’d like our ajax commenting plugin Epoch to work with yours. One small javascript change in function.php line 51 should do it. Instead of

    $('.comment-reply-link').click(function(e){

    doing this

    $( document ).on( 'click', '.comment-reply-link', function(e){

    will handle comments added after the initial page load. Thanks!

    https://ww.wp.xz.cn/plugins/tinymce-visual-editor-comment/

The topic ‘Code to work with ajax-loaded comments’ is closed to new replies.