• Instead of just showing a message, it would be nice to just completely hide an event list when there are no events. Or is there a way to do that and it’s just not documented?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi Matthew,

    You can hide the message with custom CSS:

    .vsel-no-events {display:none;}

    This will not completely remove all the VS Event List related HTML from the page, but at least it’s not visible anymore.

    Guido

    Thread Starter matthewmeeks

    (@matthewmeeks)

    Yes, I know that, and it’s what I’m currently done. But then I have to edit the CSS manually every time there are no events, then edit the CSS manually when there are events.

    Plugin Author Guido

    (@guido07111975)

    No, because this CSS only hides the “no events” text.

    Guido

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Hide when no events’ is closed to new replies.