Forum Replies Created

Viewing 15 posts - 1,726 through 1,740 (of 2,506 total)
  • Author
    Posts
  • in reply to: unable to activate in multisite installation #3126
    Vladimir
    Keymaster

    License key is for the full WP installation, not for the individual subsite. So even if you activated URE Pro not network wide, but for some subsite only, look at the URE’s Settings at the “Network admin -> Settings -> User Role Editor”.

    Be aware that in case you will decide to network activate URE you need to deactivate it at subsites (where it was active) 1st.

    in reply to: quick edit and permalink disable for role #3123
    Vladimir
    Keymaster

    This code is still actual to remove ‘Quick Edit’ link under a post line at the posts list. I re-tested it with theme 2017 functions.php, I just used the ‘editor’ role instead yours:

    
    if (current_user_can('editor')) {
        add_filter('post_row_actions','remove_quick_edit',10,1);
    }
    function remove_quick_edit( $actions ) {
        
        unset($actions['inline hide-if-no-js']);
        
        return $actions;    
    }
    

    Check if you inserted code to the active theme’s functions.php, if your test user really has ‘page-editor’ role.

    I’m ready to look at your site on-line if you send URL and admin login credentials to support [at-sign] role-editor.com

    Vladimir
    Keymaster

    UPS! Sorry, I have tested with ‘administrator’ incorrectly, I forgot that this add-on does not work for the users with ‘administrator’ role. It works as expected for other roles – ‘Log In’ is unavailable for logged-in users at my test site.

    Try to deactivate all plugins except these 2. Will it change something? What if you try 2017 theme?

    Vladimir
    Keymaster

    I repeated this issue. Thanks.
    I will search a reason and contact you with solution, possibly tomorrow.

    in reply to: Plugin conflict with User Role Editor Pro #3115
    Vladimir
    Keymaster

    Excellent! Thanks for letting me know.

    in reply to: Plugin conflict with User Role Editor Pro #3106
    Vladimir
    Keymaster

    I tested a free version of Sign-up Sheets and did not repeat any reported issues.
    I will contact SS plugin developer about getting a copy of his Pro version.

    Btw, I suppose that if SS Pro uses custom post type then if you turned ON “Activate “Create” capability for posts/pages/custom post types” option at “Settings->User Role Editor->Additional modules” tab, then role should have ‘create_xxxs’ capability, where ‘xxxs’ is a custom post type, like ‘create_signup_sheets’. “Add New”, “Add Sheet” buttons will be unavailable in other case.

    in reply to: Gravity Forms inaccessible using custom role #3105
    Vladimir
    Keymaster

    Try version 4.31.1 with a fix for this serious bug.

    in reply to: Gravity Forms inaccessible using custom role #3101
    Vladimir
    Keymaster

    Hi,

    I got a similar report from other client. Just to check if you meet the same problem –
    Is “Activate per form user access management for Gravity Forms” option at URE’s Additional Modules Settings tab turn ON at your installation?

    in reply to: Visitor and specifik page #3100
    Vladimir
    Keymaster

    Hi,

    Follow recommendations in this post.

    in reply to: Gravity Forms inaccessible using custom role #3095
    Vladimir
    Keymaster

    Hi!

    Do you set any additional restrictions for this custom role or user? Show me a screenshot of the role and any additional restrictions set for this role or user. I will try to repeat the issue.

    in reply to: Trouble Seeing Appearance>Widgets #3086
    Vladimir
    Keymaster

    Do you use any other admin menu management plugins, like “Adminimize”, “Admin menu editor”? Check if there are no restrictions for “Appearance” menu there.

    I do not recommend to use different roles editing plugins together (I see WPFront menu at the screenshot), they may conflict with each other because of they work on the same field.

    I may look on the issue on-line if you send me admin credentials (support [at-sign] role-editor.com)

    in reply to: Plugin conflict with User Role Editor Pro #3085
    Vladimir
    Keymaster

    Give me more details, what does not work correctly in “Sign-Up Sheets Pro” when you have active URE Pro.

    Send me (support [at-sign] role-editor.com) a copy of “Sign-Up Sheets Pro” for testing with URE Pro together. I will use it at my local development environment and for the testing purposes only.

    in reply to: Role is not adpated to child instance user #3084
    Vladimir
    Keymaster

    Hi Matt,

    By default post created at WordPress multisite subsite A are available at the subsite A posts list only.
    I may just suppose that you use some plugin or theme that allows to admin of the main site to see the posts from all subsites at one place, do you? It’s difficult to imagine something about logic of the unknown product.

    in reply to: quick edit and permalink disable for role #3079
    Vladimir
    Keymaster
    in reply to: Role is not adpated to child instance user #3078
    Vladimir
    Keymaster

    Hi Matt,

    I suppose from your message, that you use WordPress multisite, and “mother instance” is a main blog, but “child instances” are subsites.

    You should network activate User Role Editor.

    Then after configuring ‘test’ role and ‘test’ user at the main blog, you may go to the “Network Admin->Users->User Role Editor” and click “Update Network” to replicate ‘test’ role to all subsites of this WordPress multisite installation.

    Go to “Network Admin->Users”, select ‘test’ user and click ‘Capabilities’ link under his row. Then click “Update Network” button. This will add ‘test’ user with his current permissions (e.g. ‘test’ role assigned) to all subsites.

Viewing 15 posts - 1,726 through 1,740 (of 2,506 total)