Ninja Forms & X Theme Upload Problem

Hello,

I have migrated a website built on X Theme to a new hosting provider. There’s a problem with Ninja forms not loading on the footer on 2 out 5 pages.

We can see it is trying to call the form in. We can see all of its code sitting there, it seems to be getting stuck on the loading animation for some reason which is particularly strange as it’s not flagging up any errors.

We’ve tried running a debug and we’ve escalated it to Ninja Forms (waiting on a response). But also thought you might be able to shed some light on what’s happening.

Example here of it displayed (Newsletter form): https://wandsworth.mytimpani.co.uk/employer/
Example here of it not displaying: https://wandsworth.mytimpani.co.uk/learn/

Thanks,

Hi There,

Thanks for writing in!

As you mention you have transferred the server, this may because of the issue.
I would like to suggest you a few troubleshooting to check if it fixes.

Incorrect setup of SSL. If you have an SSL certificate on your site. You should have the WordPress Site URL and Address URL settings set to HTTPS if you are loading the builder via HTTPS. This can be checked via your wp-admin > general > settings. If you aren’t using SSL you can ignore this step.

Caching. If you have a caching plugin activated or any form of server side caching please disable it to test for any possible conflicts. If you have server side caching or aren’t sure if you do, your host should be able to advise of this and disable it for testing purposes on your account.

Cloudflare. If you are using Cloudflare please disable this for testing purposes. Cloudflare by default enables an auto minfication function to compress the JS and CSS files of the theme. As the theme already serves minified files, re-minifying said files only causes to break the entire site.

Custom code syntax error. If you have a child theme, please enable the child theme and check if the issue still exists. If you have entered any custom JS or CSS into their respective editors. Please review the code for any syntax errors. A mis-placed semi-colon or a missing bracket will cause the issue you’re seeing.

If you could please try the above and if you still have the issue we’d be more than happy to assist.
Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.