开发者 |
loncar
easyappointments |
---|---|
更新时间 | 2025年1月28日 19:00 |
捐献地址: | 去捐款 |
PHP版本: | 5.3 及以上 |
WordPress版本: | 6.7 |
版权: | GPLv2 |
版权网址: | 版权信息 |
[ea_bootstrap]
Options :
width : default value 400px
scroll_off : default value off
layout_cols : default value 1
all available shortcode options
example : [ea_bootstrap width="800px" scroll_off="true" layout_cols="2"]Create cron task on your host that have this link : wget -q -O - <STIE_URL>/?_ea-action=clear_reservations > /dev/null 2>&1
. This will delete all reservations older than 6min.
Form labels can change in settings page but if you want to translate rest of it you need to create translation file. Here is video tutorial for that : Screencast
To do this you must create one location / worker or service and set Name that starts with underscore. For example : _dummy, _location...
You have probably turned on option in PHP called asp_tags, you need to turn it off in order to plugin work properly.
Your hosting is probably blocking HTTP PUT and DELETE method. You must mark option called 'Compatibility mode' in settings.
To add more slots per (location, service, worker) combination just clone the existing one. For two slots you need to have that connection twice.
Place following shortcode into your Page/Post content:
[ea_bootstrap]
For bootstrap there are options :
width : default value 400px
scroll_off : default value off
layout_cols : default value 1
all available shortcode options
Example :
[ea_bootstrap width="800px" scroll_off="true" layout_cols="2"]
You can set bootstrap form in two columns with layout_cols
option. Example :
[ea_bootstrap width="800px" scroll_off="true" layout_cols="2"]
If you want to have separate calendars base on worker for example. You can do that by setting default worker inside short code.
[ea_bootstrap worker="1"]
Value is worker #id number. Examples :
[ea_bootstrap worker="1"]
[ea_bootstrap worker="1" location="1"]
[ea_bootstrap worker="1" location="1" service="1"]
Note: you can have only one calendar on one page.
auto_select_option="1"
)
= 3.12.3 (2024-10-20)
hide_cancelled
param for FullCalendar shortcodeerror message Undefined, then slot taken
){{slug_name}}
to the redirect url.auto_select_slot
for auto selecting slot if there is only one available during the day.hide_cancelled="0 or 1"
default 0
)2022-12-31
for one more year :)ea_bootstrap
s shortcodecolor=service
edit_posts
capability in order to make callsslug
value for custom field in formtranslate="no"
to avoid Google auto translateeasyappslotselects
.10:00 am - 11:00 am
id
values for custom form fieldsea_bootstrap
shortcode.worker="logged"
captcha
warning messageselect_placeholder
. Default value is '-'block_days
and block_days_tooltip
attr for bootstrap shortcode. Now you can add array of days that you want to block on customers form.initialCall
error inside console that prevented bookingsfancy-select
issuefancy-select
active on page#link_confirm#, #link_cancel#
. By using this option you will prevent unwanted actions from Mail servers that wants to check every link inside emial.Created
column for CSV exportea_bootstrap
)ea_full_calendar
)time_format
, display_event_end
)theme-folder/easy-appointments/booking.overview.tpl.php
)