Forum Replies Created
-
AuthorPosts
-
Vladimir
KeymasterTry to deactivate all plugins and re-test. If that will help, activate plugins back one by one to isolate a reason of a problem.
Generally WordPress returns -1 with 403 HTTP code for not authorized AJAX requests.
Vladimir
KeymasterMenu item “WooCommerce->AdWords Conversion Tracking” is protected by ‘manage_options’ user capability.
Vladimir
KeymasterSend me this plugin download link, if it’s available for free. I need access to its copy for checking what user capability it requires. If it’s a commercial product you can share its copy with me (support [at-sign] role-editor.com) via DropBox or similar service.
Vladimir
KeymasterOK. Thanks for lettings me know.
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.
-
AuthorPosts