daberelay
Forum Replies Created
-
+1
So, apparently when you make a yes/no field required, it means that you have to make it checked. ??
I would say its kinda my bad… but use case is a bit problematic.kudos on a great plugin!
same here…
Forum: Fixing WordPress
In reply to: Enable ParagraphRTLToolbar in the block editor for non-RTL languagesupvoting, this is so badly needed
also, when I visit the AAM management page in the admin I get this alert:
DataTables warning: table id=route-list – Ajax error. For more information about this error, please see https://datatables.net/tn/7
if that helps…
Forum: Plugins
In reply to: [Simple Taxonomy] create_function is deprecated in php 7.2here’s a correction that seems to work just fine:
…
// Widget
add_action( ‘widgets_init’, ‘register_widget_simple_taxonomy’ );
}function register_widget_simple_taxonomy() {
return register_widget(“SimpleTaxonomy_Widget”);
}would you please provide the fix?
many thanks
Forum: Plugins
In reply to: [Multiple Admin Email Addresses] Plugin Removing @ Symbolyes, that’s correct.
you can make other actions to receive admin update emails and check if they are being received.good luck,
Forum: Plugins
In reply to: [Multiple Admin Email Addresses] Plugin Removing @ SymbolAs I tried to explain earlier, you should not worry about that, and just check if the site behaves as expected.
If my field shows the information correctly, you should be fine.Forum: Plugins
In reply to: [Multiple Admin Email Addresses] Plugin Removing @ SymbolHello Brian,
What version of WordPress are you using?
pending your answer – you should use the plugin differently – prior to 4.9 you could set it directly in the admin email field, but since the email approval protection was added in 4.9, I added a separate field that manages the multiple admin emails field, and you should only use it, and ignore the normal field.
please read the description carefully, and set the “Multiple Email Addresses” regardless of the original field.
many thanks!
Forum: Reviews
In reply to: [Multiple Admin Email Addresses] works in 5.1yes, it should work just fine.
thank you!
Forum: Plugins
In reply to: [Multiple Admin Email Addresses] Not Getting EmailsHi sorry for the late response,
You should not clear the default top email address, then you won’t get this error.
thanks.
Forum: Reviews
In reply to: [Multiple Admin Email Addresses] Great pluginThanks for bothering to review!
Appreciated
I also encountered this issue. I think the plugin should allow to include an option to determine if the login page should be treated as part of the admin pages (thus being excluded)
Thanks for responding ??
About the shortcode, there should be some way to override the css, my theme is using different css classes and different html DOM structure, I would’ve loved being able to edit the output form.
hopefully its more clear now.