How to solve this redux problem

Comments from Quality team

Please remove http://envato.d.pr/s85H http://envato.d.pr/1h0Gs

How to solve please help!

Thanks

We use custom js in the admin part to hide them forcefully

May you put here this js code please.

Please comment…

You can target the div class/IDs of the messages shown by the Redux Framework and hide them using jquery like:
jQuery(window).load(function(){
jQuery(’.rAds’).hide();
});

You must have a js in the theme that loads in the WP Dashboard all time. This is what we use else you can see this: https://docs.reduxframework.com/core/the-basics/removing-demo-mode-and-notices/

2 Likes