Home Forums WoodMart support forum Console error wp-color-picker-alpha.js

Console error wp-color-picker-alpha.js

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

    ivo.barbosa
    Participant

    Hello Everyone,

    I want resolve a bug appears in js console derivation from wp-color-picker-alpha.js in admin backend.

    Uncaught TypeError: Cannot read property ‘hasOwnProperty’ of undefined

    Can help me?

    Attachments:
    You must be logged in to view attached files.
    #309221

    Artem Temos
    Keymaster

    Hello,

    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' );

    If it doesn’t help, please, send us your admin and FTP access so we can check what is wrong.

    Kind Regards
    XTemos Studio

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