To temporarily solutionUntil your theme developers release a fixed version,you can add the following code snippet into your theme functions.php file ———————————————————————————— add_action( ‘wp_enqueue_scripts’, ‘load_old_jquery’, […]
Add Overlay on Contact Form 7 Submit Button
=> Add below script in WordPress Footer <script type=”text/javascript”>jQuery(document).ready(function (){ // Contact Form 7 Submit Button Overlay var OriginalSubmitValue; jQuery(‘.wpcf7-submit’).on(‘click’, function () { OriginalSubmitValue = […]