sendinblue / joomla-plugin

GNU General Public License v2.0
2 stars 0 forks source link

turning off messages #12

Open ioBandit opened 3 years ago

ioBandit commented 3 years ago

Is it possible to turn off the output of frontend messages? I couldn't find that option in the backend.

branislavgligorov commented 3 years ago

It seems that you managed to do that as I did not see any message after testing subscription?

ioBandit commented 3 years ago

I turned it off via CSS "display: none;". But since the message is generated in the main part of the website and not in the the Sendinblue container, this shuts off all messages on the website. So I'm still looking for a way to turn it off in Sendinblue. An alternative would be, that Sendinblue sets its own class for its messages. Then I could turn them off via CSS