Comment to 'Display time of a notification popup'
  • Hello @Baloo!

    It's impossible to do via Studio. In the code you may change the time interval in the file, for Timeline example, modules/boonex/timeline/js/view.js , the code like:

    where 5000 - is interval in miliseconds. 

    onShow: function() {

                setTimeout(function() {

                    $('.bx-popup-chain.bx-popup-applied:visible:first').dolPopupHide();

                }, 5000);

            },