How to hide a Summary and Side Panel to get a compact booking form

April 29, 2019

To hide the summary panel that appears on the right on a booking form just add hide_summary=”yes” attribute to your booking shortcode, so it looks like this: To hide side panel that appears on the left just add hide_side_panel=”yes” to your shortcode so it looks like this: Tip: If you are using a custom button […]

How does LatePoint send emails?

April 24, 2019

​Our plugin is using wordpress mail processing, so it just sends a request to wordpress to send email on behalf of the plugin and wordpress should send email using the mail server that you have setup on your hosting. If you don’t have email server setup – you can use free service like SendGrid (https://sendgrid.com) […]

How to setup Cron Job to process reminders

April 24, 2019

By default reminders queue is set to be checked every 5 minutes, but it can only be checked when someone visits the site, so for example if you don’t have users visiting your site for 30 minutes – then six of your 5 minute checks won’t run. To setup a cron job you need to […]

Set custom fonts for the booking form

April 17, 2019

You can add this code to your theme’s style.css file to override default LatePoint font family, replace YOUR_FONT_FAMILY with the font family you want to use:

Google Calendar Sync Setup

April 14, 2019

1. First step is to install and activate the Google Calendar and Meet Add-on. You can find it under “Settings -> Add-ons” page in your LatePoint admin: 2. Enable it under Integrations -> Calendars: 3. Now your agents can sign into their google account from the agent edit form, there will be a new box […]