Kevin Stover
Forum Replies Created
-
I never received any login information. You can try re-sending them to my email.
Hey Jan,
I replied to you via email, but support requests for paid products should go in our forum: http://www.wpninjas.com/members.
Forum: Plugins
In reply to: [Ninja Announcements Lite] compatibility with Editable CommentsThe real problem is that the Editable Comments plugin hasn’t been updated in 2 years. It is causing the jQuery dialog boxes on your page to fail because it includes an older version of the jQuery dialog.js file. Ninja Announcements uses the JS files that are included with WordPress.
The EC plugin would need to be gone over to make sure that removing that call wouldn’t break it.
Forum: Plugins
In reply to: [Ninja Announcements Lite] compatibility with Editable CommentsI’ll take a look at it in the next few days and see if I can figure out what’s going on.
You can email them if you like to: kevin [a t] wpninjas [d0t] com.
If the data isn’t sensitive, could you send me a copy of all the ninja forms tables as separate .sql output files? I’d need to see those before I could really tell what’s going on there.
Can you get access to your WordPress MySQL table using something like phpMyAdmin? The submissions would probably need to be exported from there and fixed, then replaced.
Were you upgrading from version 1.3.x to the newest version, or was it 2.0.x to the newest version?
I’m not exactly sure what you’re trying to implement, but currently Ninja Forms can only redirect to pages out of the box. In order to do what you are looking for, you’d have to code a custom redirect using PHP. If you are alright with that, there is an action hook used by Ninja Forms, ninja_forms_post_process, that will run after a form has finished processing. You could hook your redirection code into that.
No problem. If you have any other issues, please feel free to create a new thread.
Hey Christy,
I’ve looked over the site and it appears to work for me both logged-in and non-logged in. Are you still experiencing problems?
You can send me temporary wp-admin credentials: kevin@wpninjas.net.
Alrighty. I’ll keep an eye on my inbox.
If you send me a temporary WordPress admin account, I’ll take a look and see if I can tell what’s going on. My email address is: kevin@wpninjas.net. Was this a form that you had in a previous version of Ninja Forms?
Hey Christy,
Ensure that the form has a landing page of “none.” If you set a landing page, Ninja Forms expects that page to handle the response.