So that not everything is displayed in the filter.
Unfortunately, however, not all course instructors / employees are displayed to me, although they are set in the backend in such a way that they should be displayed. So they are not hidden.
Under the respective events, the new employees are only partially displayed.
What can I do to ensure that all employees are displayed via the filter function?
In addition, I still have the problem that on my page for the calendar, where all events are to be displayed, not all employees are selected in the filter, although they are set to visible.
Thank you for the update on this and for your patience.
Please check if you can see the booking form on page when you are logged in?
If this is the case then this can be 1 of 3 issues
1. The reason why the form is not visible for non-logged-in users is not in Amelia, but instead in your security settings. They're either configured in a Security plugin (if you have any), or they're on your server's side.
The best option would be to reach out to your hosting provider, send them the link of the booking page and tell them exactly what you told us - you can see the page when you're logged in as an admin, but you can't see it from an incognito window (or when you're logged out). They should be able to lift the block, so admin-ajax calls are sent for non-logged-in users also.
2. You have some page optimizer so turned them off and ourge the cache and see if you can see the booking form then
3. The new booking form should be displayed when you clear the cache, if you have a caching plugin or optimize plugin, please disable minify js files option.
For example, if you have WP Rocket, and you have enabled these JS optimizations, which have a negative effect on our New Step Form, that is based on Vue 3 Framework, the booking form wont show.
The old Form is based on Vue Framework 2; but the New Form is based on Vue Framework 3;
Once you disable the "minify JS" option in the Optimisations on WP Rocket, or similar, and purge the cache the form should appear.
Also, the issue could be with the Page optimize plugin. You have these settings
and they should be added to this first input amelia_booking_script_index like this
and then everything will work with the new form.
Hope this helps.
In regards to the event filter issue, I tested it out and it worked just fine.
Please let me know if you have any other questions.
I looked into the settings again and deactivated the following points under "Activation Settings":
Load entities when loading the page
Enable use for older IE browsers
Now both the new form seems to be loaded and all employees are now displayed.
Maybe you should include this in the documentation, once what these settings are for and also that they may have to be deactivated in case of similar problems.
Hello dear team,
I have inserted the following CSS in my calendar view.
#am-event-calendar-page > div.am-event-calendar-holder > div.am-event-left > div.am-event-header > div.am-event-header__right > div:nth-child(1) > div, .amelia-app-booking #amelia-booking-wrap #am-event-calendar-page .am-event-filters__item:nth-child(3) {
display: none !important;
}
So that not everything is displayed in the filter.
Unfortunately, however, not all course instructors / employees are displayed to me, although they are set in the backend in such a way that they should be displayed. So they are not hidden.
Under the respective events, the new employees are only partially displayed.
What can I do to ensure that all employees are displayed via the filter function?
In addition, I would like to know if it is possible to display a list where only appointments can be displayed by a special instructor.
Hello Lina,
Thanks for reaching out to us and apologies for the delayed answer. I can see your website on this link with the booking form.
Is this one that are you referring to?
To display a booking form with only the services assigned to a particular employee (instructor), you can use this shortcode
Of course, this one is for the step by step booking form, but you can use this principle for other ones.
Kind Regards,
Stefan Petrov
[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
Hello,
Thank you very much for the feedback. Unfortunately, since today's update, the listbooking form is no longer displayed on my website.
See z. B. here: https://schnittverhext.de/kurse-naehtreffen/naehkurs-ab-ca-13-jahre/
When I choose the old booking form, this will be displayed correctly, see here: https://schnittverhext.de/kurse-naehtreffen/kinder-naehkurs-von-7-12-jahre/
In addition, I still have the problem that on my page for the calendar, where all events are to be displayed, not all employees are selected in the filter, although they are set to visible.
https://schnittverhext.de/calendar/
What can I do so that customers can find all employees via the filter?
Hello Lina,
Thank you for the update on this and for your patience.
Please check if you can see the booking form on page when you are logged in?
If this is the case then this can be 1 of 3 issues
1. The reason why the form is not visible for non-logged-in users is not in Amelia, but instead in your security settings. They're either configured in a Security plugin (if you have any), or they're on your server's side.
The best option would be to reach out to your hosting provider, send them the link of the booking page and tell them exactly what you told us - you can see the page when you're logged in as an admin, but you can't see it from an incognito window (or when you're logged out). They should be able to lift the block, so admin-ajax calls are sent for non-logged-in users also.
2. You have some page optimizer so turned them off and ourge the cache and see if you can see the booking form then
3. The new booking form should be displayed when you clear the cache, if you have a caching plugin or optimize plugin, please disable minify js files option.
For example, if you have WP Rocket, and you have enabled these JS optimizations, which have a negative effect on our New Step Form, that is based on Vue 3 Framework, the booking form wont show.
The old Form is based on Vue Framework 2; but the New Form is based on Vue Framework 3;
Once you disable the "minify JS" option in the Optimisations on WP Rocket, or similar, and purge the cache the form should appear.
Also, the issue could be with the Page optimize plugin. You have these settings
and they should be added to this first input amelia_booking_script_index like this
and then everything will work with the new form.
Hope this helps.
In regards to the event filter issue, I tested it out and it worked just fine.
Please let me know if you have any other questions.
Kind Regards,
Uros Jovanovic
[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
Hello,
Nothing is blocked on the server side.
I also disabled the cache plugin (wp rocket), deleted the cache, but the new form is still not displayed to me.
Before the last update, the new form was still loaded, so it seems to have been a problem with the update.
I would be happy to give you an admin access so that you can check it yourself.
To the instructors:
Yes, that's correct, the selection works.
However, I have more instructors, but not all of them are displayed here, that's the problem.
You could also check this yourself with the admin access.
Warm regards
Lina
Hello,
I looked into the settings again and deactivated the following points under "Activation Settings":
Load entities when loading the page
Enable use for older IE browsers
Now both the new form seems to be loaded and all employees are now displayed.
Maybe you should include this in the documentation, once what these settings are for and also that they may have to be deactivated in case of similar problems.
Hello Lina,
Thank you for the update on this.
We will have this included in the documentation.
In the meantime, please let me know if you have any other questions.
Kind Regards,
Uros Jovanovic
[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