The following options are also available both as function parameters or data attributes:
placement
backdrop if "false" there will be no backdrop,
if "invisible" backdrop will become invisible, otherwise visible
fixed whether slider should be fixed or not
background whether background should be dark or white
offset whether slider should be below navbar or cover it
body_scroll determines if body scroll is allowed when slider is visible
transition disables or enables CSS3 transition of sliders
scroll_style specifies scrollbar style if it's expected
...
or
$('.aside').ace_aside({
placement: 'top',
offset: true,
background: true,
body_scroll: false
});