Forums Forums Search & Filter Pro Custom taxonomy order in widget

Viewing 10 posts - 1 through 10 (of 12 total)
  • Trevor
    #105177

    Is this being used in the field display in the form, or sorting in the results?

    Anonymous
    #105180

    Hello! This is meant to be used in the field display in the form, in the search widget.

    Now it is sorted in alphabetic order (however “Övrigt” should be last, not sorted as “O”).
    Can I add a screenshot here or do I have to add an url?

    Regards,

    Trevor
    #105190

    I cannot see any way to sort these except for the options listed in the advanced settings for a taxonomy/category form field in the Form UI.

    There is more flexibility to manually arrange Custom Fields, as you can make your own list or drag and drop them.

    Anonymous
    #105194

    Well, the problem is that I have a lot of categories with child categories that the customer wants to be aligned in a certain way, and that is not in alphabetical order I’m afraid.

    I’ve used https://sv.wordpress.org/plugins/taxonomy-terms-order/ before but not together with S&F, the best way would be if there is a filter or action I could hijack and enter the term_order sorting, as the advanced options only allows sorting by id, name, slug, term_group and something else.
    I do understand that term_order is a custom column created by the https://sv.wordpress.org/plugins/taxonomy-terms-order/ plugin, but still, it would be nice if this was achievable somehow.

    Regards,

    Trevor
    #105206

    I do not think that this is possible, unless you can find a way to use our Filter Input Object.

    Anonymous
    #105230

    Ok, I’ll take a second look.
    Thanks.

    Anonymous
    #105331

    Another thing, now I am using alphabetical order, but the order is wrong.
    In Swedish the “Ö” is the last letter of the alphabet.
    categories

    Anonymous
    #105333

    Update, correct url categories

    Trevor
    #105356

    OK, what database collation are you using, as this will affect the sort order. You SHOULD be using something like:

    utf8_swedish_ci

    and not

    utf8_general_ci (which is more common).

    Anonymous
    #105358

    Hello!
    Ah, my bad, I’ll have to change that then I suppose.
    Thanks again. 🙂

Viewing 10 posts - 1 through 10 (of 12 total)