Ajax reloading with link to parent comment on paged comments?
-
I am using paged threaded comments (two level deep) where comment replies show a link back to the parent comment above like:
<a href="https://testsite.net/2014/04/22/a-new-post/comment-page-1/#comment-56">@Pete</a>
When clicking this link there is a reload in the browser from the original URL
https://testsite.net/2014/04/22/a-new-post/
, as opposed to when the comments are non-paged, when clicking the link immediately jumps up to parent comment:<a href="https://testsite.net/2014/04/22/a-new-post/#comment-56">@Pete</a>
Is this something that can be corrected with the plugin settings at all? I think I had this working the way it should with older versions of the plugin, but I am not completely sure.
I suspect someting changed in the plugin or in my setup to make it break since the ajax reload between comment pages works as it should without the browser reloading:
<a href="https://testsite.net/2014/04/22/a-new-post/comment-page-2/#comments>2</a>
- The topic ‘Ajax reloading with link to parent comment on paged comments?’ is closed to new replies.