We have multiple employees and we have integrated Zoom. However, Each employee is able to see other zoom users and can select their account. Is there a way for them to see their own zoom account only or to hid the zoom button on employee panel?. You have previously sent me css code but when I tried to use it, it hid the google sign in as shown in the screenshot. The code you sent its earlier which didn't work is:
I'm afraid, at the moment it's not possible to hide other Employee's Zoom accounts with built-in features in Amelia.
You can hide the Zoom user selection drop-down with custom CSS. For that, we will need a temporary login to your Employee panel, so we will be able to find the right CSS selector.
I can explain how to find and copy the selectors you need to use to hide something on your own as well.
Right-click on the part you wish to hide and inspect the element:
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:
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:
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
Custom code needs to be applied to the page where the booking form is. Depending on what you're using (Gutenberg blocks, or some page builder), adding the CSS or JS can be done in a few different ways.
If you need help with adding custom CSS to the page, please take a look at this article.
Thank you for your patience regarding this issue still not being resolved.
We will now escalate this with higher urgency for you.
Please provide us with a temporary WP-admin (administrator) user for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue.
We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
Hello,
We have multiple employees and we have integrated Zoom. However, Each employee is able to see other zoom users and can select their account. Is there a way for them to see their own zoom account only or to hid the zoom button on employee panel?. You have previously sent me css code but when I tried to use it, it hid the google sign in as shown in the screenshot. The code you sent its earlier which didn't work is:
Hi Mohammed
Thank you for reaching out to us.
I'm afraid, at the moment it's not possible to hide other Employee's Zoom accounts with built-in features in Amelia.
You can hide the Zoom user selection drop-down with custom CSS. For that, we will need a temporary login to your Employee panel, so we will be able to find the right CSS selector.
I can explain how to find and copy the selectors you need to use to hide something on your own as well.
Right-click on the part you wish to hide and inspect the element:
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:
Paste that selector, and add "display: none !important;", like this for example if you want to hide something
So, now Extras field is hidden:
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
Hello,
I have created an employee login for you. Information can be found below:
https://wellbii.life/employee-panel
[email protected]
12345678
Hi Mohammed
Please try adding this
Custom code needs to be applied to the page where the booking form is. Depending on what you're using (Gutenberg blocks, or some page builder), adding the CSS or JS can be done in a few different ways.
If you need help with adding custom CSS to the page, please take a look at this article.
Hello, we tried to do what you said but the class name refers to google as you can see in the screenshot attached
Hi, Mohammed.
Thank you for your patience regarding this issue still not being resolved.
We will now escalate this with higher urgency for you.
Please provide us with a temporary WP-admin (administrator) user for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue.
We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hello again, Mohammed.
Can you please try to add this to your Custom CSS, on Customize > from the Appearance Tab, from Main Dashboard on WP Admin ?
I used it on a Chrome Inspect page, and it worked, as on this screenshot.
Please contact us further if still not resolved, or if anything else happens that needs fixing. Thanks.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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