I am using a preloader on the site but on SAFARI make a conflict that makes desapear some Parallax js. Over Chrome work fine but on Safari hide elements until the window is resized or reload for second time.
With preloader. (White spaces)
Grabación de pantalla 2023-05-12 a la(s) 13.11.54
Without (Parallax working fine)
Grabación de pantalla 2023-05-12 a la(s) 13.12.57
It’s weekend and our office is closed during the weekends, i.e. our team is not available.
Once Patrick reviews the issue on Monday he will reply to the topic.
I think there is probably a conflict between the preloader component and parallax plugin. I think it is related to the mentioned issue here: parallax not working in bootstrap tabs · Issue #168 · pixelcog/parallax.js (github.com). The parallax doesn’t initialize correctly when the content is initially hidden (which the preloader does). You can try to trigger a resize on the load event, on the body tag add onload="$(window).trigger('resize.px.parallax')".