Difference between revisions of "Remove Elements from booking page"

From SimplyBook.me
Line 2: Line 2:
 
=Employee Step=
 
=Employee Step=
 
Enable "[[Custom_Features#Any_Employee_Selector| Any Employee Selector]]" in the Custom Features section and in the settings of Custom Feature check the box "Hide other service providers from booking interface"<br/>
 
Enable "[[Custom_Features#Any_Employee_Selector| Any Employee Selector]]" in the Custom Features section and in the settings of Custom Feature check the box "Hide other service providers from booking interface"<br/>
[[File:Any employee settings v3.png | center]]
+
[[File:Hide employee step.png | center]]
 
<br><br>
 
<br><br>
 
=Map=
 
=Map=
 
In Settings // Company Information // Basic Information // Don't use address checkbox.<br/>
 
In Settings // Company Information // Basic Information // Don't use address checkbox.<br/>
[[File:RemoveAddress.png | center ]]
+
[[File:Hide map from the booking site.png | center ]]
 
<br><br>
 
<br><br>
="Change your time zone" link and time zone pop-up=
+
="Change your 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.
 
In Settings // General Settings // Configuration set "Show booking page in client timezone" and "Send notifications in client timezone" to NO and save settings.
 
+
[[File:Remove timezone selection.png | center]]
[[File:Remove time zone popup.png | center]]
 
 
<br><br>
 
<br><br>
 
=Reviews=
 
=Reviews=
 
You can view all your reviews in the Review tab in left-side menu and delete reviews. If you wish to remove the option to leave a review and do not send feedback request in  
 
You can view all your reviews in the Review tab in left-side menu and delete reviews. If you wish to remove the option to leave a review and do not send feedback request in  
Settings // General Settings // Email and SMS settings // set Number of days until feedback request is sent to client to Disable.<br/>
+
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.<br/>
[[File:Feedback turn off.png | center ]]
+
[[File:Disable feedback v3.png | center ]]
 
<br><br>
 
<br><br>
 
=Gallery=
 
=Gallery=
 
In Custom Features section disable [[Custom_Features#Photo_Gallery| Photo Gallery]].
 
In Custom Features section disable [[Custom_Features#Photo_Gallery| Photo Gallery]].
 
+
[[File:Photo gallery disable path.png | center]]
[[File:Gallery disable.png | center]]
 
 
<br><br>
 
<br><br>
 
=Working hours=
 
=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
 
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
[[File:Remove working hours.png| center]]
+
[[File:Main page mode v3.png| center]]
<br><br>
 
or for old themes in Settings // Configurations // Hide working hours block choose 'Yes' in drop-down menu.<br/>
 
[[File:Hide working hours.png | center ]]
 
 
<br><br>
 
<br><br>
 
=Disable booking page=
 
=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.
 
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.
 
<br><br>
 
<br><br>
:'''For new themes:'''
+
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 select the last theme without image and add the link to the page your clients should be redirected to in case they open your booking page and save settings.
+
[[File:Disable booking site step1.png | center]]
[[File:New blank theme.png | center]]
+
[[File:Disable booking site step2.png | center]]
<br><br>
 
:'''For old themes:'''
 
Please select "Blank" theme from "Select theme layout" drop-down and save settings.
 
[[File:Blank theme2.png| center]]
 
<br><br>
 
If you wish blank page to have a link to your website(old themes), please insert the link in Settings//Company info//Basic info//Website
 
[[File:Website link.png| center]]
 
 
<br><br>
 
<br><br>
 
+
''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 and mobile app, please check the box "don't show in catalog" in Settings//Company information//Directory listing.
''Please note!'' Even with blank theme your booking page will appear in Google and information will be shown in mobile client application and in BookingTroll.com directory. To remove your company from directory and mobile app, please check the box "don't show in catalog" in Settings//Company info//Directory listing.
+
[[File:Exclude from directory.png| center]]
[[File:Removefromdirectory.png| center]]
 
 
<br><br>
 
<br><br>
 
=Removing with Custom CSS=
 
=Removing with Custom CSS=

Revision as of 11:33, 13 March 2019



Employee Step

Enable " Any Employee Selector" in the Custom Features section and in the settings of Custom Feature check the box "Hide other service providers from booking interface"

Hide employee step.png



Map

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

Hide map from the booking site.png



"Change your 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.

Remove timezone selection.png



Reviews

You can view all your reviews in the Review tab in left-side menu and delete reviews. If you wish to remove the option to leave a review and do not send feedback request 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.

Disable feedback v3.png



Gallery

In Custom Features section disable Photo Gallery.

Photo gallery disable path.png



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

Main page mode v3.png



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.

Disable booking site step1.png
Disable booking site step2.png



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 and mobile app, please check the box "don't show in catalog" in Settings//Company information//Directory listing.

Exclude from directory.png



Removing with Custom CSS

Phone field

1. Go to Settings // Email and SMS settings // Mandatory fields//Email (to make phone not mandatory).
2. Please go to Custom Features // Custom Features and enable Custom CSS Custom Feature. Then in Custom Feature Settings or in Custom Features // Custom CSS paste to Booking page CSS window at the very top the following code:


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


For old themes:
.phone-element.form-element, .phone-element.form-title {
    display: none;
}


Email field

1. Go to Settings // Email and SMS settings // Mandatory fields//Phone (to make email not mandatory).
2. Please go to Custom Features // Custom Features and enable Custom CSS Custom Feature. Then in Custom Feature Settings or in Custom Features // Custom CSS paste to Booking page CSS window at the very top the following code:


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


For old themes:
.email-element.form-title, .email-element.form-element { 
   display: none;
}


Our time

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

For new themes:
div#sb_booking_company_time {
    display: none;
}


For old themes:
.company-time {
    display: none;
}


Socials

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

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


For old themes:
.share-buttons {
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 Custom Feature and 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 paid basis.