I edit a number of tickets as part of production support. Each time, it produces a pop-up notification in the top right corner of the screen that never auto-dismisses. I’m forced to click the [X] button for each one. How do I stop this madness?

I edit a number of tickets as part of production support. Each time, it produces a pop-up notification in the top right corner of the screen that never auto-dismisses. I’m forced to click the [X] button for each one. How do I stop this madness?
Hello
Agreed. If there is no discernible action required within the toast messages, I don’t see any reason to require a manual dismissal. On our own platforms, we auto-dismiss these messages after a reasonable period of time. e.g. 2-5 seconds depending upon the message.
Agreed! I get these pop ups in front of items I need access to and it is annoying to have to close out of them.
My guess is Freshservice need to implement the agent CSS+HTML edits and we will be able to hide them using a really small css code
As an example I just install the “StyleBot” chrome extension and I simply hide these 4 elements:
This hide the notification and I am able to use any button without issues and no more banner ;)
Using external extension that have acces the website and datas is kinda bad. Freshservice need to implement a agent side portal customisation asap ;)
Its a requested feature for years and still nothing, thats bad :(
If you want to do it easier, here you what you need to do:
div.toast-message {
display: none;
}
div.toast.toast-success.ficon-toast-success {
display: none;
}
div.toast-progress {
display: none;
}
div.toast-container {
display: none;
}
Right now I try to change the priority div to represent the prioruty number :D Its not easy and almost impossible.
If priority is low, css will change the cell to something like this (easier to see important tickets):
Yeah my paint skills are bad :P but this is what I would want to have in our portal for agents. This will add a new way to see major tickets for example.
Let’s see if freshservice reply or want to implement something like that in the future (few months/years from now I guess)
The moment those turned up I asked them how to disable. They truly get in the way but the makers of Freshservice evidently do not care. It’s been a long time and they still have no concern for this highly unwanted “feature”
The moment those turned up I asked them how to disable. They truly get in the way but the makers of Freshservice evidently do not care. It’s been a long time and they still have no concern for this highly unwanted “feature”
Yeah exactly. They are really slow on some things and this is so sad…
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.