Revision as of 16:02, 31 October 2016 by Admin (talk | contribs)

Remove Elements from booking page

From SimplyBook.me

Employee Step

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

AnyEmployeeSettings750.png

Map

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

DoNotShowMap750.png

"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

Settings // General Settings // Configuration // Number of days until feedback request is sent to client should be set to Disable.

HideReviews750.png

Gallery

In Plugin section disable Main page Images plugin.

Working hours

If you want to remove this section in Settings // Configurations // Hide working hours block choose 'Yes' in drop-down menu.

HideOpenHoursBlock750.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 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:
.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 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:
.email-element.form-title, .email-element.form-element { 
   display: none;
}

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:

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

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:

.company-time {
    display: none;
}

Remove some specific element

If you need to remove specific element from your booking page, please contact support in order to get more info whether it is possible and whether support can help you with the special CSS code.