Nothing I’m aware of that would be preventing this from working on Multisite. Have you checked to make sure the js file is being loaded? It’ll be either hash-link-scroll-offset.js or hash-link-scroll-offset.min.js
Any console errors showing up in your browser dev tools?
We’re not able to see the site, and are instead getting a landing page from the looks of it
Thread Starter
mauko
(@mauko)
Sorry for the link. Take this one:
Testsite
I made 3 Rows each with an ID. Offset is 150 (big), but I can take 0 or 300, the offset only changes within 30 pixels…
Console? Well how do I read that (don’t see errors)
Regards Mauko
Appears to be working on the new link provided. Consistently tucking things right around the spot here, with each section: https://cloudup.com/cKtr_OV_gju
Are you seeing different? If yes, can you provide a screenshot of what you’re seeing?
Thread Starter
mauko
(@mauko)
Sorry for bothering. I see this: (with 200 offset)
Movie
The reason it kind of worked was probably, because I used this css-code:
@media (min-width: 1025px) {
[id^="row"] {
padding-top: 200px!important;
margin-top: -200px;
}
}
That kind of worked…
Very possible that it’s playing a part in things. As long as the javascript in question is being loaded and the selectors are valid, I don’t see any reason why this would work any differently in multisite than it would single site. The rest would depend on the theme in question really.
Thread Starter
mauko
(@mauko)
OK thank you, I will further investigate…
So far so good