This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Option not avalible in Display mode for category filter

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Option not avalible in Display mode for category filter Reply To: Option not avalible in Display mode for category filter

#41704
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

That option has been removed (we didn’t update the documentation yet), because it caused issues with the filters.

It is however still possible to replicate the same output via some custom CSS styling:

.asp-fss-flex {
    display: block !important;
}

.asp-fss-flex fieldset {
    width: 100% !important;
}

div.asp_w.asp_sb.searchsettings fieldset.asp_filter_tax_document_category {
    margin-top: 0 !important;
    padding-top: 0;
}

fieldset.asp_filter_tax_document_category legend {
    display: none;
}