• after wordpress 4.6 field sortable is not work
    display error in inspect element ‘ t.addClass(…).sortable is not a function’

Viewing 4 replies - 1 through 4 (of 4 total)
  • Same issue. Unable to sort fields on edit screen and console displaying this error message:

    Uncaught TypeError: t.addClass(…).sortable is not a function

    Thread Starter sureshsuthar

    (@sureshsuthar)

    hi @mr-sily-bear
    i fetch same issue but after some time it work perfect, i can’t find bug in plugin ….

    Yes seems to have resolved itself. For anyone having the same problem try navigating to another part of the CMS and coming back to the fields page you’re trying to reorder.

    Thread Starter sureshsuthar

    (@sureshsuthar)

    i have found new solution
    just edit acf.php file at line number 551
    old

    ‘deps’ => array(‘jquery’, ‘jquery-ui-core’, ‘jquery-ui-datepicker’, ‘underscore’, ‘select2’),

    new

    ‘deps’ => array(‘jquery’, ‘jquery-ui-core’, ‘jquery-ui-datepicker’, ‘jquery-ui-sortable’, ‘underscore’, ‘select2’),

    i hope help someone
    thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘sortable is not work’ is closed to new replies.