hello, I am using yith filters,
1.
it was not working at ajax and multiselect in ajax, after one selected, the sidebar was disappearing
so I contacted them, the plugin developer had told they checked and told me sticky sidebar is not working properly
Copy Pasted below
and the content was present but for some reason the option is hidden, for this reason it’s necessary the CSS is added
.yith-wcan-pro.filtered .sticky-sidebar {
opacity:1 !important;
position:relative !important;
}
after that it was working fine.
can you please check to see sticky sidebar has something to do with it
2.
also every filter it shows the same numbers, if you can check it out, again I was told it was theme related,
here is what they told me below
copy pasted below responce
I use the browser inspector and I can see the following CSS rules
Also I can see the following CSS rule from your theme
.sidebar-widget li.et_widget-show-more {
text-transform: none;
color: var(–et_active-color);
padding: 6px 0;
cursor: pointer
}/wp-content/themes/xstore/xstore.min.css
I suggest you to contact theme developers and ask their why they repeat the same number all time.