Hi,
Thanks for your suggestion! Currently, it’s not possible to prolong this display duration through the settings, but I’ll pass it to our Product Team for an improvement of our features.
I remain at our disposal for any information.
Best Regards,
Alexis
I feel the same way about the 2-second success message. This should’ve been fixed by now. How can we extend this? This is a dealbreaker for my clients, and I would hate to move them away from Brevo because of this.
Is there a function in the code that I can adjust until you guys get around to fixing this? I know the implications of doing this but I need the message to not go away after 2 seconds. This is insane.
Thanks,
Jeremy
Hallo Jeremy,
thank you for reaching out to us. As for now, the display time of the suggest or error messages can be changed in: /wp-content/plugins/mailin/js/mailin-front.js
Line 208: jQuery(".sib-alert-message").delay(2000).hide('slow');
You would need to change the value in .delay(2000). Please only use milliseconds as time unit.
Best regards,
Thank you! I appreciate it. Hopefully, you’ll extend this notification length in a future release. Take care.
Jeremy