• Hi ,

    Im running WP 5.1 with your theme and getting :

    “TypeError: $(…).sortable is not a function[Learn More] repeater-admin.js:264:5 ”

    Error in admin, which prevent lots of javascript things to be executed.
    Could you give me any advice ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bigwebeu

    (@bigwebeu)

    It comes from here:, so i had to comment this out , to make the rest of the site work fine .

    /*Drag and drop to change order*/
    $(“.education_method-repeater-field-control-wrap”).sortable({
    orientation: “vertical”,
    update: function( event, ui ) {
    education_method_refresh_repeater_values();
    }
    });

    PS – i assume jQuery “Sortable” library is not loaded and you’re trying to call it .
    Hopefully you could come up with a fix soon

    Thanks

    hello @bigwebeu
    okay thanks, we will fix it in next version

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘TypeError: $(…).sortable is not a function – repeater-admin.js:264:5’ is closed to new replies.