• I had to downgrade to version 1.9.5 because with the latest release all the category sortings on the site were lost.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Maya

    (@tdgu)

    Hi,
    This should work fine, can you send more details regarding your environment ? Is the AutoSort / AdminSort still On?
    Can you try to disable other plugins and see if makes a difference ?

    Thanks

    getnoticedlocally

    (@getnoticedlocally)

    Same for me

    Plugin Author Maya

    (@tdgu)

    Hi,
    In the latest update, there has been a slight change to the order applied in REST calls, which may impact your site.
    Could you please confirm whether the data in the affected area (showing the incorrect sorting) is loaded through a REST call? You can verify this using your browser’s developer console.
    Additionally, could you try enabling AutoSort? This should resolve the issue.

    If cannot figure out, feel free to contact us for further debug.

    Thanks,

    Thread Starter stekky81

    (@stekky81)

    Hi @tdgu, no, it’s not related only to REST API.
    I noticed the problem in homepage where I do this:
    $args = array(
    ‘number’ => 8,
    ‘hide_empty’ => false,
    ‘parent’ => 0,
    );
    $cats = get_categories($args);

    AutoSort / AdminSort both On

    Thanks

    Plugin Author Maya

    (@tdgu)

    Hi,
    Can you check with the latest 1.9.8 and confirm it fixed the issue for you?

    Thanks

    I’m having the same issue since the update. My categories list isn’t displaying in the desired order now. https://forgefathom.com/the-foundry/

    Plugin Author Maya

    (@tdgu)

    Hi,
    Can you go to the plugin optiona page at Settings > Taxonomy Terms Order > click Save once? Then check if fixed the order on the front site.

    Thanks

    The sorting has been disabled on my website as well.

    >>Settings > Taxonomy Terms Order > Click “Save” once?
    I tried the above steps in the admin panel, but it didn’t resolve the issue.

    $args = array(
    ‘number’ => 8,
    ‘hide_empty’ => false,
    ‘parent’ => 0,
    );
    $cats = get_categories($args);

    The sorting is disabled in the section where it is called as shown above.

    Translated with DeepL.com (free version)

    • This reply was modified 2 weeks, 6 days ago by tnj198198.
    Plugin Author Maya

    (@tdgu)

    Please contact us through the plugin website so we can investigate this further, as nothing obvious appears to be causing the issue.

    Thanks

    I installed the latest update and it looks like your update fixed the issue! Thanks for the fix!

Viewing 10 replies - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.