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 #2386657
Service, Employee, Images, ICONS
Closed

Comments

  • Roger started the conversation

    I've seen some examples of Service Catalogs showing images instead of the colores shapes and Service and Employees Initials. Could you please indicate how con I set the images for every possible place in the catalog? Is there a naming convention for the gallery, or specific size/resolution  and file types? Thanks in advance. 

  •  14
    Heinz replied

    Hi Roger,

    I am just a happy customer and like to help you.

    What you need to do is to upload picture for the services and avatars for the employees.

    In the profile of the employee you should see a round icon above the name, click there for the employee avatar. Similar in the event and service editing window.

    Hope that helps and you can find it.

  • Roger replied

    Thank you Heinz, 

    I've been doing some testing with different combinations. You can do de avatar pictures, and also the galleries for both employees and services. Lets see what comes up.

    Thanks again.

  • [deleted] replied

    Hello Roger Castillo, 

    Thank you for your purchase. 

    Like Heinz said, you can add images to the services and employees as an avatar and you can also add more images to the Services' Gallery which will be shown in the Catalog booking view (above the services / above the booking form). 

    If you have any further questions feel free to ask. 

    Thank you for helping out, Heinzsmile.png

  • Roger replied

    Thank you Marija.

    I've experimented with a few combinations and I think Im getting a hold on it.

    On my initial post I included this pic: "Amelia Service Detail Pics.JPG" that shows a smiling nurse. Which would be the best way to reduce the height of the image on the service view?  It is way too big (too tall) and I have to scroll down to start reading.

    Thanks in advance to all of you!

    Best

  • [deleted] replied

    You are welcome, Roger. 

    Probably, it would be the best to change the size of the image to the size of that div by default it is 524.33 x 256 px, so it would look proportional.

    You can also try adding custom CSS to the page to have the height to be 256px, but I assume it will look nicer with the first solution. Try adding this custom HTML to the page to see how it will look like when you set the height to be 256: 

    <style>
    .el-carousel__container {height: 256px !important;}
    </style>

    Let me know if this helped!