Awaken Solutions Inc.
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Restrict] Add body class to restricted pagesThis plugin doesn’t inject any classes into the parent body tag, it only interacts with the_content(), showing or hiding the body content accordingly.
A simple solution would be to add a category or tag to the pages you restrict, which will add the corresponding css to the page. Here’s an example of how to do that:
https://mangomattermedia.com/wordpress/wordpress-quick-tip-target-specific-tag-category-archives-css/Forum: Plugins
In reply to: [Simple Restrict] Search Term RedirectsClosing.
Forum: Plugins
In reply to: [Simple Restrict] Turning ON Required Login by Default for New UserClosing.
Forum: Reviews
In reply to: [Simple Restrict] Simple, works well.Thanks for the nice review and suggestion. I just sent you an email.
Forum: Plugins
In reply to: [Simple Restrict] Restrict page with loginYes that is possible but outside the scope of this plugin.
Forum: Plugins
In reply to: [Simple Restrict] Restrict page with loginYou’d follow the instructions for restricting a page (read instructions on plugin page and on setting page of plugin) and then use the option in the settings that shows login page for users without access.
Forum: Plugins
In reply to: [Simple Restrict] Function to check permisionsThere’s not one built into this plugin but you could just use this to check the permission meta. https://codex.wordpress.org/Function_Reference/get_user_meta
Forum: Plugins
In reply to: [Simple Restrict] Search Term RedirectsI’m not sure I understand your question. The restriction action (showing message or redirecting) only happens when you try to access a page that is restricted.
Forum: Plugins
In reply to: [Simple Restrict] Turning ON Required Login by Default for New UserThis is not available out of the box.
You could write a custom function that hooks into the new user registration process and adds the user meta for the permission you want to give the user (the user meta you will want to give them is the same as the slug of your permission, but with “simple_restrict_” prepended).
There is an example of updating user meta upon registration here.
Forum: Plugins
In reply to: [Simple Restrict] Quttera Error messageThis is not a threat. I notice you have posted the same message on multiple plugin pages, therefore perhaps the issue is with the Quttera tool you are using.
Forum: Plugins
In reply to: [Simple Restrict] Plugin uploads but won’t activateAre you still experiencing this issue?
Forum: Plugins
In reply to: [Simple Restrict] Plugin uploads but won’t activateI’ve just tried installing and activating it on several sites, without any trouble, so it appears to be something with your WordPress install. When I Google that exact error message, the only place it appears (besides this post) is in relation to “rtPanel”, a theme framework, which is perhaps the cause of your issue. Perhaps try enabling a default WordPress theme to see if it resolves the issue, and confirm that the problem is with your theme.
Forum: Plugins
In reply to: [Simple Restrict] Subscribers Resetting PermissionsOk the change is live and so the update should be appearing for you on the Plugins page.
Forum: Plugins
In reply to: [Simple Restrict] Subscribers Resetting PermissionsWordPress SVN seems to be taking a long time to propagate the change. Here is a zip if you’d like to manually install it (you can delete the existing one and install this one without losing any of your settings):
https://www.dropbox.com/s/exk1ye2gakw0n1g/simple-restrict-1.2.5.zip?dl=0
Forum: Plugins
In reply to: [Simple Restrict] One page edit onlyI am marking this as resolved, but please let me know if you still have trouble.