Forum Replies Created

Viewing 15 posts - 2,326 through 2,340 (of 2,512 total)
  • Author
    Posts
  • in reply to: Latest release compatability #1523
    Vladimir
    Keymaster

    Thank you. I updated plugin metadata at the update server.

    in reply to: Disable Woocommerce Webhooks #1522
    Vladimir
    Keymaster

    Create file wc-settings-remove-tab.php at the wp-content/mu-plugins folder and insert to it this code:

    
    <?php
    
    add_filter( 'woocommerce_settings_tabs_array', 'remove_webhooks', 25);
    
    function remove_webhooks($pages) {
    
      if (current_user_can('wc_manager_restricted')) {
        unset($pages['webhooks']);
      }
    
      return $pages;
    
    }
    

    Replace wc_manager_restricted with your role name or capability.

    in reply to: Giving access to Search Regex plugin #1521
    Vladimir
    Keymaster

    Add to the role or user these capabilities:
    ‘search_regex_read’ – it gives access to the “Tools->Search Regex” menu,
    ‘search_regex_write’ – it allows to modify WordPress data.

    in reply to: Using this plugin with Events plugin #1515
    Vladimir
    Keymaster

    Hi,

    Thanks for the good feedback.

    Post edit restrictions by categories was added to the development version 4.19.b. It is available at download page.
    Post view restrictions by categories is under development currently.

    If WECRB plugin realized events as the custom post type veiw/edit restrictions by categories should work for events then.

    It will be useful to get mentioned WECRB plugin for testing. If it’s applicable, send the installation package to support [at-sign] role-editor.com. It will be used for the testing purpose only at my local development environment.

    in reply to: Problem permisions for edit posts-pages #1512
    Vladimir
    Keymaster

    Hi,

    Yes, you really can send screenshots to support [at-sign] role-editor.com

    What is a real problem? According to screenshots You allowed to edit the only page and that user have access to that only page, right?
    If you don’t need that user may create new posts/pages revoke create_posts, create_pages capabilities from him.

    in reply to: wordpress gallery – user role change – BUG ? #1502
    Vladimir
    Keymaster

    I tried to repeat a described issue, but without success. Posts are shown at the post edit page with pages included to the gallery only as for editor, as for later assigned admin-copy role.
    In case you will meet a similar issue again, let me access to the site to take a look in order to try to repeat it at my development environment.

    in reply to: Customize is blocked but still has access #1500
    Vladimir
    Keymaster

    Hi Carolyn,

    Thanks for the feedback.

    in reply to: wordpress gallery – user role change – BUG ? #1497
    Vladimir
    Keymaster

    Thanks for the valuable information.
    I had no chance to test it yet. But I really will do it these days.

    in reply to: Removing access to certain pages #1496
    Vladimir
    Keymaster

    Edit access to the pages is realized at the users level currently. If user can edit pages you may restrict him to edit just the pages from the ID list. Follow this post:
    https://www.role-editor.com/allow-user-edit-selected-posts/

    If you talk about access to the plugin’s menu, use “Admin menu access” add-on, as described at this post:
    https://www.role-editor.com/block-admin-menu-items

    in reply to: Gravity Forms Stick List #1495
    Vladimir
    Keymaster

    I can not repeat. Please send to support [at-sign] role-editor.com the screenshots of your URE plugin settings, and what part of “Gravity Forms Stick List” dissappears.

    in reply to: Customize is blocked but still has access #1494
    Vladimir
    Keymaster

    Hi Carolyn,

    The issue with blocking direct access to the customize.php link was fixed with version 4.18.3. Please update and test.

    in reply to: Custom capabilty #1490
    Vladimir
    Keymaster

    Fransis,

    Did you network activated URE Pro?

    in reply to: Customize is blocked but still has access #1489
    Vladimir
    Keymaster

    Hi Carolyn,

    I confirm this issue. Thanks for letting me know. I will fix it: block that button and check why ‘Customize’ URL was not blocked.

    Vladimir
    Keymaster

    Thanks for the information.

    in reply to: Edit Admin Menu but not working #1479
    Vladimir
    Keymaster

    Hi,
    I tested with ‘https’ protocol successfully. So it is not the reason of the issue. Please check the browser JavaScript console for error messages.

Viewing 15 posts - 2,326 through 2,340 (of 2,512 total)