“Jump to later reply” not working

Clicking the “Jump to later reply” button doesn’t do anything.

5 Likes

I came here to search for an answer to the same issue.

I use the most recent version of Chrome, I’ve also tried with Microsoft Edge as well as Firefox. I have disabled all my ad blockers, or in the case of other browser’s not run them at all.
Yet the arrow down function still does not work. The arrow up works fine.

The only difference I’ve been able to discern is this…

UP ARROW
 <div class="post-link-arrow">
 <a class="post-info arrow" title="jump to later reply">
 <svg class="fa d-icon d-icon-arrow-down svg-icon svg-node" 
 aria-hidden="true"><use xlink:href="#arrow-down"></use></svg>
 </a>
 </div>

VS

DOWN ARROW

<div class="quote-controls">
<a href="LINK TO SPECIFIC POST" title="go to the quoted post"
class="btn-flat back">
<svg class="fa d-icon d-icon-arrow-up svg-icon svg-string"
xmlns="http://www.w3.org/2000/svg">
<use xlink:href="#arrow-up">
</use>
</svg>
</a>
</div>

Shouldn’t the class “Quote Controls” be the same for both since they’re linking to a specific forum post?

I know there’s another post, with pretty much the same title, however, since this is the most recent, I’ll post in here. It really is annoying by the way, and I’m fairly certain it’s quick fix. I even edited the class in the inspection and it worked like a charm.
Considering that this has been going on for a while now, I’m surprised that it’s been overlooked.

3 Likes

Yeah, as Remo pointed out, this was mentioned in another thread - "Jump to later reply" not working. I’m still experiencing this as well. Hoping to see it cleared up soon!

2 Likes