We're Moving to a New Support Platform – Starting June 1st!

We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.

You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.

While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.

We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.

Thanks for your continued support and trust – we’re excited to bring you an even better support experience!

Okay
  Public Ticket #2608125
Employees, Capacity & Images
Closed

Comments

  • Amanda started the conversation

    Hi, 

    I have a few questions.

    1) For services, how do i set it so the employees are not visible on the front end? I have created only one employee so the customer doesn't have to pick one, but how do i make it so the employee field doesn't show up at all? 

    2) For events, how do i hide the capacity on the front end?

    3) How do i change the size of the display image on the front end for events? It is current very, very small.  

  • [deleted] replied

    Hello Amanda,

    Thank you for your questions.

    1. Please try adding this format HTML to the page where you have your Amelia shortcode : 

    <style>
    .el-form-item.am-select-employee-option {display:none;}
    </style>

    and let me know if it helped. 

    2. You can hide that element with adding custom CSS on the front-end.

    Please try adding this format HTML to the page where you have Amelia events shortcode: 

    <style> div.am-event-data > div.am-event-info > div:nth-child(2) {display: none !important;}</style>

    if that doesn't help , please try this one instead: 

    <style> div.am-event-data > div.am-event-info > div:nth-child(2) > div:nth-child(1) {display: none !important;} </style>

    and let me know if this helped.

    3. Can you please provide more details on which image/icon you are referring to.

  • Amanda replied

    Hi Den, 

    Unfortunately none of your code is working for me. 

    I don't understand why your code is HTML... i am using Divi and where i try to insert this is CSS only. I removed the <style> but i couldn't get this to work at all. 

    1) For the employee issue, i managed to resolve this with the following code in the CSS area: 

    .am-service-providers {display:none;}

    This is better, but the form looks really messy now with one column empty.. any ideas? 

    2) I cannot get the Capacity content to be removed. Again, i've tried various lots of your code, but it doesn't seem to work. 

    3)The image i am referring to is the one that is pulled through for the events, using shortcode [ameliaevents] The image is just above "About this Event". 

  • [deleted] replied

    Hello Amanda,

    Please, can you send us the URL of the page where you have the Amelia booking form, and, if possible, please send screenshots what (where) exactly you need to hide elements, so we can help with the right CSS.