Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author James Laws

    (@jameslaws)

    Yup, you themes most likely is included jQuery version 1.8.1 <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js?ver=3.4.2'></script>

    WordPress’ version of jQuery UI is not completely compatible with that version of jQuery and instead is looking for version 1.7.2 which is what is currently bundled with WordPress.

    If you fix that all should be well.

    Thread Starter pagosasunmike

    (@pagosasunmike)

    James,

    Thanks for the reply. I was able to find that in the theme files and cut it out. Now when you click submit it just reloads the page. It also changed the formatting for the phone number entry.

    Any clues? I’m self taught on html and I’m doing my best to figure all of this out on my own, but I know when I need help.

    Plugin Author James Laws

    (@jameslaws)

    Well you need to find where the theme is enqueueing the jQuery and make sure that it is properly enqueueing your WordPress included version. What you did was essentially remove jQuery completely and now Ninja forms can’t function because it still needs it. Just not the version your theme was including.

    Thread Starter pagosasunmike

    (@pagosasunmike)

    The 18th try is always a charm! Finally success. Couldn’t have done it without you James. Just changed the link for the googleapis to: “https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/ jquery.min.js”

    Plugin Author James Laws

    (@jameslaws)

    Awesome! That should definitely work. Good job and glad it’s working for you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Ninja Forms Lite] Submit Button Doesn't Work, Pulling My Hair Out’ is closed to new replies.