Tagged: x
-
AuthorPosts
-
June 18, 2016 at 6:24 am #1048350
KiljanParticipantX 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.
June 19, 2016 at 8:12 am #1049205
ChristianModeratorHey 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. 🙂
June 19, 2016 at 8:41 am #1049233
KiljanParticipantYou 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.
June 19, 2016 at 12:08 pm #1049378
ChristianModeratorSorry 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1048350 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
