
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2022 05:05 PM
Hello all,
in the employee center - Org Chart.
when i try to search this employee, it shown no match found.
But i have this employee profile created, is there something missing?
If the employee manager is setup, should i see the org hierarchy here?
Please kindly help, thanks you so much
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2022 09:15 PM
Hi
"my org chart" page (and also other components like the "Organization Chart (CD)" Widget), are installed with the "Content Publishing" plugin. A plugin that is automatically installed when installing Employee Center Pro, not when installing Employee Center.
Workaround
So what can we do about the "my org chart" button, when not installing Employee Center Pro, and not installing "Content Publishing". How can we remove the "my org chart" button?
Multiple options, for example cloning and editing the "User Profile" Widget. Or can we also apply CSS, to hide the button? This will prevent having to clone and edit the Widget and missing out on future updates.
CSS is definitely an option! While inspecting the page with the Chrome inspector, you will notice this style:
Knowing this, we can apply CSS on the Widget Instance. On the "My Profile" page, ctrl+right click on the Widget, and choose "Instance in Page Editor". Within the new window opened, scroll down to the CSS field. Here you add:
.v62d700b79f210200f0a91471367fcfe8 a.widget-button {
display: none !important
}
Now save the page, and refresh the Employee Center portal "My Profile" page.
This is taken from Mark's Article .
Now, you might have a question on How to Configure, Display the records,Etc..
Please Refer this Doc, it covers all :Organization chart
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2022 09:15 PM
Hi
"my org chart" page (and also other components like the "Organization Chart (CD)" Widget), are installed with the "Content Publishing" plugin. A plugin that is automatically installed when installing Employee Center Pro, not when installing Employee Center.
Workaround
So what can we do about the "my org chart" button, when not installing Employee Center Pro, and not installing "Content Publishing". How can we remove the "my org chart" button?
Multiple options, for example cloning and editing the "User Profile" Widget. Or can we also apply CSS, to hide the button? This will prevent having to clone and edit the Widget and missing out on future updates.
CSS is definitely an option! While inspecting the page with the Chrome inspector, you will notice this style:
Knowing this, we can apply CSS on the Widget Instance. On the "My Profile" page, ctrl+right click on the Widget, and choose "Instance in Page Editor". Within the new window opened, scroll down to the CSS field. Here you add:
.v62d700b79f210200f0a91471367fcfe8 a.widget-button {
display: none !important
}
Now save the page, and refresh the Employee Center portal "My Profile" page.
This is taken from Mark's Article .
Now, you might have a question on How to Configure, Display the records,Etc..
Please Refer this Doc, it covers all :Organization chart
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2022 04:14 AM
Hello
Thank you very much, you help me to resolve this issue.
I can see the org chart now.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2022 08:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2025 10:05 AM
Hi Sandeep,
The link you shared no longer works, is this infomation still available (ec org chart configutarion)?
I am looking for a step by step guide on Employee Center configuration I am trying to set up the org chart page.
Thanks