• I am using the plugin “wordpress-thread-comment.1.4.9.4.zip” and i am unable to reply the comment, while i am clicking the reply button it is not working, but in local environment it is working.

    Why it is happening.

    please help me out, it urgent.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • this could be a CSS issue if you don’t have styles defined so the button isn’t showing properly… or it might be an issue with your loop or the placement of your layout tags within the source code.

    remember that the sub-reply concept is embedded into core installation files and not in your theme, which might help your diagnose things…

    Thread Starter ashishg-vindia

    (@ashishg-vindia)

    The “Reply” Button appearing but when click the “reply” button it is not working.

    I have edited the “Edit Comment HTML”
    <div class=”comment-childs<?php echo $deep%2 ? ‘ chalt’ : ”; ?>” id=”comment-[ID]”>
    <div class=”comment-author vcard”>
    <?php if(function_exists(“get_avatar”)) echo get_avatar( $comment, 32 ); ?><cite class=”fn”>[author]</cite> <span class=”says”>says:[moderation]</span>
    </div>
    <div class=”comment-meta commentmetadata”>[date] at [time]</div>
    [content]</div>

    and Add one CSS “Edit Comment CSS”
    .thdrpy, .thdmang{
    font-size:12px !important;
    font-weight:bold;
    padding:0px !important;
    }

    and the same thing working in localhost.

    Please help me out it’s urgent for me. and how to resolve the issue

    Thread Starter ashishg-vindia

    (@ashishg-vindia)

    Please help me out, it urgent for me

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I unable to reply the comment’ is closed to new replies.