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

This topic contains 5 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 1 year, 1 month ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #41699
    kreversi
    kreversi
    Participant

    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.
    Katiuscia

    Attachments:
    You must be logged in to view attached files.
    #41704
    Ernest Marcinko
    Ernest 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;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #41748
    kreversi
    kreversi
    Participant

    Hi,
    what we want is the same behaviour, a fieldset with all options together.
    This is a problem for us.

    Katiuscia

    #41751
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Make sure to try the custom CSS I suggested, that should do the trick.
    If not, then let me know a relevant URL where I can check this, and I will suggest custom CSS specifically for that case.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #41794
    kreversi
    kreversi
    Participant
    You cannot access this content.
    #41811
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Oh, 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 :)


Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.