Melapress / admin-notices-manager

Admin notices manager is a WordPress plugin that allows you to better manage the admin notices in the WordPress dashboard so you read them at your own convenience and never miss an important message.
https://www.wpwhitesecurity.com/wordpress-plugins/admin-notices-manager/
Other
0 stars 0 forks source link

WooCommerce admin notices not being captured #33

Closed robert81 closed 3 years ago

robert81 commented 3 years ago

Someone reported this: https://wordpress.org/support/topic/incorrect-work-with-woocommerce-plugin/

I did a quick test and installed the plugin and then WooCommerce. I can confirm that the plugin is not capturing the admin notices generated by WooCommerce:

image

Can we please check what the issue is? Please update this ticket with the issue so we know what the problem is. I am presuming they are using their custom custom level?!?

DannyWPWS commented 3 years ago

/cib

create-issue-branch[bot] commented 3 years ago

Hi there :wave:

Using this App for a private organization repository requires a paid subscription that you can buy on the GitHub Marketplace

If you are a non-profit organization or otherwise can not pay for such a plan, contact me by creating an issue

Since you activated this App before the paid plan introduction it keeps on working for this repository. Upgrade to the paid plan to remove this message.

create-issue-branch[bot] commented 3 years ago

Branch issue-33-WooCommerce_admin_notices_not_being_captured created!

DannyWPWS commented 3 years ago

@robert81 Ok so this one was a pretty simple fix. Basically in our JS where we look for notices currently within the page, it wasnt searching very deeply so didnt pick these up.

Simply replacing the use of .children to a more broader /find has worked well