As previously announced via banners and our newsletters, support is no longer available through this platform.

For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.

You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.

Paid customers: Please log in to your store account for support.

Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com

Okay
  Public Ticket #2652060
Possible to disable default fields?
Closed

Comments

  • Jim started the conversation

    Is it possible to disable default fields?

    I would like to remove the "Date of Birth" field from the front-end and if possible on the admin pages as well.

    It's currently used in the Customer Profile.


  • [deleted] replied

    Hello Jim,

    Thank you for your purchase.

    There isn't a possibility of removing that field, but it can be hidden on the front-end in the Customer panel by adding custom CSS. 

    Please try adding this CSS to the page where you have the Amelia cusotmer panel : 

    .v-calendar-column.el-col.el-col-24.el-col-sm-12.el-col-md-12
    {display:none !important;}

    if you don't have custom CSS option you can add it as format HTML like this: 

    <style>
    .v-calendar-column.el-col.el-col-24.el-col-sm-12.el-col-md-12
    {display:none !important;}
    </style>


    and let me know if it helped.

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


  • Jim replied

    Ok, thank you.

    Yes, we've hidden them via CSS.

  • [deleted] replied

    You're welcome, Jim.

    Glad to see that, thank you for letting me know.

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