Hi!
Right now it’s not possible out of the box.
But if you want, you can try manual config mode!
Fist diable self::wp_localize_script();
calls in q2w3_fixed_widget.php.
Than look at plugin options in html source:
<script type='text/javascript'>
/* <![CDATA[ */
var q2w3_sidebar_options = [{"sidebar":"q2w3-default-sidebar","margin_top":10,"margin_bottom":0,"stop_id":"footer","screen_max_width":0,"screen_max_height":0,"width_inherit":false,"refresh_interval":1500,"window_load_hook":false,"disable_mo_api":false,"widgets":["sticky-wrapper"]},{"sidebar":"left-sidebar","margin_top":10,"margin_bottom":0,"stop_id":"footer","screen_max_width":0,"screen_max_height":0,"width_inherit":false,"refresh_interval":1500,"window_load_hook":false,"disable_mo_api":false,"widgets":["livebiography_widget-2"]},{"sidebar":"right-sidebar","margin_top":10,"margin_bottom":0,"stop_id":"footer","screen_max_width":0,"screen_max_height":0,"width_inherit":false,"refresh_interval":1500,"window_load_hook":false,"disable_mo_api":false,"widgets":["rpwe_widget-2"]}];
/* ]]> */
</script>
You can add any number of “sidebars” with different parameters:
{"sidebar":"q2w3-default-sidebar-999","margin_top":100,"margin_bottom":100,"stop_id":"footer-999","screen_max_width":0,"screen_max_height":0,"width_inherit":false,"refresh_interval":1500,"window_load_hook":false,"disable_mo_api":false,"widgets":["sticky-wrapper-999"]}