-
Notifications
You must be signed in to change notification settings - Fork 12
Description
What problem does this address?
In Optimole, when there is a conflict with another plugin, we currently display notices to users, instructing them to make specific changes. For example, with the W3 Total Cache plugin, users need to exclude Optimole JS files from its settings. While this issue is straightforward and users can resolve it using a direct link, there is a problem with the user experience afterward.
Once users follow the instructions and make the necessary changes, they expect the notice to disappear automatically, indicating that the issue has been resolved. However, currently, users must manually dismiss the notification, which can lead to confusion as it's not written anywhere on the notice, and it can lead to a bad user experience.
What is your proposed solution?
To enhance this process, I propose the following improvements:
-
Add a function that automatically detects when the user has made the necessary changes and dismisses the notification accordingly.
-
If automatic detection is not feasible, modify the error message to inform users that they can manually dismiss the notification once the changes are made. Additionally, we can include a button within the notification that allows users to dismiss it directly, with a clear message explaining its function e.g -
I have made the changes
By implementing these improvements, we can reduce confusion, ensuring that users are confident their issues are resolved without additional manual steps.
References -

https://secure.helpscout.net/conversation/2601747066/419300/
https://secure.helpscout.net/conversation/2349518155/384145
Will this feature require documentation? (Optional)
None
