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 – AmeliawpDataTables, 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 #2867384
Custom Fields and Colors
Closed

Comments

  •  1
    Anas Kay started the conversation

    Hi. First off - Amelia is a fantastic plugin!!

    Three issues I am facing:

    1. I am trying to customize the price and button colors from the default blue. I change the primary color however they remain the default blue.

    2. I have added custom checkbox fields however the text is limited to the column hence the text doesnt look good. Please see attached.

    3. Also how can I hide the employee from the front-end?

  •  1
    Anas Kay replied

    I noticed I was able to change the price and button colors by customizing the event itself however this a very tedious process especially when using a custom color. Is there any way to save the custom color as a preset?

  •  1
    Anas Kay replied

    How can I allow users to select more than one slot at the same time? The idea is we sell 30 minute slots and I want them to be able to select more than 1 back to back slots in case they want more than 30 minutes.

    See attached 

  • [deleted] replied

    Hi Anas!

    Thank you so much for reaching out to us, and for such kind words; I'm happy that you are satisfied with Ameliasmile.png

    I'll also be happy to help you resolve these:

    1. Please use this custom CSS for changing the following (just make sure to put your desired color instead of pink, I set pink as an example):

    Button color

    .el-button.el-button--primary {
        background-color: pink!important;
    }
    

    Price tag color

    .am-event-price.am-event-free {
        color: pink!important;
    }
    

    I will note this to developers; 

    Custom code needs to be applied to the page where the booking form is. Depending on what you're using (Gutenberg blocks, or some page builder), adding the CSS or JS can be done in a few different ways. 

    If you need help with adding custom CSS to the page, please take a look at this article.

    Have you used something similar?

    2. This would need custom adjusting, however, please try using <br> tags from HTML (as Custom Fields do accept HTML) before each part to give text some spacing. 

    3. Do you wish to remove only one employee, or the full choice of all employees?

    4. At the moment, Amelia does not have a multiple slot selection; you can offer customers multiple bookings at once via Packages.

  •  1
    Anas Kay replied

    Hi Ivana,

    I want to remove the name of the employee from appearing in events and services.

  • [deleted] replied

    Hi Anas,

    thank you for confirming!smile.png

    Can you send me the URL of your site where events and services are shown? If it's a site still in progress, please mark your reply as PRIVATE.

  •   Anas Kay replied privately
  •   [deleted] replied privately