[Support request] Slideout Menu

Home Forums Support [Support request] Slideout Menu

Home Forums Support Slideout Menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #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?

    #1380781
    David
    Staff
    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();
        }
    };
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.