Viewing 1 replies (of 1 total)
  • Plugin Author anmari

    (@anmari)

    Hi Lisa,
    Usually my approach is that one wants to see these things, in case an ics file goes ‘bad’, then hopefully someone will tell you that there are error messages, otherwise one might not know. I will think about making them more discrete and/or only showing if debug requested.

    For now those ics file errors are styled with a <p class=”error>….</p>

    so you could simply add some custom css to hide them.

    something like this:

    article#post-205 p.error {display: none;}

    to only hide errors on that page section.

Viewing 1 replies (of 1 total)

The topic ‘Suppressing error messages’ is closed to new replies.