Hide filters in public_calendar

Posted · Add Comment

Scheduler Forums BirchPress Scheduler Hide filters in public_calendar

Tagged: ,

This topic contains 4 replies, has 2 voices, and was last updated by  Thomas Haga 6 years, 3 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #31715

    Thomas Haga
    Participant

    Can filters be hidden? I want to show all locations, but not let people see witch location each appointment belongs to.

    #31814

    Thomas Haga
    Participant

    Hello??

    #31951

    Thomas Haga
    Participant

    Hello? Uncle Rob! Aunt Georgette! Anybody home?

    #32144

    Mark Ludlam
    Participant

    You could do it with CSS as a quick fix. Try adding the following to the WP > CSS customisation:

    #birs_calendar_filter select#birs_calendar_location {
    display: none;
    }

    You might wanna add the page id class to the above to make sure it doesn’t have an effect elsewhere on the site maybe?

    e.g.

    body.page-id-842 #birs_calendar_filter select#birs_calendar_location {
    display: none;
    }

    #32249

    Thomas Haga
    Participant

    Thank you! That worked 🙂

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘BirchPress Scheduler’ is closed to new topics and replies.

Comments are closed.