Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1048350
    Kiljan
    Participant

    X theme 4.5.2
    Stack Integrity
    Wordpress 4.5.2

    I´ve found a bug.
    When replying to a comment, on mobile. The comment is not posted as a reply, rather a new comment.

    Here is a post with many comment. Please try and reply to a comment on mobile.

    Right now I have jetpack comments enabled, but I´ve disabled it and I have gotten the same result.

    #1049205
    Christian
    Moderator

    Hey Kiljan,

    This is not a bug but due to space limitation in mobile, the comment replies are styled to span fullwidth. You can change it by adding the code below in your Appearance > Customize > Custom > CSS.

    @media (max-width: 979px) {
    .x-comments-list .children {
        margin-left: 20px;
    }
    }

    Change 20px as per your needs.

    Hope that helps. 🙂

    #1049233
    Kiljan
    Participant

    You dont understand my problem.
    I have allowed for nesting of comments, so that one may leave a reply for any given comment, rather then making a new comment.
    The problem is:
    When on mobile, if I press the reply I am beeing brought down to the “leave comment” field, rather than the “leave reply” field. So the reply is beeing posted as a new comment.
    When on desktop If you press the reply button a field under the comment you wish to reply to, is opened. And after you leave your reply its nested under the comment.

    I have introduced that code and the issue remains.

    #1049378
    Christian
    Moderator

    Sorry for the confusion. The code given is only to nest replies in mobile.

    I can confirm this on my test site and I’ll report to our core developers.

    Please stay tuned.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1048350 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>