Display time of a notification popup

I'm talking about the popup at the bottom left. I find the display time far too short, about half of a push notification, which it does not display very long. Where can I increase this time?

  • 367
  • More
Replies (5)
    • Also I noticed that if I post a new discussion, I have a notification that only displays "Baloo". Which is a little useless ...

      • 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);

                },



        • Thank you very much Leonid. so, the notification when I post a new discussion comes from the timeline module?

          • Yes, the left bottom popup comes from Timeline (via LiveUpdates cooperation).

            • Ok, great you taught me something again, thank you Leonid.

              Login or Join to comment.