Bác nào bị xoay loading không tắt khi submit form contact form 7 bản mới thì thêm code javascript này nhé.
1 2 3 |
<script> document.addEventListener( 'wpcf7mailsent', function( event ) {jQuery(".processing").removeClass("processing"); }, false ); document.addEventListener( 'wpcf7invalid', function( event ) {jQuery(".processing").removeClass("processing"); }, false ); </script> |
Thêm vào như hình sau:

Do CF7 chuyển từ ajax sang fetch nên xử lý dạng này không chạy đúng nữa
1 2 3 |
jQuery(document).ajaxComplete(function(t, e, i) { jQuery(".processing").removeClass("processing") }) |
https://www.facebook.com/photo/?fbid=3969045376496308&set=gm.4425283837486133
Bài viết mới:
- Lợi và hại của việc dùng nhiều plugin trong web wordpress
- Cách dùng Font Awesome bản miễn phí
- Tổng hợp các đoạn code hay dùng cho woocommerce
- Ẩn nút Thanh toán – check out trong qua trình thanh toán Woocommerce
- Hiển thị tất cả comment trong web wordpress, các tham biến của hàm WP_Comment_Query wordpress,