Forum Replies Created

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

    (@style2joy)

    I haven’t got the site published yet.. but here’s snapshot of the html

    check the Article ID

    <ul id="comment-list" class="..>
       <li class="comment..." id="li-comment-161" style="display: block;">
       <article id="comment-161" class="comment">
         <div class="comment-meta">....
         <div class="comment-body">..
    					<p>Lorem ipsum dollar..<span class="pmcc-comments-report-link" id="comment-161"><a class="hide-if-no-js" href="javascript:void(0);" onclick="crowd_control_comments_flag_comment( '161', '83214a6931', '635');">Report</a></span></p>
         </div>
     <div class="comment-reply">
      <a rel="nofollow" class="comment-reply-link" ... <span>Reply</span></a>
      <div class="comment_BtnSave"><span>Save</span></div>
      <div class="comment_BtnFlag"><span>Flag as Inappropriate</span></div>
     </div><!-- .reply -->
     </article><!-- #comment-## -->
    </li><!-- #comment-## -->
    </ul>
    Thread Starter style2joy

    (@style2joy)

    🙂 thanks for your lightning response..

    another thing i noticed, the ID of container span is like ‘comment-999’ which is conflicting with parent container of comment block. I am not sure, it could be just my theme which is coincidentally using the same pattern.

Viewing 2 replies - 1 through 2 (of 2 total)