Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi Simon,
did you check here? 0_1503916140929_Bildschirmfoto 2017-08-28 um 12.28.26.png
Especially here: 0_1503916150899_Bildschirmfoto 2017-08-28 um 12.28.34.png
I hope that helped!
Marius
Hi Simon, I am not sure if that answers your question:
You can put the javascript code into the <head> section of Laytheme.
Best!
:-)
using window.laytheme.scrollBy(…) was the error. the scrollBy() function only works on the window element itself:
window.scrollby() did the trick.