interestingly I can’t reproduce either error on Windows, with either Firefox or Chrome.
Try disabling plugins and clearing your browser cache, this might help.
Also, I suggest testing other devices and browsers, if you can reproduce this error please let us know!
this sounds a lot like a caching problem or a bug, I recommend clearing caches and maybe reinstalling the browser.
The second issue might be resolved by setting a custom div value in your target paragraphs.
Try giving the section you’re scrolling to an attribute of “data-scroll” and set it either to “start” or “mid” according to your preference.
You can find the custom div attributes in the settings panel of your element. It looks like this:
However, this still seems to be a browser issue, not with webflow, therefore this might not help if that’s the case.
I tried your solution but it doesn’t work. And it’s not cache problem. And also has nothing to do with a browser. I wouldn’t even call it an issue.
But it’s definately something within webflow.
As you can see the, screen is black, before you hover, when you hover a picture comes in, which moves the text away. So my question is, what am I missing here, I checked all the settings myself.
I was able to reproduce your issue now, it seems like the two interaction classes you created are clashing with each other:
Deleting the second one resolved the hover issue for me. You might want to create one interaction per element to trigger on hover, therefore not blocking each other.
However, the page section buttons still work as intended for me, so I can’t help with those.