Console error wp-color-picker-alpha.js
-
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.
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