Okay
  Public Ticket #2474982
4 Annoying things in Amelia - Problem in setting Time Slots - URGENT
Closed

Comments

  • Madhav Anand started the conversation

    I conduct 1 hour session over Zoom for specific time period & on specific dates in a week and this weekly schedule repeats.

    Website Page I am working on - https://ahantaa.com/body-talk-session/

    Please address the following problems:
    1.  Time Slots should automatically get converted to customer's time zone when at the page Pick your date & Time.
    2.  How can I set the slots of time specifically in this case, I am really confused with options & settings.
    3.  How to customize the Form Page fields as want the labels should appear inside the field.
    4. I want the Employee should be replaced by Host. How to do that.

    Please address the following question, I am facing really hard to make simple thing even after going through documentation.

  • [deleted] replied

    Hello Madhav Anand,

    1. The timezone set in the back-end of Amleia is the one you choose in your WordPress-> Settings -> General. If you want your customers to see the available time slots in their timezone, you need to enable the option Show booking slots in client time zone in Amelia -> Settings -> General. 

    2. The available time slots are set by configuring the employees work hours. 

    When you click on the 'pencil' icon you can edit that work time period, and by clicking on the '+' sign next to Apply to All days you add a new work time period. You can assign different services to each work time period/day there.

    5754773365.png

    3. There isn't a possibility for the labels to show up inside the fields in Amelia with its current built-in features.

    4. There is the Labels setting in Amelia -> Settings, so you can change the labels Employee/s and Service/s there.

    If you have any further questions or concerns feel free to ask,



  • Madhav Anand replied

    Thank you so much for support 😁. Just one thing left.

    1. Fixed - Working
    2. Fixed - Working
    3. Can't we make labels inside (Form's Field) using custom CSS code. If yes then how & where to add code.
    4. Fixed - Working
  • [deleted] replied

    Hello Madhav Anand, 

    You are welcome. 

    3. No, this can't be changed with CSS, unfortunately.

    If you have any other questions or concerns feel free to open a new ticket and we will gladly help.

  • Madhav Anand replied

    Hi Marija,

    You have serving to my questions really quick and satisfying. It will be great if you can assist me with following as well. ( I have read the documentation but unable to find the answer )  

    All Questions in Reference to - https://ahantaa.com/body-talk-session/

    1. I want to make font little bold & bigger and also is there any way to add custom font too.
    2. How can we change the label of the button ? like instead of 'continue' I want 'next'
    3. How to set  default value say - Singapore to Custom/Default Fields.
    4. BIG BUGAmelia Accepts irrelevant data to fields like Mobile Number. How to fix that ? 
    5. How to add Data Validation to our Custom Fields & Default Fields too.
    6. How to add email confirmation in booking appointment ?
    7. How to make Amelia such a way that old customers informations gets auto-populated ?
    8. How to import customers via excel/CSV file
  • [deleted] replied

    Hello Madhav Anand, 

    Apologies for replying late, we don't work on weekends.

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

    <style>
    .amelia-app-booking input[type="text"], .am-modal.am-in-body input[type="text"], .amelia-app-booking input[type="email"], .am-modal.am-in-body input[type="email"], .amelia-app-booking input[type="tel"], .am-modal.am-in-body input[type="tel"], .amelia-app-booking input[type="url"], .am-modal.am-in-body input[type="url"], .amelia-app-booking textarea, .am-modal.am-in-body textarea, .amelia-app-booking select, .am-modal.am-in-body select, .amelia-app-booking .form-control, .am-modal.am-in-body .form-control, .amelia-app-booking .am-stripe-card, .am-modal.am-in-body .am-stripe-card,
    .amelia-app-booking h1, .am-modal.am-in-body h1, .amelia-app-booking h2, .am-modal.am-in-body h2, .amelia-app-booking h3, .am-modal.am-in-body h3, .amelia-app-booking h4, .am-modal.am-in-body h4, .amelia-app-booking p, .am-modal.am-in-body p, .amelia-app-booking span, .am-modal.am-in-body span, .amelia-app-booking div, .am-modal.am-in-body div, .amelia-app-booking section, .am-modal.am-in-body section, .amelia-app-booking ul, .am-modal.am-in-body ul, .amelia-app-booking li, .am-modal.am-in-body li, .amelia-app-booking a, .am-modal.am-in-body a {font-family:fantasy !important;}
    </style>

    We put font fantasy just as an example, you can add the font you want. Also you can add here the CSS properties for bold and bigger font.

    2. 

    You can change strings in the plugin by using the translation method, but in your case you would change strings in the same language, you wouldn't translate them to another one. 

    Strings can be changed using POEDIT or Loco Translate for example. If you want to use POEDIT then this is the instruction:

    1. Download Amelia from TMS Store

    2. Unzip the downloaded file.

    3. Download and install POEDIT

    4. Open the program and open the file from the extracted folder on your computer ameliabooking/languages/en_US/wpamelia-en_US.po.

    5. Change the strings you want.

    6. Save the translation.

    7. Go to ameliabooking/languages/en_US/ folder and copy these two files - wpamelia-en_US.po and wpamelia-en_US.mo back to your website to the location ../wp-content/plugins/ameliabooking/languages/en_US/.

    Please note that this change will be deleted after you update Amelia, so you would need to apply the change after each update of the plugin.

    3. There isn't a possibility to set a default value to Custom fields in Amelia with its current built-in features. 

    4. It isn't possible to add a mask to the phone field in Amelia with its current built-in features. I will add that as a feature request to our list so it can be considered for implementation in the future.

    5. There isn't a possibility of adding Data validation to the custom/default fields.

    6. This isn't possible either in Amelia with its current built-in features. There are email notifications for confirming booked appointments, but customers/employees can't confirm their appointments via email notifications. 

    7. Their information can be pre-populated if they are logged in to WordPress or to the Amelia front-end Customer panel, while booking appointments in Amelia.

    8. There isn't a possibility of importing customer from an external file with the plugin's built-in features.

    If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.