Maje Media LLC
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce: No PO Boxes] How to remove menu for non-adminJason,
Thanks for the snippet. We’ll get it into the next release to restrict the settings page to only users that are administrators.
Forum: Plugins
In reply to: [WooCommerce: No PO Boxes] How to remove menu for non-adminJason,
You’ll have to hook in after the
admin_menu
action.According to the following document the
admin_init
action might be useful for you: https://codex.www.ads-software.com/Plugin_API/Action_ReferenceForum: Plugins
In reply to: [WooCommerce: No PO Boxes] Plugin seems to keep switching to disabledhazardawareness,
Sorry about the delay. This issue has been fixed as of 1.1.9
Forum: Reviews
In reply to: [Remove/Hide Admin Toolbar] Perfect!Jack,
Thank you for your review! Glad we could help.
Forum: Plugins
In reply to: [WooCommerce: No PO Boxes] Plugin seems to keep switching to disabledThanks for submitting this to us. We’re going to be testing on our side to see what might cause any auto-disable to happen.
Can you provide us with the following:
– List of plugins
– Are you using wp-cliPlugin Version: 4.7.10
PHP Version: 7.0Chase,
Just wanted to follow up on this. We’ve updated the plugin to have a lower priority than default so that other plugins can override this plugin’s functionality should that be desired.
Version 1.1.0 is available now.
Forum: Reviews
In reply to: [WooCommerce: No PO Boxes] Works Perfect!Thanks for the review!
We saw your support topic as well with the potential filtering based on current shipping method. We’ll work on getting that enhancement fixed up.
Forum: Plugins
In reply to: [WooCommerce: No PO Boxes] Do Not Ship to PO Box Based on Shipping MethodsBenjamin,
Thanks for the tip. I’ve added it as an enhancement to our github project: https://github.com/MajeMediaLLC/MajeMedia-WC-No-PO-Boxes/issues/5
It’s a good idea. Glad you like the plugin ??
> Anyway you can patch that?
Yeah… I’ll add it as an issue in github and hook in earlier so that other plugins using the default priority on the hook can override my settings.
Thanks for the fix!
Lines 105 – 112 of
wp-content/plugins/maintenance/maintenance.php
Looking at the maintenance plugin the following conditions are taken into account:
if you are an admin: don’t run the code
if you are not an admin: check for the maintenance options “admin bar enabled” and if the user is logged in then run the code and if the admin bar enabled option is disabled then hide the bar otherwise show the bar.- This reply was modified 8 years, 4 months ago by Maje Media LLC.
Also, regarding the 1-star review. You can leave support requests instead of star reviews when you’re having problems with plugins.
My testing is done with a regular installation of wordpress (no extra plugins).
However, I did test it with WooCommerce as well (since that’s kinda why i created it in the first place) and it works correctly with the Customer & Shop Manager roles.
What plugins do you have installed? I can dig a bit deeper and figure it out.
Note: It may also be in your theme.
If you search through your site’s code and look for this:
show_admin_bar
that’s the only thing that this plugin hooks into. If something else is using it then this won’t work.Hello,
I just ran through some tests on all built in profile types and the admin bar is definitely hidden for everyone that has it.
– Subscriber
– Contributor
– Author
– Editor
– AdminThe plugin only has to be activated to work.
Please let me know if you have any questions.
One additional note… this only removes the admin bar form the front end. it does not touch the admin bar in the dashboard area.
- This reply was modified 8 years, 4 months ago by Maje Media LLC. Reason: added additional note
Forum: Fixing WordPress
In reply to: define('DISALLOW_FILE_EDIT', true); still allows editor in adminUpdate: Created an issue with itthinx on their github repo for Groups: https://github.com/itthinx/groups/issues/58