Looking for some help with a slide out menu that I want to be always open and cannot be closed. I tried changing the open=true
setting to open=false
but it didn't work as expected. Here's the code snippet below. I aim to remove the open and close buttons so that the menu appears "embedded" in the HTML. You can see the menu in action at help.colourity.com. Any assistance would be greatly appreciated.
JavaScript:
;( function( window ) {
'use strict';
// Some JavaScript functions here
} )( window );