Hi I'm trying to hide the time slots so a customer can just select a date without having to select a time. I've tried using some jQuery to do this but I can't override it to just say something like select this date instead of 11.00am - 23.00pm. The service is an all day service.
Is there any way to change what the box says though instead of hiding it? So when you click the date there's a drop down with the available time slots which I only have 1 for each service as it's a full day service. So instead of whatever time 12.00am to 11.00pm have it just say book this date? My jquery won't override this span text, or is there a file I can edit to adjust?
Hi I'm trying to hide the time slots so a customer can just select a date without having to select a time. I've tried using some jQuery to do this but I can't override it to just say something like select this date instead of 11.00am - 23.00pm. The service is an all day service.
var $j = jQuery.noConflict();
$j(function(){
$j('.el-radio-button__inner').text('test');
});
Can you help with what I could use to achieve this?
Hello Shane Kelly.
I am sorry to disappoint you, but unfortunately something like this is not yet possible with the plugin's built-in features.
The plugin's logic works like this, and you have to select the time slot before you're able to continue to the final screen.
Best regards.
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
Is there any way to change what the box says though instead of hiding it? So when you click the date there's a drop down with the available time slots which I only have 1 for each service as it's a full day service. So instead of whatever time 12.00am to 11.00pm have it just say book this date? My jquery won't override this span text, or is there a file I can edit to adjust?
Hi again Shane.
Can you try adding this before the [ameliabooking] shortcode, and let me know if it works:
Best regards.
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
Hi, no that didn't make any difference.
Hello again Shane.
Alright, then, please try this:
Best regards.
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
Brilliant!!
Thank you so much for your help with this.
You're welcome!
Glad I could help.
If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.
Best regards.
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