Difference between revisions of "Remove Elements from booking page"
Line 1: | Line 1: | ||
=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: | + | [[File:AnyEmployee.png | center]] |
=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: | + | [[File:RemoveAddress.png | center ]] |
="Change your time zone" link and time zone pop-up= | ="Change your time zone" link and time zone pop-up= | ||
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. | ||
Line 14: | Line 14: | ||
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 // Configuration // set Number of days until feedback request is sent to client to Disable.<br/> | Settings // General Settings // Configuration // set Number of days until feedback request is sent to client to Disable.<br/> | ||
− | [[File: | + | [[File:Disable feedback.png | center ]] |
=Gallery= | =Gallery= | ||
In Custom Features section disable [[Custom_Features#Main_Page_Images| Main page Images]]. | In Custom Features section disable [[Custom_Features#Main_Page_Images| Main page Images]]. | ||
− | [[File:Disable | + | [[File:Disable gallery.png | center]] |
=Working hours= | =Working hours= | ||
If you want to remove this section in Settings // Configurations // Hide working hours block choose 'Yes' in drop-down menu.<br/> | If you want to remove this section in Settings // Configurations // Hide working hours block choose 'Yes' in drop-down menu.<br/> | ||
− | [[File: | + | [[File:Hide working hours.png | center ]] |
=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//Theme//Blank. | 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//Theme//Blank. | ||
− | [[File:Blank | + | [[File:Blank theme2.png| center]] |
If you wish blank page to have a link to your website, please insert the link in Settings//Company info//Basic info//Website | If you wish blank page to have a link to your website, please insert the link in Settings//Company info//Basic info//Website | ||
− | [[File:Website.png| center]] | + | [[File:Website link.png| center]] |
Line 39: | Line 39: | ||
− | [[File: | + | [[File:Removefromdirectory.png| center]] |
=Removing with Custom CSS= | =Removing with Custom CSS= |
Revision as of 17:56, 3 January 2017
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"
Map
In Settings // Company Information // Basic Information // Don't use address checkbox.
"Change your time zone" link and time zone pop-up
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 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 // Configuration // set Number of days until feedback request is sent to client to Disable.
Gallery
In Custom Features section disable Main page Images.
Working hours
If you want to remove this section in Settings // Configurations // Hide working hours block choose 'Yes' in drop-down menu.
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//Theme//Blank.
If you wish blank page to have a link to your website, please insert the link in Settings//Company info//Basic info//Website
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.
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:
.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:
.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:
.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:
.share-buttons { display: none; }
Remove some specific element
If you need to remove 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 in order to get more info whether it is possible and whether support can help you with the special CSS code.