Hello! I would like to do some extra things with your plugin.
I want to display only the begining time of the timeslot.
Is it possible to add an event on daily routine?
I want to put (on event) the time like this for example 07:20 or 15:45. However when I create the event the timeslots available are set but I don't know why these slots are set!
1. You can try adding some JS script to the page in order to get only the starting time of the time slots like this one:
<script>
setInterval(function () {
var elements = document.getElementsByClassName('el-radio-button__inner');
for (var i = 0; i < elements.length; i++) {
elements[i].innerHTML = elements[i].innerHTML.trim().split(' ')[0];
}},
1000)
</script>
2. If you have one event you'd like to repeat daily, you can enable "Recurring" and set it to repeat daily.
3. If you need to select the times in a lower time slot step (like every 5 minutes), you need to go into General Settings, and change the default time slot step to 5 minutes. This will allow you to create appointments and events with starting times like:
09:00; 09:05; 09:10; 09:15; 09:20
These 5 minutes will also be applied to selecting the end time, and working hours availability.
At this page, the booking form doesn't display correctly the timeslots. (the first timeslot is the buggy one...) As you can see at the screenshot, the first timeslot should display 09:00. If you inspect the code via the inspections tools of your browser, you can see that
If you got a script that works better, that's great! It's just a script, and it can't mess with back-end, don't worry.
As for the daily recurrence - we discussed about adding it, but I cannot promise that it will be included in the next update. I'll forward the request to our developers again, but they are the ones who decide whether they have the time to include that or not. There are some priority tasks being handled at the moment.
Hello! I would like to do some extra things with your plugin.
Thank you for your time.
Hello Filippos
Thank you for your purchase.
1. You can try adding some JS script to the page in order to get only the starting time of the time slots like this one:
2. If you have one event you'd like to repeat daily, you can enable "Recurring" and set it to repeat daily.
3. If you need to select the times in a lower time slot step (like every 5 minutes), you need to go into General Settings, and change the default time slot step to 5 minutes. This will allow you to create appointments and events with starting times like:
09:00; 09:05; 09:10; 09:15; 09:20
These 5 minutes will also be applied to selecting the end time, and working hours availability.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
About the 1 ok.
2. There is no option to me Daily. Only weekly, monthly, annually.
3. Is the default timeslot going to affect my already-fixed services?
Hello Filippos
2. Yeah, sorry, that's a mistake on my end. We were discussing adding daily recurrence, but at the moment it is not yet available.
3. Not at all, you're simply modifying the allowed time slot step for services and working hours.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Ok! So about the daily recurrence it will be available from the next update, right?
I am having a small bug with the JS you provided earlier.
https://www.athenschoicetours.com/book-your-transfer/
At this page, the booking form doesn't display correctly the timeslots. (the first timeslot is the buggy one...) As you can see at the screenshot, the first timeslot should display 09:00. If you inspect the code via the inspections tools of your browser, you can see that
Hello again Filippos
If you got a script that works better, that's great! It's just a script, and it can't mess with back-end, don't worry.
As for the daily recurrence - we discussed about adding it, but I cannot promise that it will be included in the next update. I'll forward the request to our developers again, but they are the ones who decide whether they have the time to include that or not. There are some priority tasks being handled at the moment.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Ah ok! No problem! Can I see a roadmap of features that will come with the updates of the plugin?
Sorry to disappoint you, Filippos, but we don't have a roadmap displayed anywhere
There are a lot of features that are planned, and we never know until the last minute what will go into the update.
The roadmap is planned to be included in the future, though.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables