Vladimir Garagulya
Forum Replies Created
-
Recover – restore the values for this record from the latest backup copy of the database.
Any clue/thoughts, what user exactly did before got this result?
I need a constructive help. Can you provide any details, scenario?
How to reproduce the bug?
The problem is that it’s the definitely rare bug, if compare the general quantity of active installations (>700 000) with 2-3 similar reports made recently.Unfortunately, I did not meet with such situation myself.
If you will find how to repeat the issue and can provide access to the development copy, where the issue is repeatable, I’m ready to do my the best to investigate it and provide the fix ASAP.
Clarify, do you ask about “Insert/Edit Link” dialog showed after click the “link” button at the text mode of a WP classic editor?
If Yes, it works for contributor at my test site. Check if there are any error messages in the JavaScript console after you click the ‘link’ button.Forum: Reviews
In reply to: [User Role Editor] Does what it saysHi Jordy,
Thank a lot for the good feedback.
Forum: Plugins
In reply to: [User Role Editor] Admin capabilities now removed – help!This article may help.
Forum: Plugins
In reply to: [User Role Editor] Can’t edit view Pages without granting edit_others_pagesSome other plugin is involved, I suppose. Try to deactivate all plugins, test if role works as expected without edit/delete others pages. Then activate plugins back one by one with a new test to isolate a reason.
Forum: Plugins
In reply to: [User Role Editor] user redirect based on rolesHi,
URE does not offer such feature.
There is the popular plugin which does this:
https://wordpress.org/plugins/peters-login-redirect/Forum: Plugins
In reply to: [User Role Editor] User Role Editor Broke WP Bakery Page BuilderThanks for this note. Unfortunately, I can not repeat the issue. Page editor works as expected together with WP Bakery PB and URE active.
Do you see the related error messages at the browser JavaScript console when open page editor? Share them if you have any.
Forum: Plugins
In reply to: [User Role Editor] Hide/prevent access to media tabHi,
Do not grant ‘upload_files’ capability to such role.
Forum: Plugins
In reply to: [User Role Editor] How to give access to plugins to certain user roles?1) Yes
2) If plugin uses WordPress built-in capability, like ‘manage_options’, you have to use extra efforts in order to block unneeded access, like URE Pro “Admin menu access” add-on or “Admin Menu Editor Pro”, etc.Forum: Plugins
In reply to: [User Role Editor] Users created using plugin aren’t able to filter productDid you restrict his role via URE Pro admin menu access add-on? Then read carefully the final part of the documentation page for that add-on.
If Yes, it’s better to use the dedicated forum for questions related to the Pro version.
Forum: Plugins
In reply to: [User Role Editor] Whether I can target certain roles using cookies.Hi,
Plugin itself will not help.
You can make it via custom PHP code hooked to the ‘init’ action, for example, and save needed cookie via PHP code if current user has your ‘premium’ role.
Forum: Plugins
In reply to: [User Role Editor] Payment & Shipping Method on WoocommerceHi,
If you ask about access by role to the selected shipment/payment methods, there is no such functionality.
Forum: Plugins
In reply to: [User Role Editor] Export/Import user rolesIf you are WordPress developer look at the wp-includes/class-wp-roles.php, wp-includes/class-wp-role.php.
This article describes how WordPress stores user roles in the MySQL database.
If you just search the user interface for this purpose, URE Pro includes export/import selected role feature.