Revision as of 14:01, 15 July 2019 by Admin (talk | contribs)

Remove Elements from booking page

From SimplyBook.me




Employee Step

Enable Any Employee Selector in the Custom Features section and in its Settings check the box Hide other service providers from booking interface



Map

In Settings -> Company Information -> Basic Information -> Don't use address checkbox.



Company email address

In Settings -> Company Information -> Basic Information -> Don't show email on booking page checkbox.



"Change my time zone" option

In <Settings -> General Settings -> Configuration set Show booking page in client timezone and Send notifications in client timezone to No and save settings.



Reviews

You can view all your reviews in the Reviews tab in left-side menu, under Reports. You can also delete reviews there if necessary. If you wish to remove the option to leave a review on your booking site and do not send feedback request then in Settings -> General Settings -> Email and SMS settings -> Settings for email and SMS notifications -> set Number of days until feedback request is sent to client to Disable.



Gallery

In Custom Features section disable Photo Gallery.



Working hours

If you want to remove this section for new themes please go to Settings -> Design -> Themes and colors -> Additional theme settings -> Main page mode and choose mode without working hours.



Disable booking page

In order not to show any info on your booking page (make it blank), you can put blank theme on your booking page in Settings -> Design -> Themes and Colors.

Please select to show all themes and choose the last one without image, add the link to the page your clients should be redirected to in case they open your booking page and save settings.



Please note! Even with blank theme your booking page will appear in Google and information will be shown in BookingTroll.com directory. To remove your company from directory, please check the box Do not show in catalogue in Settings -> Company information -> Directory listing.



Removing with Custom CSS

Phone field

(Client login feature is disabled)

1. Go to Settings -> Email and SMS settings -> Settings for email and SMS notifications -> Mandatory registration fields -> Email (to make phone not mandatory).
2. Please go to Custom Features -> Custom Features and enable Custom CSS feature. Then in this feature Settings or in Custom Features -> Custom CSS paste to Booking pages CSS window at the very top the following code:


.form-group.form-client-phone{
    display: none;
}



Email field

(Client login feature is disabled)

1. Go to Go to Settings -> Email and SMS settings -> Settings for email and SMS notifications -> Mandatory registration fields -> Phone (to make email not mandatory).
2. Please go to Custom Features -> Custom Features and enable Custom CSS feature. Then in this feature Settings or in Custom Features -> Custom CSS paste to Booking pages CSS window at the very top the following code:


.form-group.form-client-email{
    display: none;
}



Our time

Please go to Custom Features -> Custom Features and enable Custom CSS feature. Then in this feature Settings or in Custom Features -> Custom CSS paste to Booking page CSS window at the very top the following code:

div#sb_booking_company_time {
    display: none;
}



Socials

Please go to Custom Features -> Custom Features and enable Custom CSS feature. Then in this feature Settings or in Custom Features -> Custom CSS paste to Booking pages CSS window at the very top the following code:

.social { display: none} 
i.fa.fa-share-alt { display: none; }



Remove some specific element

If you need to remove a specific element from your booking page, you will need to use Custom CSS feature and the corresponding code. If you don't know CSS, please contact support and they will create a request to check whether such change is possible.
Please note, that big requests may be done on a paid basis.