Kevin Stover
Forum Replies Created
-
This error is caused when Ninja Forms thinks that you are using version 1.7 of jQuery (the version packaged with WordPress 3.3) This usually occurs when you are using version 3.3 or later of WP, but have a plugin or a theme that includes an earlier version of jQuery. Unfortunately, if these plugins or themes don’t use enqueue properly, or don’t list the version of jQuery they are using, Ninja Forms doesn’t know which jQuery version your site is using.
I have plans to fix this in coming versions of Ninja Forms, but you can fix it manually by editing the
ninja-forms/includes/scripts_functions.php. You’ll need to modify two lines of the code: 68 and 117.Line 68 should currently read:
NINJA_FORMS_URL .'/js/min/ninja_forms_admin.min.js',Change that to:
NINJA_FORMS_URL .'/js/min/ninja_forms_admin_3.1.min.js',Line 117 should currently read:
NINJA_FORMS_URL .'/js/min/ninja_forms_display.min.js',Change that line to:
NINJA_FORMS_URL .'/js/min/ninja_forms_display_3.1.min.js',After you make those changes, upload the file and it should work normally. Again, in future versions I will fix this problem, but hopefully this will work in the interim.
Hope that helps!
– Kevin
Just took care of it. If you re-download 1.2.9.2, it should be cleared up. Just a typing error on my part.
Just wanted to let you know that I’ve updated Ninja Forms to version 1.2.9.2 which will take care of this problem. If you are experiencing this issue, please download this new version.
Thanks,
– Kevin
I’ve taken care of the items you’ve mentioned in version 1.2.9.2 of Ninja Forms. Thanks for the heads up!
– Kevin
Hey, thanks for the heads up. It was a bit of lazy coding on my part as all of the MySQL db’s I’ve worked with automatically insert an empty string as the default values for those fields. I’ll fix it up and upload a patch in the next few days.
If you don’t have any objections, I’m going to mark this as resolved.
Thanks again for your help,
– Kevin
Thanks for digging! I’m in the UK and it’s getting late here, but I’ll take a look at that in the AM and see if I can track down what’s going on specifically.
– Kevin
Ah, I see. No problem. I just haven’t been able to reproduce your bug, so without seeing your particular installation, I’m not sure that I can squash it. Off the top of my head it sounds like an issue with MySql not creating the table used in the backend properly. Ninja Forms thinks that the table has been created, which is why you get the redirect back to the list of forms.
You mentioned that the list of forms is blank; this also suggests a problem with inserting into the database because Ninja Forms is supposed to create a new test form upon activation.
If you are able to get it live and have the same problem, please let me know, I’m very interesting in making sure that Ninja Forms works properly for everyone.
Sorry for the inconvenience this might have caused,
– Kevin
Alrighty, I think that the best thing for me to do would be to have a look at your WP-Admin myself. If you don’t mind creating a temporary admin account for me, I’ll hop in and see what I can find out. My email address is: kevin [ a t ] wpninjas [ d o t ] net.
I look forward to hearing from you soon!
– Kevin
Hey,
Could you give me some more info about your WordPress installation?
- What version of WordPress are you using?
- What version of Ninja Forms Lite?
- Have you tried deactivating all your plugins besides Ninja Forms Lite? Sometimes weird behaviours can be caused by plugin conflicts.
- Are you using a premium theme? If so, which one?
If you can answer those questions for me, I’ll try and help you get everything sorted out.
– Kevin
Hey David,
Thanks for the information and the help with translation. If you’re ok with it, we’d love to include your translation in the ninja-forms package. When you get finished, let me know via email: kevin [a t] wpninjas.net.
Thanks,
Kevin
Forum: Fixing WordPress
In reply to: Visual Editor Not WorkingWhat shows when you click on the “console” tab on Chrome there?
Forum: Fixing WordPress
In reply to: Visual Editor Not WorkingI think that was the wrong screenshot…
Forum: Fixing WordPress
In reply to: Visual Editor Not WorkingWhat do your JS errors look like w/ all the plugins disabled?
Forum: Fixing WordPress
In reply to: Visual Editor Not WorkingHey J,
Disable all of your plugins and see if you have the same problem. The visual editor is obviously JS based, so your errors may cause problems with it. If that doesn’t work, then I’d recommend go ahead and re-install WordPress.
Let me know if that helps.
– Kevin
Hey everyone,
1.2.7 should be live for everyone now, please go ahead and install that version and let me know if you have any more problems. I’m going to mark this thread as resolved, but please feel free to start a new one if you run into any other problems!
– Kevin