• Resolved ispreview

    (@ispreview)


    Weirdly after updating Yoast SEO from the v13 series to v14.0.2 this morning the nested ‘Reply’ link on comments no longer works (instead you can only reply one after the other, but not to individual comments). It worked fine before and no other changes have been made. I can’t figure out how updating Yoast has done this.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Same here, with the filter:
    add_filter( 'wpseo_remove_reply_to_com', '__return_false' );
    already in place.

    Thread Starter ispreview

    (@ispreview)

    Yes same.

    Just for some context. Before the update the reply link looked like this:

    <a rel="nofollow" class="comment-reply-link" href="https://WPDOMAIN/2018/05/test-nextgen-gallery.html?replytocom=44#respond" data-commentid="44" data-postid="648" data-belowelement="comment-44" data-respondelement="respond" aria-label="Reply to moo">Reply</a>

    After the update it looks like this:

    <a rel="nofollow" class="comment-reply-link" href="#comment-221681" data-commentid="221681" data-postid="22107" data-belowelement="comment-221681" data-respondelement="respond" aria-label="Reply to Gary">Reply</a>

    I am currently reverting back to v13 as v14 has far too many bugs so far.

    Thread Starter ispreview

    (@ispreview)

    Still broken with 14.0.3 released today.

    For your info, we’re currently trying to reproduce this problem in our testing environment.

    Thread Starter ispreview

    (@ispreview)

    Good to know. Just an FYI, we’re probably using the linear comments code from WP’s 2010 template, at least I haven’t touched it since then.

    Hi @ispreview,

    We were able the reproduce the issue and currently have an open issue for it. Please keep an eye on our changelog

    Plugin Support Md Mazedul Islam Khan

    (@mazedulislamkhan)

    Closing due to inactivity

    Thread Starter ispreview

    (@ispreview)

    Do you know what version this will be fixed in? Still can’t move to v14 series due to it.

    Is this fixed in yesterday’s update? I can’t find anything about in the change log.

    Thread Starter ispreview

    (@ispreview)

    I haven’t yet tried 14.1 on my main site, but in a brief beta test this morning it did appear to be fixed. The change log does mention the related filter for functions.php too.

    Oh you’re right! I’ll test in our dev env right now.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Reply Link on Comments Broken by 14.0.2’ is closed to new replies.