My site has a splash page, which should be shown only when the user first goes to the site.
It shows an animated logo for 1 sec.
After that, I would like it to automatically load the home page.
I could not find any add-in solution, so have tried JavaScript (without really knowing, what I’m doing).
Olaf, alert and window.open (and the whole DOM, for that matter) are not available in Wix. You need to use console.log and ‘wix-location’ to achieve this.