Kevin Pirnie
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Globally Configure for MultisiteThis is working great, one more question, under extras, i’d like to set the “Remove emojis”, the “Remove querystrings”, do you happen to know what those settings are called?
Forum: Plugins
In reply to: [Autoptimize] Globally Configure for MultisiteExcellent. Appreciate the help.
Any thoughts to adding a “global” config settings page to the plugin itself?
still no answer on this? Making this plugin useless.
I can confim this issue.
receiving errors stating the gateway requires the shipping address, even though the shipping address is indeed being POSTed during the checkout processForum: Plugins
In reply to: [Advanced Post List] Invalid argument supplied for foreach()Aye, but it’s never a real good idea to modify plugin code π
Forum: Plugins
In reply to: [Advanced Post List] Invalid argument supplied for foreach()Any ideas as to when that may be? The hit EOL in 4 days, and the hosting company is going to force the upgrade at that time… otherwise, it there anything else short of manually modifying the plugin code to correct it that could be done?
Forum: Plugins
In reply to: [No CAPTCHA reCAPTCHA for WooCommerce] Lost password reset link errorI can confirm this issue is doing the same for me.
Forum: Plugins
In reply to: [Blog2Social: Social Media Auto Post & Scheduler] Remove Based on User Rolefunctions.php
Forum: Plugins
In reply to: [Blog2Social: Social Media Auto Post & Scheduler] Remove Based on User Rolethe only difference between what you posted, and what I posted is the inline function. Which works for every other item I use like this.
I have tried it like that as well, and it still does NOT remove the box
Forum: Plugins
In reply to: [Blog2Social: Social Media Auto Post & Scheduler] Remove Based on User RoleStill shows
Used:add_action( 'do_meta_boxes', function(){ remove_meta_box( 'b2s-post-meta-box-auto', 'tickets', 'side' ); } );Forum: Plugins
In reply to: [Blog2Social: Social Media Auto Post & Scheduler] Remove Based on User RoleHi there.
No, what I am trying to do is hide the plugin meta box for specific custom post types.I have created some custom user roles, with a base of administrator (because they need some abilities that admins have), so all my user roles see the meta box on all posts / pages / CPT’s (because the CPT is based on a page post type)
I just need to know how I can remove the meta box, it seems that the normal method of doing so (
remove_meta_box) does not work with your plugin.Thanks!
Forum: Plugins
In reply to: [Blog2Social: Social Media Auto Post & Scheduler] Remove Based on User Roleremove_meta_box( 'b2s-post-meta-box-auto', 'tickets', 'normal' );does not work