Hi,
The issue is simple. You have upgraded your website to WordPress 4.5.x that includes jQuery 1.12.3, but your copy of the theme Avada is not compatible with this version of jQuery and generates an uncaught javascript error, specifically in the piece of code:
jQuery(".fusion-menu a:not([href=#], .fusion-megamenu-widgets-container a, .search-link), .fusion-mobile-nav-item a:not([href=#], .search-link), .fusion-button:not([href=#]), .fusion-one-page-text-link:not([href=#])").click(function() {
of the file: “https://rfslends.com/wordpress1/wp-content/themes/Avada/assets/js/main.min.js”
To prevent the error in the theme affects our plugin’s behavior, please, follow the steps below:
1. Go to the settings page of the plugin (through the menu option: Settings/Calculated Fields Form)
2. Select the “Direct” option for the attribute: “Script load method”
3. Finally, press the “Update” button.
And that’s all.
Please, let me know the results.
Best regards.