Conversation
supportHi, I have implemented the org chart and looks good. Problem is when I click on a user, a light box open under the header and it’s not possible to see the content. I can not inspect it either (to get the correct codes for changing the CSS) as it’s layered under the header. Can this box be centered to the middle of the screen, showing the contact information such as phone number an e-mail? This topic was modified 6 years, 4 months ago by mariehusoy . The page I need help with: [ log in to see the link]
Hello there, I see the issue. Try CSS below in theme file and adjust top value based on your requirement. .jOrgChart .popup1 { top: 200px; } Let me know if that works for you.
It works perfectly, thank you for the quick response! Can the popup fetch the user information such as phone number, facebook user and e-mail as well?
Also, I see that if I click the top level user and scroll, the pop up is hidden behind the second level user underneath. Is this fixable?
This i basic setup and more information can be added in pro version only. You can try demo. I’ll check scroll issue, I think its fixable.
Hello @mariehusoy , Popup issue has been fixed and released under ver 2.2.2. Let me know if that addresses your issue.
Yes, thank you so much for your help!
Hello there, I see the issue. Try CSS below in theme file and adjust top value based on your requirement. .jOrgChart .popup1 { top: 200px; } Let me know if that works for you.
It works perfectly, thank you for the quick response! Can the popup fetch the user information such as phone number, facebook user and e-mail as well?
Also, I see that if I click the top level user and scroll, the pop up is hidden behind the second level user underneath. Is this fixable?
This i basic setup and more information can be added in pro version only. You can try demo. I’ll check scroll issue, I think its fixable.
Hello @mariehusoy , Popup issue has been fixed and released under ver 2.2.2. Let me know if that addresses your issue.
Yes, thank you so much for your help!