Replies: 0
Hi there!
With the latest update you’ve added this code to file ../plugins/woo-variation-swatches/assets/css/admin.min.css
[data-dependency]:not(.dependency-show) {
display: none !important;
}
This code broke the Metaboxes, most of them disappeared (hidden) because of it. It’s your code and you should use your unique identifiers.
For example, your code has hidden all these fields “[data-dependency]” check this screenshot https://prnt.sc/ADzqJznnfY5Z
These fields .dependency-show” do not have classes.
Please resolve this issue shortly.
Thanks