• sonicd

    (@danielehrat)


    Hi, on my website there is fading in from the botton right a red window after sending a message to the user saying:

    “there has been a critical error on this website” with a wordpress link to trouble shoot.

    How can I hide this message? It seems to come from BM-Toasts, this is the css element of the error message

    .bm-toasts .Toastify__toast-body p

    Thanks for your help.

    Regards Daniel

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author wordplus

    (@wordplus)

    Hi there, Daniel!

    That error indicates that something went wrong at the backend side of website, while sending the message.

    The proper solution is not to hide the error message, but fix the issue itself.

    If you can find the exact PHP error message (it usually can be found in PHP error log at the hosting side), I can try to help you with it.

    Thanks!

    Thread Starter sonicd

    (@danielehrat)

    Hi, thanks for your fast reply. I will check the error php next week, but could I have a solution in the meantime to hide the fading in messages until the problem is resolved? Because sometimes the fading in also appears when clicking around the website with saying r/undefined.

    Thank you.

    Regards Daniel

    Plugin Author wordplus

    (@wordplus)

    Hi there, @danielehrat !

    Does it still showing the error r is undefined in latest version as well?

    You can hide it by adding this css to your website.
    .bm-toasts-container{ display:none !important }

    But I dont recommend that, this will hide all informational messages, including notifications about new messages, etc.

    Thread Starter sonicd

    (@danielehrat)

    Hi, thanks for the CSS and yes you are right, the r/ is undefined message has disappeared.

    Just another little question, you are using a turkeys green for BM everywhere and I would like to change that color to match with our theme. But when applying CSS then it doesn’t overwrite the turkeys green from BM plugin.

    Could you please help me to achieve the change?

    Thank you.

    Regards Daniel

    Plugin Author wordplus

    (@wordplus)

    Hi there!

    Not sure what do you asking about. You can try to use CSS !important to overwrite some css.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error message fades in when user sending message to user’ is closed to new replies.