Link to a page where the issue can be seen: site is under local development
I expected to see:
I originally was using [wpv if] with the [wpv-current-user info='role'] to get this to work but it did not. I then saw using the conditional group and tried that and used the example for the user custom expression but could not get that to work either with a few different tweaks. My last current usage was
[cred_show_group if="(USER('role') eq 'administrator')" mode='none']
//some html
[/cred_show_group]
Please advise how to get this to actually work. Thanks