Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Option not avalible in Display mode for category filter
This topic contains 5 replies, has 2 voices, and was last updated by Ernest Marcinko 2 weeks, 2 days ago.
- AuthorPosts
- March 9, 2023 at 11:39 am #41699
Hi,
we have updated Ajax Serach Pro to version 4.26.1 in WordPress 6.1.1. We have a search that include post and document and we want to configure the option “separate filter boxes per taxonomy” on “Categories & Taxonomy Term”” on display mode to have only one filter for both category, like described on online documentation. The window not showing this option (view attached image).
Can you help me?Thanks.
KatiusciaAttachments:
You must be logged in to view attached files.March 9, 2023 at 4:21 pm #41704Hi,
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:
Best,.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; }
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
March 14, 2023 at 11:25 am #41748Hi,
what we want is the same behaviour, a fieldset with all options together.
This is a problem for us.Katiuscia
March 14, 2023 at 11:35 am #41751Make sure to try the custom CSS I suggested, that should do the trick.
Best,
If not, then let me know a relevant URL where I can check this, and I will suggest custom CSS specifically for that case.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
March 15, 2023 at 2:34 pm #41794You cannot access this content.March 16, 2023 at 4:26 pm #41811Oh, you are using drop-downs, my mistake. In that case this is unfortunately not possible in any way without major modifications to the plugin core code.
I usually suggest a change where it applies, but the filters now work completely differently as before, and this would have to be custom coded from the bottom-up.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.