Hi dhlee7,
If you try adding one of these users to a group, does the group they belong to show up in the Group column?
Kind regards,
George
Yes. I did. but group did not show up in the Group column. However, in practice, it has been applied. just not shown in the group cloumn.
Please try something else.
While you are at the first line, the first record, do a right click on the groups column and click inspect element. With this we can make sure that the group name is rendered properly. There is a possibility that the plugin’s CSS is conflicting with another plugin’s CSS, resulting in the group name color to be white or even applying a visiblity property to hidden.
If you are not sure how to inspect an element ha ve a look here https://developer.mozilla.org/en-US/docs/Tools/Page_Inspector/How_to/Open_the_Inspector
Kind regards
Already I checked css. but nothing conflict any other plugins css.
See my code.
screen captured
I guess this problem is concern with groups not css.
Oh i see, there seems to be a conflict with another plugin.
If it’s possible, please share the contents of your debug.log file in a pastebin and also the list of the plugins that you have installed. That way we can check whether there is another plugin conflicting with groups plugin.
Cheers.