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 #2886782
Configuración
Closed

Comments

  • Cristián started the conversation

    Estamos desarrollando un sitio web para una clínica oftalmológica y queremos saber si al agendar se puede ocultar el precio de la hora, seleccionar opciones de direcciones de atención  y agregar un listado de opciones de empresas de previsión de salud (en Chile llamadas ISAPRES).

    Quedo atento a su respuesta.

    1349856698.png


     

  • Cristián replied

    ¿El precio de USD 59 es por año?

  • [deleted] replied

    Hi Cristián

    Thank you for reaching out to us.

    - Yes the yearly subscription basic licence is 59 USD.

    - The Price cannot be hidden with he builtin options but I can explain how to find and copy the selectors you need to use to hide something.

    Right-click on the part you wish to hide and inspect the element:

    1262040153.png

    Then, when you hover over the code, that section will be highlighted in the modal. Right-click on the code that highlights the entire div, and go to copy/copy selector:

    4176821730.png

    Paste that selector, and add "display: none !important;", like this for example if you want to hide something

    #tab-extras {
    display: none !important;
    }
    

    So, now Extras field is hidden:

    9020166499.png

    Certain selectors can't be combined, so if it doesn't work when you separate them with a coma, simply add another selector below }

    If this doesn't help either, we can recommend these services for customization

    https://codeable.io/?ref=l1TW1

    https://wpkraken.io/?tms-plugins

    - You can add custom fields for your clients to fill or choose from using our custom fields feature

    https://wpamelia.com/custom-fields/