
agorhub srl(@agorhub-srl)
1 Post
Customers
Quote from agorhub srl on August 11, 2021, 09:24
In the filters pannel, all attribute fields are compressed/not correctly draw:

I think the problem's this (style 0px width):
<div class="chosen-container chosen-container-multi" title="" id="woobe_filter_taxonomies_product_cat_chosen" style="width: 0px;"><ul class="chosen-choices">
<li class="search-field">
<input class="chosen-search-input default" type="text" autocomplete="off" value="Categorie prodotto" style="width: 0px;">
This problem is blocking our work.
Thanks you.
Plugin's premium version: 2.0.8.1
In the filters pannel, all attribute fields are compressed/not correctly draw:

I think the problem's this (style 0px width):
<div class="chosen-container chosen-container-multi" title="" id="woobe_filter_taxonomies_product_cat_chosen" style="width: 0px;"><ul class="chosen-choices">
<li class="search-field">
<input class="chosen-search-input default" type="text" autocomplete="off" value="Categorie prodotto" style="width: 0px;">
This problem is blocking our work.
Thanks you.
Plugin's premium version: 2.0.8.1

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on August 11, 2021, 12:08
Hello
Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png
Add CSS please:
.chosen-container{
min-width: 200px;
}
Hello
Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png
Add CSS please:
.chosen-container{
min-width: 200px;
}