Hide event on selected date or weekend

Home Forums Calendar Products Community Events Hide event on selected date or weekend

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1081562
    wayne
    Participant

    Hi, I am creating a 2 weeks event and would like to hide this event on Sunday, is that any options to hide the events on selected date (for example, Sat, weekend..etc) in between it?

    Thanks

    #1081953
    Geoff
    Member

    Hi Wayne and thanks for getting in touch!

    I’m afraid there isn’t a straightforward approach for hiding a multiday event from a specific day. One method you could consider is targeting the specific day and event in CSS and hiding it that way. For example:

    [data-day="2016-03-28"] .post-478 {
    display: none;
    }

    …where the date is tailored to the Sunday on your calendar and the post number is the ID of your Event post.

    Sorry I don’t have more of a concrete solution for you, but I do hope this at least helps. Let me know if if it does.

    Thanks,
    Geoff

    #1087756
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide event on selected date or weekend’ is closed to new replies.