Forum Replies Created
-
AuthorPosts
-
Vladimir
KeymasterFransis,
Did you network activated URE Pro?
Vladimir
KeymasterHi 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
KeymasterThanks for the information.
Vladimir
KeymasterHi,
I tested with ‘https’ protocol successfully. So it is not the reason of the issue. Please check the browser JavaScript console for error messages.Vladimir
KeymasterI tested from 2 installations without problem:
[video src="http://storage.googleapis.com/role-editor/downloads/support/ure-pro-automatic-updates.ogv" /]What’s happend when you click “Check for automatic updates” link?
Send me (support [at-sign] role-editor.com) IP-address of the site where you made the screenshot. I will check my update server logs.Vladimir
KeymasterHi,
Sorry, I missed your message.
To what plugin do that custom capabilities belong?Vladimir
KeymasterHi,
pvendeavors,
send super login credentials to the support [at-sign] role-editor.com. I will look on the issue.Vladimir
KeymasterThanks for the suggestions. I work on it. Try beta version.
– It is possible to select between HTTP 404 error or custom error message for the access error. You can set global message at the URE’s Options and set custom message on the post level.Vladimir
KeymasterI thought about such feature, like inclusion roles to the other role, but it is not realized yet.
Vladimir
KeymasterHi,
This article may help:
https://codex.wordpress.org/Plugin_API/Filter_Reference/login_redirectPlace that code to the functions.php file of your active theme.
Vladimir
KeymasterQuick fix: add to the “Administrator” role these capabilities defined and used by GF Salesforce Add-On:
gravityforms_salesforce, gravityforms_salesforce_uninstallVladimir
KeymasterPlease check if code you inserted into the functions.php contains real single quotes like this “‘”, not as the message above “‘’”.
Vladimir
KeymasterHi,
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
Vladimir
KeymasterThe 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.
Vladimir
KeymasterHi,
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); } }
-
AuthorPosts