Opened 3 years ago
Closed 9 months ago
#55324 closed defect (bug) (worksforme)
Twenty Twenty: Scroll to top not working
Reported by: | Presskopp | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | reporter-feedback close |
Focuses: | Cc: |
Description
For whatever reason, in my installation the scroll to top arrow doesn't work. I changed
<a class="to-the-top" href="#site-header">
to
<a class="to-the-top" href="#">
and it was working again. Maybe worth patching?
Another alternative would be
<a class="to-the-top" href="#top">
Change History (7)
#3
@
3 years ago
- Which browser(s) and operating system do you use when it does not work?
- If you look at the browser console, does it show any errors? (this might relate to the JavaScript scroll effect)
#5
@
9 months ago
- Keywords close added
@Presskopp it seems you are confirming that you can't reproduce this now? As that seems correct, I am going to be adding the close keyword so we can progress this ticket.
However, should you still be able to reproduce we can remove that keyword and review again. Thank you for collaborating so far.
Note: See
TracTickets for help on using
tickets.
The
header
element hasid="site-header"
in Twenty Twenty's header.php.Does a plugin (or child theme) change that ID?