siimlees
Forum Replies Created
-
Forum: Plugins
In reply to: [Hash Link Scroll Offset] Only scrolls to right place when on topResolved
Forum: Plugins
In reply to: [Hash Link Scroll Offset] Only scrolls to right place when on topNo I don’t, case closed. Thanks.
Forum: Plugins
In reply to: [Hash Link Scroll Offset] Only scrolls to right place when on topIt’s pretty default astra theme, there’s no added scripts. Added menu anchors to every block then added My Sticky Menu plugin to use it with Astra’s own smooth scrolling. Even when I turn Sticky Menu off the problem persists. It’s not suppose to scroll back up a bit. Without offset plugin it’s not scrolling back or anywhere. It stays in position by clicking same menu item and moves to correct anchor by clicking other menu item. Weird thing must say, it’s the final piece to get everything to work as it should.
EDIT: Seems like adding these lines to additional CSS field helped with my problem.
*[id] {
scroll-margin-top: 104px;
}
html {scroll-behavior: smooth;
}
This far the page is working as it should. Turned off Offset plugin and Astra’s own smooth scrolling.
Thank you for your help.- This reply was modified 1 year, 1 month ago by siimlees.
Forum: Plugins
In reply to: [Hash Link Scroll Offset] Only scrolls to right place when on topI made the page visible https://probergest.ee/ It’s in Estonian but you can see how anchors react after turning on this plugin.