When editing a product, the Up-Sells and Cross-Sells fields are behaving weirdly. Using firefox web-developer tools I inspected the element and it reports that it has a inline style of 0px which is overriding the rule:
.woocommerce_options_panel input[type="text"] {
width: 50%;
float: left;
}
Any idea what's going on, or should I just override it with my own css?
I tried to adjust it with my own css, but turns out, it's not simply a matter of aesthetics. Even with the field wider, I still can't see the list of products which match my query so I can't select related products at all!
This is indeed a bug of Salient & WooCommerce 2.1 - the fix requires updating two files. Download the attached zip and place the css file in the nectar/tinymce/shortcode_generator/css/chosen folder and the js file in the the nectar/tinymce/shortcode_generator/js/chosen folder
The fix will obviously be included in the next release, this is just to hold you *& anyone else over who needs it now :)
I tried to adjust it with my own css, but turns out, it's not simply a matter of aesthetics. Even with the field wider, I still can't see the list of products which match my query so I can't select related products at all!
Hey Tali!
This is indeed a bug of Salient & WooCommerce 2.1 - the fix requires updating two files. Download the attached zip and place the css file in the nectar/tinymce/shortcode_generator/css/chosen folder and the js file in the the nectar/tinymce/shortcode_generator/js/chosen folder
The fix will obviously be included in the next release, this is just to hold you *& anyone else over who needs it now :)
Cheers!