woodmart conflict backend – colorpicker loaded on all admin pages
-
a plugin developer has noted a conflict with woodmart calling
Colorpicker script for woodmart and is being loaded on all admin pages instead of loading it on its own admin pages.
So it’s breaking Flow-Flow colorpicker. Plugin developer has sent me fix but be great to get this into next theme update if possible.
https://www.dropbox.com/s/bax0mejhj4s9avh/2020-05-08-03-12-31-DzjNIt3hWb.png?dl=0
Hi,
Try to add the following PHP code snippet to the child theme functions.php file to fix this
add_filter( 'woodmart_gradients_enabled', '__return_false' );
Regards