I have content on a page that I want to control what a user sees based on their roles. I make sure I can see all content first and then I add the shortcode on the page via the text editor. Everything disappears. No matter what role I use in the shortcode. I can’t get it to show me anything
Text editor code:
[user_role_editor roles=”caclient”]
my special content
[/user_role_editor]
I confirmed that the role ID is caclient and the user was assigned that role.
I have every item checked on the Additional Modules tab at the network level.
Thanks for the additional information. I paid attention on that after read of your 1st message, but thought that text is shown by WordPress/bbPress that way. Please check the double quotes used at the shortcode. Instead of
[user_role_editor roles=”caclient”]
ordinal HTML complied double quote symbol should be there: