is there any chance / way to duplicate an existing appointment... ??? That yould be very usefull... for new yoga courses..etc... noone ones to type all the text again.... ???
When you go to Appointments page and click to edit the appointment, at the bottom left of the modal there is copy button (attachment). When you click on it you can duplicate the appointment.
okay, ... thanks! ... another question: On the output Page I can show the events using this code for example: [ameliaevents counter=10] I don't want the Calender on top of the events... I just want to show all events, no matter if they are in the future or past... How can I do that?
You cannot remove the filtering option with any built-in features of Amelia, but we can help you hide it with some custom CSS, if you can provide us the URL to the booking form.
To display events from the past, you need to add JS like this:
window.ameliaBooking = {
pastEventsDays: 10
}
This will display events from the past 10 days - you can increase that in order to display past events in the booking form.
If you're using a builder, they sometimes have something like "Custom code", where you can simply add the code as provided in the format below. Or, if you're adding it to the page, you can add it as plain HTML in between the <script>...</script> tags, above the shortcode, for example:
..and another question... I want to change the text of the event notifications.... -> I want to send an additional text if the event is a "rückbildungskurs" .... so something like this:
if(%event_name% == "rückbildungskurs"){ some special text...
Hi There,
is there any chance / way to duplicate an existing appointment... ??? That yould be very usefull... for new yoga courses..etc... noone ones to type all the text again.... ???
thanks!- best wishes- marisa
Hi Marisa,
Thank you for your purchase.
When you go to Appointments page and click to edit the appointment, at the bottom left of the modal there is copy button (attachment). When you click on it you can duplicate the appointment.
Best regards.
Kind Regards,
Miloš Jovanović
[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
..oh sorry - I meant "events" not "appointments".... sorry - my mistake! ....
Hi Marisa
I'm sorry to disappoint you, but unfortunately duplicating events is not yet possible with Amelia.
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
okay, ... thanks! ... another question:
On the output Page I can show the events using this code for example: [ameliaevents counter=10]
I don't want the Calender on top of the events... I just want to show all events, no matter if they are in the future or past... How can I do that?
Thanks! kind regards- marisa
Hello Marisa
You cannot remove the filtering option with any built-in features of Amelia, but we can help you hide it with some custom CSS, if you can provide us the URL to the booking form.
To display events from the past, you need to add JS like this:
This will display events from the past 10 days - you can increase that in order to display past events in the booking form.
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
Hallo Aleksandar,
wow Thanks!
here is the URL: https://www.hebamme-augsburg.de/kursangebot/
I want to show all Events... even in the past.. for example half a year -> pastEventDays: 150...
THANKS a lot - kind regards marisa
Hello Marisa
Have you tried adding that script on the page?
If you're using a builder, they sometimes have something like "Custom code", where you can simply add the code as provided in the format below. Or, if you're adding it to the page, you can add it as plain HTML in between the <script>...</script> tags, above the shortcode, for example:
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
Hey Aleksander, yes - I added the code - worked fine!
Then I just use display: none in the css to remove the calender...correct?
Thanks a lot! best wishes- marisa
..and another question... I want to change the text of the event notifications.... -> I want to send an additional text if the event is a "rückbildungskurs" .... so something like this:
if(%event_name% == "rückbildungskurs"){
some special text...
}
is that possible???
thanks... marisa
Hi again Marisa
I'm sorry, but unfortunately something like this is not possible. At the moment notifications have to be the same for all events and/or services.
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
..all right!... Thank you very much!!
kind regards - marisa
You're welcome, Marisa
If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.
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