Hi there, just wondering if anyone has had a chance to look at this one at all??
I inspected your popup using Google Chrome Developer tools. The following markup was found within the popup itself:
<noscript class="ninja-forms-no-script-message">Notice: JavaScript is required for this content.</noscript>
<div id="nf-form-cont-2" class="nf-form-cont">
<div class="nf-loading-spinner"></div>
</div>
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
Do you see the class attribute ‘nf-loading-spinner’? That’s the effect being rendered by Ninja Forms because a JavaScript script cannot execute on your site.
I don’t know whether the issue is being generated by a conflicting plugin, or your active theme (Auberge by WordPress). The best way to isolate the issue is to test the site in a local development environment (so your live site is not impacted).
If the problem persists after testing plugins, switch to a default WP theme (e.g. Twenty Seventeen) and see if the problem will resolve. If a change in theme fixes the problem, then it’s an issue with your current theme. In that case, contact the theme author for support.
-
This reply was modified 7 years, 5 months ago by bdbrown.