Changes

From SimplyBook.me
no edit summary
Line 1: Line 1:  
=Employee Step=
 
=Employee Step=
Enable "[[Plugins#Any_Employee_selector| Any Employee Selector]]" in the Plugin section and in the settings of plugin 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:AnyEmployeeSettings750.png | center]]
 
[[File:AnyEmployeeSettings750.png | center]]
   Line 17: Line 17:     
=Gallery=
 
=Gallery=
In Plugin section disable [[Plugins#Main_page_images| Main page Images plugin]].
+
In Custom Features section disable [[Custom_Features#Main_Page_Images| Main page Images Custom Feature]].
    
[[File:Disable Gallery.png | center]]
 
[[File:Disable Gallery.png | center]]
Line 26: Line 26:     
=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 theme.png| center]]  
 
[[File:Blank theme.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.png| center]]
Line 45: Line 45:  
:1. Go to Settings // Email and SMS settings // Mandatory fields//Email (to make phone not mandatory).
 
:1. Go to Settings // Email and SMS settings // Mandatory fields//Email (to make phone not mandatory).
   −
:2. Please go to Plugins // Plugins and enable Custom CSS plugin. Then in plugin's Settings or in Plugins // Custom CSS paste to Booking page CSS window at the very top the following code:
+
: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:
    
<pre>.phone-element.form-element, .phone-element.form-title {
 
<pre>.phone-element.form-element, .phone-element.form-title {
Line 53: Line 53:  
:1. Go to Settings // Email and SMS settings // Mandatory fields//Phone (to make email not mandatory).
 
:1. Go to Settings // Email and SMS settings // Mandatory fields//Phone (to make email not mandatory).
   −
:2. Please go to Plugins // Plugins and enable Custom CSS plugin. Then in plugin's Settings or in Plugins // Custom CSS paste to Booking page CSS window at the very top the following code:
+
: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:
    
<pre>.email-element.form-title, .email-element.form-element {  
 
<pre>.email-element.form-title, .email-element.form-element {  
Line 60: Line 60:  
</pre>
 
</pre>
 
==Our time==
 
==Our time==
Please go to Plugins // Plugins and enable Custom CSS plugin. Then in plugin's Settings or in Plugins // Custom CSS paste to Booking page CSS window at the very top the following code:
+
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:
 
<pre>
 
<pre>
 
.company-time {
 
.company-time {
Line 69: Line 69:     
==Socials==
 
==Socials==
Please go to Plugins // Plugins and enable Custom CSS plugin. Then in plugin's Settings or in Plugins // Custom CSS paste to Booking page CSS window at the very top the following code:
+
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:
    
<pre>
 
<pre>
Line 78: Line 78:     
==Remove some specific element==
 
==Remove some specific element==
If you need to remove specific element from your booking page, you will need to use Custom CSS plugin 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.
+
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.