Hi @pesonline,
Do you use multisite install?
Do you see Administrator user role in your User roles section in Ultimate member?
Regards.
Thanks for the speedy response.
In response to your questions, its a standalone install, not multisite (www.pesonline.co.uk) and yes, Administrator is there.
Thank You
The reason the administrator is not in the list is because it was coded to exclude it. I modified my code and the administrator now shows up in the roles check list.
wp-content/plugins/ultimate-member/includes/admin/core/class-admin-navmenu.php::_wp_template()::155
– modified
-pre:
<?php $options = UM()->roles()->get_roles( false, array( ‘administrator’ ) );
-post:
<?php $options = UM()->roles()->get_roles( false );