Hi again, I solved the issue using CSS.
To do it, you need to export CSS theme from Portal Page Customization, change it and the reupload. To avoid change default theme y created a new one.
I add this lines to my custom CSS theme to hide guestLanguage selector, Person Being Visited and group Tag fields.
div[key="guestLanguage"]{
display: none;
}
div[key="personBeingVisited"] {
display: none;
}
div[key="groupTag"] {
display: none;
}
I'm not sure if this is a good way to do it, but in my opinion with CSS avoid lag in script load using Jquery.
I await your comments
Thanks.
CCNP R&S, CCNP Security, CCNA CyberOps