Mar 26, 2018 4:47 am
Noticed when click the right-side anchor for a post, it scrolls to it but doesn't updated the page URL. In order for someone to use the anchor then, the user must right-click the icon and copy it. Would suggest update the page URL so it can be used instead. Just need an additional line of jscript to do that:
location.hash = [anchor];
2 Replies
Mar 27, 2018 8:58 pm
It works well here and on all our test website. i think this is a site specific issue. you can try it here.
Also this maybe a browser issue. Try with other devices and browsers.
Mar 28, 2018 4:42 am
My bad. Looks like the theme is applying smooth scrolling to anchors. Thank you for the help.