Single location?

Posted · Add Comment

Scheduler Forums BirchPress Scheduler Single location?

Tagged: 

This topic contains 6 replies, has 3 voices, and was last updated by  support 10 years, 9 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2512

    woodp5
    Participant

    Since 1.8.3P, the location selector has been hidden if there was only one location. It looks like 1.9.0P removed that functionality. I liked it. Could it be restored?

    #2526

    mark miller
    Participant

    I have the same need. Is there a css hidden tag we can add?

    #2528

    woodp5
    Participant

    This will tide you over until the fix is reapplied.

    .birs_form_field.birs_appointment_location {
    display: none;
    }

    #2538

    mark miller
    Participant

    Thanks!

    #2540

    support
    Keymaster

    Hi All,

    We will not support automatically hiding location, service or staff member fields after v1.9.0.

    If you want to hide them, please upgrade to v1.9.1 and paste related css codes to WP Admin->Scheduler->Settings->Custom Code->CSS->[bp-scheduler-bookingform] tab.

    —–To hide the location field—–

    .birs_form_field.birs_appointment_location {
    display: none;
    }

    —–To hide the service field—–

    .birs_form_field.birs_appointment_service {
    display: none;
    }

    —–To hide the staff member field—–

    .birs_form_field.birs_appointment_staff {
    display: none;
    }

    #2541

    mark miller
    Participant

    You wouldn’t know how to edit the calendar so it starts on a particular month would you?
    I’m launch a micro site for pre-registration, but right now it’s a pain since you have to scroll a few months into the future to see available dates.

    #2586

    support
    Keymaster

    Hi Mark,

    We just replied your question ‘how to edit the calendar so it starts on a particular month’ in another topic. Please check the code there.

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

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

Comments are closed.