Firstly, I would like to sincerely apologize for the delayed response as we have been experiencing an unusually high number of tickets. I am sorry that it has taken longer than usual to respond to your concern and your patience is highly appreciated.
If you cancelled the event, it will still show on front-end, but like this:
So, it's clearly visible to customers that it's cancelled, and that it can't be booked. Do you need to hide it completely?
I do need to hide it from the front-end. If there's css code to do that, than that's fine. But it would be great if there was an option in the settings that allows you to hide if canceled and or expired.
That works ok. However, it takes into account the number of events being initially displayed so if i have 3, it deducts and now only displays 2. It would make more sense to have an option to remove it if it gets canceled or when it expires.
What's the point in showing something that has already occurred or was canceled?
There are many users who want to show all events on front-end, regardless if they are cancelled or not. If you cancel an event, and you don't need it anymore, why not just delete it from the Events section in back-end?
There is no CSS for events that passed (or expired), you can hide closed ones, though:
.am-event.closed {
display: none !important;
}
But that will hide events that are fully booked (have filled capacity), along with past events.
Sometimes an event gets canceled because it has to be rescheduled at a later date and we don't want to delete it if a bunch of people signed up. I see an export of attendees, but an import would help solve this issue.
Our developers will work on the import feature, but at the moment it's simply not possible.
I would recommend doing that through the database, but unfortunately, it can't be done through there either since attendees are added in one database table, which is then referenced in another table, which is connected to the actual event.
I cancelled an event and it still appears on our website frontend, do I need to actually delete it to remove it from the front end display?
If so, then how do we keep track of the attendees that signed up? What if we want to reschedule it?
Hello Jeff
Firstly, I would like to sincerely apologize for the delayed response as we have been experiencing an unusually high number of tickets. I am sorry that it has taken longer than usual to respond to your concern and your patience is highly appreciated.
If you cancelled the event, it will still show on front-end, but like this:
So, it's clearly visible to customers that it's cancelled, and that it can't be booked. Do you need to hide it completely?
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
I do need to hide it from the front-end. If there's css code to do that, than that's fine. But it would be great if there was an option in the settings that allows you to hide if canceled and or expired.
Hi again Jeff
Unfortunately, there are no settings that would help you hide this, so you'll need to do it with custom CSS:
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
That works ok. However, it takes into account the number of events being initially displayed so if i have 3, it deducts and now only displays 2. It would make more sense to have an option to remove it if it gets canceled or when it expires.
What's the point in showing something that has already occurred or was canceled?
What would the CSS Code be for expired?
Hello again Jeff
There are many users who want to show all events on front-end, regardless if they are cancelled or not. If you cancel an event, and you don't need it anymore, why not just delete it from the Events section in back-end?
There is no CSS for events that passed (or expired), you can hide closed ones, though:
But that will hide events that are fully booked (have filled capacity), along with past events.
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
Sometimes an event gets canceled because it has to be rescheduled at a later date and we don't want to delete it if a bunch of people signed up. I see an export of attendees, but an import would help solve this issue.
Thanks for explaining, Jeff
Our developers will work on the import feature, but at the moment it's simply not possible.
I would recommend doing that through the database, but unfortunately, it can't be done through there either since attendees are added in one database table, which is then referenced in another table, which is connected to the actual event.
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
Thank you!
You're welcome, Jeff
Sorry I couldn't be of any further assistance here.
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