Hello,
The issue is caused by an uncaught javascript error generated into the “https://www.husgrunder.com/wp-content/themes/u-design/scripts/script.js” file belonging to the theme active in your website (and not in our plugin), that is stopping the rest of javascript code that must be run in the “onready” event of jQuery, please, look the screenshots in the following links:
https://wordpress.dwbooster.com/customdownloads/2017/05/08/screenshot_error_console.png
https://wordpress.dwbooster.com/customdownloads/2017/05/08/screenshot_file_error.png
The causes of errors are simple, your website is using jQuery v1.12.x where the syntax: $(a[href=#top])
is incorrect and throw an error (in previous versions of jQuery the previous syntax was valid), the correct one would be: $(a[href="#top"])
(this error may be present in other sections of your theme).
I recommend you the following changes:
– go to the settings page of the plugin, through the menu option: “Settings/Calculated Fields Form”,
– select the “Direct” option for the “Script load method” attribute,
– and finally, press the “Update” button.
Furthermore, you should contact to the theme’s developers for fixing the errors in their code.
Please, let me know if the recommended changes solve the conflict in your website.
Best regards.