Home › Forums › Support › Slideout Menu This topic has 1 reply, 2 voices, and was last updated 3 years, 4 months ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts July 29, 2020 at 4:46 am #1380362 mzsstade Hi, i want to show the Off-Canvas Menü on usesr first Page visit. How can I set the menu to „open”, so that users have to close it? July 29, 2020 at 9:01 am #1380781 DavidStaff Customer Support Hi there, try adding this Javascript to your site: window.onload = function() { if ( document.referrer == null || document.referrer.indexOf(window.location.hostname) < 0 ) { document.querySelector('.slideout-toggle a').click(); } }; Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In