Since you can’t delete your own topics here:
I found the error myself. My page was password protected by htaccess, then the wp-cron does not work and so did not the update. There are solutions for this, which I found in the meantime.
Just found this solution on https://forums.athemes.com/t/sydney-theme-on-ipad-pro/5545
…. edit `CSS under the Appearance menu > Customize.
@media ( max-width: 1366px ) {
.slides-container .slide-item {
background-position:center!important;background-attachment:scroll!important;
}
}`
Hi, same problem on our site http://www.kulturpur-festival.de
Thanks for helping!