Laris Posted May 27, 2020 Share Posted May 27, 2020 I have a page that I want to use on my website a welcome page but then would be automatically redirected to another page and fade to it. Would this be possible and would someone be able to code it. Link to comment
tuanphan Posted May 28, 2020 Share Posted May 28, 2020 Add to Page Settings > Advanced > Header <script> setTimeout(function(){ window.location.href = 'https://beaverhero.com'; }, 5000); </script> 5000 is 5 seconds replace beaverhero with new page url Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.