Since some versions, the module NavMenu no longer works completely on my site.
I can choose for each menu item the status of the user (disconnect, connect, everyone) but I can no longer select specific roles.
It seems that the role choices are available (source code) but they do not appear.
It seems that there is a problem in the file um-admin-global.css with the parameter of the class um-nav-roles which is display: none. By removing this parameter it works again.
This topic was modified 8 years, 11 months ago by dinep. Reason: Image Link
This topic was modified 8 years, 11 months ago by dinep.
I found the solution.
The problem was due to the late loading of the JQuery library.
As part of the optimization of the website, I had chosen to load this library asynchronously. What you should not do otherwise makes the site unstable.
Thank you for answering.