Forum Replies Created
-
AuthorPosts
-
Vladimir
KeymasterHi Dennis,
TablePress is not compatible with URE’s edit restrictions add-on.
URE’s edit restrictions add-on supports any custom post type managed by WordPress’s way.
TablePress works with custom post type ‘tablepress_table’ by its own, custom way. It uses custom post type as a data storage, but load related records to its custom user interface with some additional processing in the middle.
Vladimir
KeymasterHi Joe,
You can add code for filter to the end of functions.php file of your active theme
or setup it as a Must Use plugin.
WordPress executes as a MU plugin any .php file located at wp-content/mu-plugins/ folder.Vladimir
KeymasterHi,
URE Pro may help you to restrict access the the products by categories for the selected role:
You can assign manually such role to the customer as a secondary role after he purchased a product in order to open for him additional products.
Plugin will not help you to make this automatically.
Vladimir
KeymasterJust to exclude – check the case if “Post View” for this user role has “Block not selected” option turned ON. This will block view of all posts if there are no other criteria inserted.
If that’s not the case, is it possible to receive access to a theme, plugins files and database copy of this site or stage site where you can repeat the issue? If Yes, share them with support [at-sign] role-editor.com via DropBox, GoogleDrive or similar.
Vladimir
KeymasterActivate “Content view restrictions” back and re-check every post from this category if there is no view restriction at the post itself. Look at the post editor page.
Vladimir
KeymasterThanks for letting me know.
Vladimir
KeymasterHi,
Turn off temporally “Activate content view restrictions” checkbox at the “Settings->User Role Editor->Additional Modules” tab. Will it make posts visible?
Vladimir
KeymasterJust a role exported will not help me as your site has another list of menu items according to active plugins.
I need to see a full URL (without domain) with all arguments, which users sees at a browser after click ‘Search’ and screenshot of “Admin menu” settings for a role, assigned to this user. You can send the details directly to support [at-sign] role-editor.com if your prefer.
Vladimir
KeymasterYou can modify user-role-editor-pro/pro/includes/classes/post-types-own-caps.php file, comment line #49, it will be looked like:
// $this->divi_post_type_load();I will work on a fix for the next update.
Vladimir
Keymaster“Show access error message” option does not exclude post or product from the listings, it just hides its description. So when not authorized visitor opens such post he sees its title but sees access error message instead of post content – instead of product full description in case of a WooCommerce product.
In order to fully hide product/exclude it from all listings you have to select one of “Return HTTP 404 error” or “Redirect to URL” options.
07/02/2018 at 02:24 in reply to: Network Admin page error, due to ET_BUILDER_DIR in fake_divi_post_type_load() #4597Vladimir
KeymasterDid you have a chance to test version 4.41? One of users reported PHP fatal error “Call to undefined function et_builder_register_layouts()”, while this code works fine at my test site with Divi 3.0.98.
Vladimir
KeymasterDo you use “Admin menu access” add-on to block some other CPTs or ‘Posts’ menu from this user? If Yes, show me a screenshot from “Admin menu” for this role.
Vladimir
KeymasterHi,
This plugin menu item “Tools->Send email” is protected by ‘manage_options’ capability. So you have to add this capability to ‘editor’ role and then block unneeded menu items using “Admin menu access” add-on.
Vladimir
KeymasterHi,
Try to temporally switch Off this option “Force custom post types to use their own capabilities” at the “Settings->User Role Editor” and re-test “Users->User Role Editor”. If it will help, then the error from screenshot is related. This fatal PHP error requires a fix any way though.
What version of Divi do you use? I tested URE Pro with 3.0.98.
Vladimir
KeymasterHi Kevin,
Check a browser JavaScript console (Shift+Ctrl+J in Google Chrome) for error messages. I suppose a conflict with some plugin which prevent JavaScript code to work correctly.
-
AuthorPosts