Suspect bug in gd_cpt_categories sorting

This topic contains 3 replies, has 3 voices, and was last updated by  Kiran 7 years, 6 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #307880

    Myrianne
    Expired Member
    Post count: 48

    I need to display sub-categories in alphabetical order, but it seems that the sort_by=az parameter is not working properly.

    I have two spots where the alphabatical order is not respected:

    Home page – http://debug.intouch.green/
    This part is a widget, and the sort_by ha “az” selected.
    – hover the category images will make the sub-categories appear.

    Also category page: http://debug.intouch.green/annonces/alimentation/
    This part is a shortcode, and the shortcode is “[gd_cpt_categories sort_by=az hide_icon=1]”

    —————–
    Im expecting this behavior:

    all level 1 categories need to be sorted az between themselves.
    then all sub-categories need to be az sorted within the sub-categories.

    is there anything im missing?

    ill paste the login /sftp details in the next private post

    #307882

    Myrianne
    Expired Member
    Post count: 48
    This reply has been marked as private.
    #308413

    Paolo
    Site Admin
    Post count: 31206

    hi,

    I flagged this for the developers, they will let you know asap.

    Thanks

    #309063

    Kiran
    Moderator
    Post count: 7069

    Hi Hugues,

    After doing some debugging found that plugin “WP Term Order” causing sorting problem. That plugin filters the term order via hook “get_terms_orderby”.

    Disabling “WP Term Order” plugin the sorting works fine as expected.

    Let us know.

    Thanks,
    Kiran

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket