Forum Replies Created

Viewing 15 posts - 2,341 through 2,355 (of 2,506 total)
  • Author
    Posts
  • in reply to: Possible plugin conflict/error #1463
    Vladimir
    Keymaster

    Quick fix: add to the “Administrator” role these capabilities defined and used by GF Salesforce Add-On:
    gravityforms_salesforce, gravityforms_salesforce_uninstall

    in reply to: How to restrict top bar #1454
    Vladimir
    Keymaster

    Please check if code you inserted into the functions.php contains real single quotes like this “‘”, not as the message above “‘’”.

    in reply to: Plugin blocking problems #1453
    Vladimir
    Keymaster

    Hi,

    In general you need to use ‘Admin Menu’ button after activating ‘Activate Administrator Menu Access module’ option at URE’s Options page, and block unneeded menu items for the “Editor” role.

    If you can not send the links here, please, send the screenshots of the settigns you made to the support [at-sign] role-editor.com

    in reply to: "Add Role" does not function in Network Admin #1448
    Vladimir
    Keymaster

    The most probable reason is a JavaScript error, raised by some code from other plugin or theme. Please check browser JavaScript console for the error messages and try to isolate them. Or let me to help you with that.

    in reply to: How to restrict top bar #1447
    Vladimir
    Keymaster

    Hi,

    add to the active theme’s functions.php file this code:

    
    add_action('wp_head', my_hide_admin_menu_bar);
    
    function my_hide_admin_menu_bar() {
           
        if (current_user_can('role_for_which_you_block_admin_bar')) {
            show_admin_bar(false);
        }        
            
    }
    
    in reply to: add capability #1443
    Vladimir
    Keymaster

    Popups plugin uses ‘manage_options’ capability. So you need to add ‘manage_options’ to the editor role and block for it other menu items (like ‘Settings’) prohibited by the same ‘manage-options’ capability with admin menu blocking add-on:
    https://www.role-editor.com/block-admin-menu-items
    The similar situation was described in this post:
    https://www.role-editor.com/wp-statistics-access-other-roles/

    in reply to: Multisite user role creation #1442
    Vladimir
    Keymaster

    If you just create role under network admin – new role will be available at the main site of the network only. All updates made to the roles under Network Admin are applied to the main site.

    If you wish to replicate all roles data to the all other subsites use “Update Network” button.

    in reply to: Prohibit access for visitors #1439
    Vladimir
    Keymaster

    Option “No role for this site” is available at the roles list starting from the version 4.19. Currently version 4.19 is in a beta state. You may download it for testing from
    https://www.role-editor.com/download-plugin/

    in reply to: WPMU Membership compatibility #1435
    Vladimir
    Keymaster

    Hello,

    Rules defined at both plugins should be agreed. If you use URE to give marketing chap access to the certain pages and posts only, as you can not achieve the same at WPMU Dev Membership, try to make that user a member with full access to the posts and pages at WPMU Dev Membership 1st.

    in reply to: Prohibit access for visitors #1430
    Vladimir
    Keymaster

    Hi,

    Good question. It is not possible currently with roles selection metabox. I will add such functionality for the next update.

    in reply to: User posts/pages access. #1428
    Vladimir
    Keymaster

    Hi Laurence,

    Thanks for the good feedback. Please read my answer at this topic
    https://www.role-editor.com/forums/topic/user-pagesposts-only-viewable/

    in reply to: User pages/posts only viewable #1427
    Vladimir
    Keymaster

    Hi Laurence,

    You may achieve this by 2 ways:
    1) Try my other plugin https://wordpress.org/plugins/view-own-posts-media-only/
    or
    2) Use posts/pages edit restrictions add-on of a Pro version:
    https://www.role-editor.com/allow-user-edit-selected-posts/
    But do not input that users post IDs as restrictions list.
    If you wish that user add new posts add him or to the his role the ‘create_posts’ capability.
    In order to restrict him to view his own posts do the following:
    – Add to the user or to the his role ‘edit_others_posts’ capability. This will activate ‘edit posts/pages with author user ID (comma separated)’ section at that user profile.
    – Input that user ID to that field to restrict him to view/edit just his posts and any other custom posts types, like WooCommerce products, etc.

    in reply to: Thank You #1424
    Vladimir
    Keymaster

    Thank You.

    in reply to: Plugin is restricting author changes #1416
    Vladimir
    Keymaster

    Is this question still actual?

    in reply to: Plugin is restricting author changes #1414
    Vladimir
    Keymaster

    Please give more details about a problem? Don’t you see users with ‘author’ role at the ‘Author’ drop-down list at post editor or something else?

Viewing 15 posts - 2,341 through 2,355 (of 2,506 total)