Okay
  Public Ticket #2937391
Zoom
Closed

Comments

  • Mohammed started the conversation

    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:


    div.am-cabinet-profile__zoom.el-col.el-col-24.el-col-sm-12.el-col-md-12 {
    display: none !important;
    }



  • [deleted] replied

    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:

    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


  • Mohammed replied

    Hello,

    I have created an employee login for you. Information can be found below:

    https://wellbii.life/employee-panel

    [email protected]

    12345678

  • [deleted] replied

    Hi Mohammed

    Please try adding this

    div.am-cabinet-profile__zoom.el-col.el-col-24.el-col-sm-12.el-col-md-12 {
    display: none !important;
    }

    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.


  • Mohammed replied

    Hello, we tried to do what you said but the class name refers to google as you can see in the screenshot attached

  •  1,849
    Miloš replied

    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 | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia 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

  •   Mohammed replied privately
  •  1,849
    Miloš replied

    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 ?

    #pane-details > form > div > div.el-col.el-col-15 > div > div:nth-child(6) {
        display: none;
    }
    

    I used it on a Chrome Inspect page, and it worked, as on this screenshot. 

    4381572644.png
    4730004704.png

    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 | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia 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