• Resolved sanjayidhatiya

    (@sanjayidhatiya)


    Hello there,

    Add listing is not working. when I submit it loads the same page with blank form.

    I have checked the console it displays the following js error.

    add-listing.js?ver=6.5.1:20 Uncaught TypeError: $s_wrap.sortable is not a function

    can someone help me?

    Thanks,
    Sanjay

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @sanjayidhatiya

    Thank you for reaching out.

    We were unable to reproduce the issue locally. Probably the issue is generating from a plugin/theme conflict. Please use the Health Check & Troubleshooting Plugin to debug the issue. You can also use the following Documentation as guidance.

    Let us know the results once you are done testing.

    Kind regards.

    Thread Starter sanjayidhatiya

    (@sanjayidhatiya)

    Hello Shahadat,

    Thank you for your quick response. Yes, you are correct I have theme conflict. I am using the “Fundee” theme right now. when I have enabled default WordPress theme then it works fine.

    Do you have any idea how can I fix this js issue?

    Uncaught TypeError: Cannot read property ‘mouse’ of undefined

    add-listing.js?ver=6.5.1:20 Uncaught TypeError: $s_wrap.sortable is not a function

    Uncaught TypeError: o.widget is not a function

    autocomplete.min.js?ver=1.11.4:11 Uncaught TypeError: u.widget is not a function

    Appreciate your response

    Thanks,
    Sanjay

    Hello @sanjayidhatiya

    Thank you for replying.

    In order to check the conflict issue, we will need to collect the theme first. It might take a little time. We will get back to you as soon as we can.

    Your patience is highly appreciated.

    Best regards.

    Plugin Support Rafiz Sejim

    (@rafizsejim)

    Hello @sanjayidhatiya

    Thank you for your patience.

    Please add the following code in your theme’s or child theme’s functions.php file

    function fundee_theme_dequeue_scripts(){
      wp_dequeue_script('/jquery-1.12.4');
    }
    add_action( 'wp_enqueue_scripts', 'fundee_theme_dequeue_scripts' );

    I hope that should resolve the issue.

    Regards,

    • This reply was modified 4 years, 6 months ago by Rafiz Sejim.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘“Add Listing” Not Working’ is closed to new replies.