Forum Replies Created

Viewing 15 posts - 406 through 420 (of 2,522 total)
  • Author
    Posts
  • in reply to: New User dont have access to the admin dashboard #7314
    Vladimir
    Keymaster

    Hi Daniel,

    Try to deactivate all plugins and login under the test user. Will it help to achieve wp-admin? If Yes, activate plugins back one by one and make new test to isolate plugin which blocks access of new role to wp-admin. There are some plugins which has own settings – you have to select the roles to which you allow access to the admin back-end.

    in reply to: role editor and woocommerce permissions #7303
    Vladimir
    Keymaster

    Posts/Pages/Custom post types edit restrictions” add-on allows this. Turn ON “Own data only” option for user or his role.

    in reply to: Hide Templates from Elementor #7302
    Vladimir
    Keymaster

    Hi,

    Do you write about this version?
    Show at screenshot what menu do you wish to hide.

    Vladimir
    Keymaster

    Hi,

    I can not repeat this.
    I tested SEOPress from wordpress.org and it did not remove ‘manage_options’ from my custom roles. I searched from its source code and did not find any commands related to ‘manage_options’ deletion.

    Vladimir
    Keymaster

    Hi,

    Send URL and administrator credentials to support [at-sign] role-editor.com, if it’s applicable. I will investigate your case. If you can setup a development copy it would be better.

    Vladimir
    Keymaster

    Another question – if you repeat the test will it show the same result – all pages 1st, then the list according to restrictions?

    Vladimir
    Keymaster

    Do you use any caching plugin? If Yes, switch off caching for the restricted role.

    Vladimir
    Keymaster

    Hi Trevor,

    It’s possible to allow/prohibit editing/creation of the post with selected categories for user or/and role using “Posts, pages edit restrictions” add-on.

    Vladimir
    Keymaster

    Clarify also what do you mean under “user can ONLY view certain page IDs”. I suppose – view allowed pages at the list of pages available for editing at the wp-admin, right?

    Vladimir
    Keymaster

    Hi,

    Can not repeat this at the latest test. Check if user has another role(s) granted, which has edit restrictions also and may change the result which you wish.

    in reply to: Allow access to asset cleanup pro plugin #7268
    Vladimir
    Keymaster

    Hi,

    Thanks for the provided information. WPACU plugin uses ‘administrator’ role by default as the permission when defines its admin menu and checks current user permissions.
    But it allows to replace ‘administrator’ with custom permission via filter. For example, code below provides access to WPACU plugin for any user with ‘manage_options’ capability:

    
    add_filter('wpacu_access_role', 'replace_wpacu_admin_permission', 10, 1 );
    function replace_wpacu_admin_permission( $cap ) {
        $cap = 'manage_options';
    
        return $cap;
    }
    

    You can add it to the functions.php file of your active theme.

    Vladimir
    Keymaster

    Is ‘Site Manager’ role created by some plugin? I suppose the situation when that plugin recreates this role every time its loaded.
    What if you add ‘manage_options’ to any other role? Will it stay there?
    If Yes, use workaround – assign role with ‘manage_options’ to the user with ‘Site Manager’ role as the 2nd one.

    in reply to: Allow access to asset cleanup pro plugin #7263
    Vladimir
    Keymaster

    Hi,

    Share plugin .zip with support [at-sign] role-editor.com via DropBox, Google Drive or similar service. I will look what permissions it requires. I install such software locally and use in the investigation purpose only.

    in reply to: Defining Posts View Access in php #7260
    Vladimir
    Keymaster

    Look if 99 post has category, which also has view restriction at category level. It’s just assumption about possible conflict with a hook. It should not take place though.

    It it will not help. I can look at your data on site tomorrow. If it’s applicable send URL and admin login credentials to support [at-sign] role-editor.com

    in reply to: Defining Posts View Access in php #7258
    Vladimir
    Keymaster

    Really, when you create new role as a copy of ‘none’, URE adds to it at least one capability – ‘read’. Does your role has it? I did not make tests with absolutely empty roles.

    It should not have difference what role do you use built-in or custom one. Role should exist and current user should have it.

    I used ‘author’ role as an example only, it does not play a key role, what role to use.

Viewing 15 posts - 406 through 420 (of 2,522 total)