Viewing 10 replies - 1 through 10 (of 10 total)
  • Each comments <li> tag has id="li-comment-<?php comment_id(); ">

    Remove the “li-comment-” part and it will work.

    Note: I don’t know exactly what is inside the <?php ?> tags, but keep whatever it is and remove the li-comment-

    Thread Starter Gautam Thapar

    (@gautamanizer)

    Thanks, I tried what you say but nothing happened, I stay at the top and not redirected back to the comment.

    Thread Starter Gautam Thapar

    (@gautamanizer)

    Anyone else have any idea about this ?

    I just tried to take another look at your site but it’s not loading right now.

    Thread Starter Gautam Thapar

    (@gautamanizer)

    try now, it is working fine.

    Whoops, it looks like I told you to remove the wrong part…remove just the li- part, leaving comment-<?php comment_id(); ?>

    After leaving a comment you are redirected to https://yoursiteurl.com/#comment-#### where #### is the comment id.

    Thread Starter Gautam Thapar

    (@gautamanizer)

    thanks, it worked but it takes me to the top portion of the comments section and not to the comment just posted.

    Find style.css in your theme and change:

    line 1078 from:

    .comment-body{
        float: left;
        padding: 8px;
    }

    to:

    .comment-body{
        /*float: left;/**/
        padding: 8px 8px 25px 8px;
    }

    There are some other CSS styles for .comment-body, but leave them as they are.

    Thread Starter Gautam Thapar

    (@gautamanizer)

    Yeah now it is working perfectly fine, thank you so much ??

    Is it possible to get this plugin to work with the Disqus comment system? I have it installed, and tried commenting, but nothing happens.

    Or is there an alternative that works with Disqus?

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Comments redirect’ is closed to new replies.