Reply a comment on mobile display

Hi,

My comment replies appear like separate comment on mobile display also when I reply any comment on mobile it sends as new comment. Can you help me about that. Url: http://www.guzelbilen.com/wordpress-admin-bar-kaldirma/

Hi There @SeLoRe

Thanks for writing in! Are you referring to those parent, child comments? On mobile, that’s how it will display as there won’t be any space to move child comments.

I have tried to see the new comment issue, but it seems you have to approve comments on your end to see new comments. Could you please provide us with a screenshot, so that we can see if there’s any issue.

Thanks!

This is desktop display

And this is mobile display

Hi There @SeLoRe

It is technically possible, but then again it won’t be readable on mobile devices because it’s too narrow.

As a suggestion, you may try highlighting the background color of your parent and child comments on mobile devices or find a similar solution. Custom development is outside the scope of our support, so I would suggest you to contact a developer or a service for this.

Thanks for understanding!

It is ok but there is another issue, when I reply a comment on mobile phone it sending my reply as new comment. I give you login informations and check it please what I mean. Send a reply on your mobile and check it on your computer.

Hi @SeLoRe,

Ah, looks like it’s a bug. I’ll add this to our issue tracker. And for temporary fix, please add this code to your global custom javascript.

jQuery ('.comment-reply-link').on('touchend touchstart', function() {

jQuery(this).get()[0].onclick();

} );

Thanks!

Yeah it fixed the issue. Thank you so much :hugs:

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.