25.06.2018, 09:35
If you have this widget on the first page that is shown, you can simply simulate click on object that shows the widget. Set Additional classes to widget-autoopen and add this code to Custom JavaScript:
Code:
$(function(){
$('.widget-autoopen').click();
});