try to add the class:
disable-css-transitions
on the elements
does it work?
or try to give the row a class of "sticky"
then use css:
.sticky{
position: sticky;
top: 0;
}
and then remove your other css to make these two elements in the row fixed
this will just make the whole row sticky for the whole page, so its kind of as if it was fixed
@arminunruh Thanks for the tip. You're right, the issue was caused by the plugin "WP Fastest Cache". I'll keep it deactivated for now, maybe you've got an idea why this is. I think you recommended this plugin for performance improvement :) Otherwise I'll just try another cache plugin.
Cheers,
Felix
:D
probably in the code example of the first post here you need to use
window.laytheme.on('newpageshown', function(){
...your code
})
instead of
animation.addEventListener("DOMLoaded", function () {
...your code
})
@arminunruh Thanks a ton, I'll replace the .mov video. The loading time for me on the mp4 files is fast, maybe it was a temporary hosting problem. Next time I'll contact the host, thanks for the tipp! :)) Keep up the good work!
Best,
Felix