Anything new to report on this?

Hi, the issue still exists. Is there any way to solve this?

Hey @yingfuli,

Yes, this is a Safari 13 issue. It looks like the script that disables the parallax does not work in Safari 13. I’ll post this bug in our issue tracker so it would be queued for fixing.

For now, please try adding this temporary workaround in Theme Options > CSS.

/* begin
Workaround For Safari 13 Safari Bug
REMOVE THIS ONCE FIXED */
@media (max-width: 1366px) {
    .x-section.bg-image.parallax, .x-section.bg-pattern.parallax {
        background-attachment: scroll;
    }
}
/* end
Workaround For Safari 13 Safari Bug
REMOVE THIS ONCE FIXED */

Hope that helps.

1 Like

Thanks for the heads up and the workaround!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.