Okay
  Public Ticket #2846152
Events
Closed

Comments

  •  1
    Eva started the conversation


    Hey

    Unfortunately, it is the case that fully booked events are displayed as closed and customers can no longer see the event description, not even in the customer panel. That is very bad, because there is important information there. How can that be changed as quickly as possible?



    Unfortunately, the employee is not shown in the events either, I have to enter him by hand.

    Google Avi Code for locations doesn`t work either. 


    Best wishes

    Eva-Maria Servatius


  • [deleted] replied

    Hi Eva,

    thank you for reaching out to ussmile.png

    Yes, I'm afraid that closed Events cannot be interacted with once they are closed. I will check with the developers to see if there can be something done.

    Employees need to be added as a Staff member to a certain Event in order to be shown.

    For the Google API, did you enable Google Map API Keys on your Google account (enabling all necessary API's from the screenshot below), and have you added your billing account? You can read more about this here.

    6225836173.png

    When these are enabled, please add the APIs in API Restrictions on the "Credentials" page:

    6347327463.png

    If you did all this, please check if you inserted the API keys in Google Map API Key option in General settings of Amelia.

  •  2,572
    Aleksandar replied

    Hello Eva.

    At the moment, the only possibility is to automatically expand all closed events, so their description is shown, like this:

    2945981381.png

    To do this, you would need to add the following CSS on the page:

    .am-event-list .closed div:nth-child(2) {
    display: inline-block !important;
    }
    .am-event-list .closed div:nth-child(2) > div.am-event-book-cta.closed {
    display: none !important;
    }
    .am-event-list .closed div:nth-child(2) > div.am-event-details > div.am-event-photos {
    display: inline-flex !important;
    }
    

    Our developers will work on making the closed events clickable by default, so there will be no need for custom CSS in the future, but at the moment, this is the only way.

    Kind Regards, 

    Aleksandar Vuković
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia 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