Home Forums WoodMart support forum woodmart conflict backend – colorpicker loaded on all admin pages

woodmart conflict backend – colorpicker loaded on all admin pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #193307

    steve2
    Participant

    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

    #193332

    Artem Temos
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)