Hey there, Awesome Customers!

Just a heads up: We'll be taking a breather to celebrate International Workers' Day (May 1st and 2nd - Wednesday and Thursday) and Orthodox Easter from Good Friday (May 3rd) through Easter Monday (May 6th). So, from May 1st to May 6th, our team will be off enjoying some well-deserved downtime.

During this time, our customer support will be running on a smaller crew, but don't worry! We'll still be around to help with any urgent matters, though it might take us a bit longer than usual to get back to you.

We'll be back in action at full throttle on May 7th (Tuesday), ready to tackle your questions and requests with gusto!

In the meantime, you can explore our documentation for Amelia and wpDataTables. You'll find loads of helpful resources, including articles and handy video tutorials on YouTube (Amelia's YouTube Channel and wpDataTables' YouTube Channel). These gems might just have the answers you're looking for while we're kicking back.

Thanks a bunch for your understanding and support!

Catch you on the flip side!

Warm regards,

TMS

Okay
  Public Ticket #2502302
Font Styling
Closed

Comments

  • joe started the conversation

    1. Why is it that the WP Amelia "Text Color on Background" directly affects the background color of the employee login panel? We cannot get a styling in our branded colors to work on both the booking tool and the employee portal. 

    2. Why is it that I cannot change the text color of the appointment time font? Currently it is hard to read appointment times on the "default" WP Amelia styling. No changes I make change those appointment time colors. 

  • [deleted] replied

    Hello Joe, 

    1. We fixed this in the newest version of Amelia - 2.9 so please update the plugin by following the bellow instructions and delete cache afterwards. Sorry for any inconveniences this have caused. Please let me know if this solved the issue.

    2. There isn't a possibility of changing the color for Appointments' time font with Amelia's current built-in features.

    You can update the plugin manually by following these steps:

    1) Download the zip from our store

    2) Use FTP to open /yourwordpressfolder/wp-content/plugins

    3) Delete existing ameliabooking folder

    4) Upload previously downloaded ameliabooking folder through FTP to plugins folder (unzip it)

    5) Go to WP-admin panel, open Plugins section

    6) Deactivate Amelia Plugin, and then activate it again

    7) Clear server and browser cache

    ___________________________________________________________

    If you are using hosting where you are not allowed to your FTP  then follow those instructions:

    1) Download the zip from our store

    2) Delete Amelia plugin from WordPress Plugins page

    3) Click on Add new on Plugins page

    4) Click on Upload plugin on Plugins page

    5) Choose previously downloaded ameliabooking zip file

    6) When uploading is done, please Activate Amelia plugin

    7) Clear server and browser cache.

    Please note that if you delete plugin from Plugins page you WILL NOT lose your data, because it is already saved in your database.

    Please note that our plugin have a size of around 8 MB so if yo are not able to upload the plugin through WordPress plugins page, then you need to increase following:

    upload_max_file size, 

    post_max_size ,

    max_execution_time

    You should be able to find these values in your php.ini file or on your hosting panel. If you can't find it yourself please ask your hosting provider to provide it.

    If you have any other questions or concerns don't hesitate to ask,


  •   joe replied privately
  •   [deleted] replied privately
  •   joe replied privately
  •   [deleted] replied privately
  •   joe replied privately
  •   [deleted] replied privately
  • joe replied

    The CSS worked but the HTML did not. I do not think I placed the HTML in the right area, is there a way to do this with CSS? I do not want to work on the theme settings for that page. 

  • [deleted] replied

    Hello Joe, 

    It can be placed as Text directly on the page, and there are HTML formats in the page builders so this is why we often send this as HTML, but it is CSS just remove the <style></style> tags, so this is the CSS that you need to add: 

    .el-dropdown-link.el-dropdown-selfdefine {

        color: black !important;
    }

    to the place where you added the other CSS.

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