dylan1233
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Form with attachments timesout, won’t sendAny updates on this, we’re still having the issue.
Forum: Plugins
In reply to: [Contact Form 7] Form with attachments timesout, won’t sendTheme: Neve
Plugins:
Contact Form 7
Contact Form 7 Conditional Fields (I disabled this to test and troubleshoot but it did not change anything)
Elementor
Orbit Fox CompanionThat’s about it.
Forum: Plugins
In reply to: [Contact Form 7] Form with attachments timesout, won’t sendHello,
I’ve created a debugging form, It’s on this page: https://illusionluxe.com/testing/ password is contactform7
Previously it was throwing a 504 error with larger file sizes (5mb) but when reduced to 3x3mb it seems to submit after about a minute. I am using three 3mb videos for testing.
Thanks,
Dylan
I’ve also noticed that when a purcahse is made through Woocommerce, the plugin does not give the user access until the order is marked as complete. Is there a way to change this so that it gives the user access when the order is marked as processing?
Update:
When I did some further debugging, the console identified this line as an error:
e.preventDefault();}});$('.assignment_action_icon').live('click',function(){var attName=$(this).attr('name');var attOrder=$(this).attr('order');var ajax_url=$(this).attr('ajax_url');var useritem_id=$(this).attr('useritem_id');var question=$(this).data('confirm');var ok=confirm(question);if(ok){var allow_amount=$('#assignment-file-amount-allow').text();$.ajax({type:'post',url:ajax_url,data:{action:'delete_assignment_upload_file',attName:attName,attOrder:attOrder,useritem_id:useritem_id,_ajax_nonce:jQuery('#assignment-file-nonce-'+attOrder).val()},success:function(){var new_allow_amount=parseInt(allow_amount)+1;$('#assignment-uploaded-file-'+attOrder).fadeOut();$('#_lp_upload_file').prop('disabled',false);$('#assignment-file-amount-allow').text(new_allow_amount);}});}else{return false;}});})})(jQuery);