Is there a list of all the current pop ups that EE triggers? I am primarily concerned about error message popups. And if there IS a list – is there a way to disable these popups individually instead of globally with CSS?
You can pull up a list by loading the Event Espresso plugin into your IDE, then do a global search for EE_Error::add_error(
That will pull up every possible error message that can be triggered. If there are specific messages that you want to disable, we could add a filter hook to allow disabling them, and the quickest way for that to happen would be in you added them and submitted a pull request to our Github project:
The support post ‘Better Popup Control’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.