Kevin Stover
Forum Replies Created
-
Hi pixelandprint,
I just saw this because it was buried so deeply. If you send me a link to your site (along with the description of the issue) I’ll take a look at it.
@av123 – This isn’t a forum for CF7, it’s for Ninja Forms. I looked at your site, and Ninja Forms isn’t installed on that page.
It sounds like there may be a problem with the version of jQuery that’s being included into your site. If you post a link to your website, I’ll have a look.
It looks like there’s something strange going on with the CSS of your site and jQuery UI. I’m not sure where the issue is, but I would try disabling plugins other than Ninja Forms and see if anything changes. You might also try temporarily changing your theme back to the default 2011 WP Theme and see if you still get the strange popup height.
Hey Christian,
I think the issue is with Ninja Forms and multisite, but let me ask a few questions:
Do the other fields save?
What version of WordPress are you using?I’m not sure if this is causing all of the problems, but your page is calling jQuery twice.
<script type=’text/javascript’ src=’http://seattleforeclosureproperties.com/wp-includes/js/jquery/jquery.js?ver=1.7.2′></script>
<script src="//code.jquery.com/jquery-1.7.2.min.js" type="text/javascript"></script>
If you can clear that up, we’ll see if there are any other problems.
Hey, one of your plugins or your theme is creating an opening <script> tag, but not closing it. The result is that the progressbar.js which needs to be included cannot load. Here’s where the problem is:
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></center></div>
</div><!– #footer –></div><!– #footer-container –>
</div><!– #body-container –>
<script type=’text/javascript’ src=’http://www.frontbiosci.org/wp-includes/js/jquery/ui/jquery.ui.progressbar.min.js?ver=1.8.20′></script>
I’m not sure where that first script tag is being created, but if you fix that, it should work fine.
From what I can tell, your theme (or something) is loading jQuery 1.8 from the google API repo. That is probably the culprit, as the jQuery UI you are loading is the default WordPress version which may not be compatible with jQuery 1.8. I don’t believe that Ninja Forms is currently compatible with jQuery 1.8, so if you can change that to the version of jQuery included with WordPress, it should fix the problems.
Mmm. That’s curious. Thanks for the update.
Hey, this is a known bug in version 1.3.4 of Ninja Forms. If you go to your plugin settings page and press the “save” button, it should take care of it.
Hey Pixel,
Could you provide a link to the site where this error is occurring?
Hey Kellan,
We are currently not planning on updating the current version any more. The reasons for the delay lie in some realizations we came to while developing the next major version of Ninja Forms. We were quite a ways into the new version, when we kept coming up with cool features we would like to add. As with most software development, it was hard to keep these features from creeping in and slowing things down. After we sat down and looked at our feature list, we saw that our dev track for version 2.0 wasn’t going to be robust enough, hence the decision to completely re-write the plugin code. It has taken us a lot longer to get the plugin out, but it means that we can add or remove features extremely quickly in the future. It also adds the ability for other people to extend Ninja Forms in ways that we haven’t even thought of yet.
I know that’s not a great help for what you are working on at the moment, but that’s where we currently are.
Mmmm. This might be a bug. Try downloading Ninja Forms again and see if you get the same issue.
Hey,
Check out this page:
http://wpninjas.net/ninja-forms/ninja-forms-styling-simple-left-aligned-form/
Hey, sorry for the late reply, but I just saw this for some reason. Currently, Ninja Forms doesn’t support having multiple forms per page. Our next version, 2.0, will allow you to do this. Unfortunately, I don’t have a good eta for the release, we are hoping for later this month.
Currently, we don’t have plans to do this, but we will look at adding it to our feature track for coming versions of the plugin.