Can you please provide me with log-in credentials for your Employee Panel, and take a screenshot showing me what you want to hide? I'll find the CSS selectors you need to use.
To make it look like this (customer information (phone, email, price)):
You need to use this CSS:
.am-cabinet-collapsed-content div > div > div > div:nth-child(2),
.am-cabinet-collapsed-content div > div > div > div:nth-child(3),
.am-cabinet-collapsed-content div > div > div > div:nth-child(4) {
display: none !important;
}
As for the total price, try with this:
.am-cabinet-collapsed-content > div > div > div:nth-child(1) {
display: none !important;
}
Hello, good afternoon, is it possible to hide the customer information (phone, email, price) in the employee panel?
I am currently using the divi theme, I have basic knowledge of CSS.
Hello Sebastian
Thank you for your purchase.
Can you please provide me with log-in credentials for your Employee Panel, and take a screenshot showing me what you want to hide? I'll find the CSS selectors you need to use.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
What I want to hide is the phone, e-mail and price.
I attach other photos of the code
I don't know what you need, I'm sorry, I hope you can help me
Hello again Sebastian
Thanks for the screenshots, but I will need to log into your panel to her the selectors you need.
Please provide me with log-in credentials for the employee Panel.
Please note this is a public ticket, so make sure you enable the PRIVATE response.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Yes, it worked perfectly, will it be possible to also hide the total price? please.
Hi again Sebastian
Sure, try with this:
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
I greatly appreciate your effort and patience. The code worked correctly, you have saved me this time, I wish you the best.
You're welcome, Sebastian
Glad I could be of service.
If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Sebastian/Aleksandar,
Would it be possible please to share with others the code to hide customer information from the employee, I need to hide Phone number and email.
Thank you
Silviu
Hello Silviu.
Sure,
To make it look like this (customer information (phone, email, price)):
You need to use this CSS:
As for the total price, try with this:
When tested, it came out like this:
I hope that helps.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables