Glen Don Mongaya
Forum Replies Created
-
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] Files as attachementHi @manfredk ,
Can you try this version and see if it’s working on your end? (Google Drive link below)
It’s not officially released but maybe this will help to resolve the issue.https://drive.google.com/file/d/1jjjH1kkHTR41oIujwx8IfFDuKSp4pO0j/view?usp=sharing
Glen
Hello @peter0013 ,
Can you check your Mail settings under Contact form 7 and see if there’s [upload-file] code in Message body and File attachments field?
Like this: https://snipboard.io/6Ce7dM.jpg
Please let me know.
Glen
@mgozdis please update to the latest version and see if this resolves your issue.
@carlosrm1987 , thanks for reaching out.
Please open a new topic here https://ww.wp.xz.cn/support/plugin/drag-and-drop-multiple-file-upload-contact-form-7/ as this thread has already been resolved.
Please provide a screenshot and link to your site so we can check.
Thanks @mgozdis , I will update the plugin and create a cookie using javascript instead of php.
Sorry for the delayed response.
I tried to check on our server even on larger files but we cannot replicate the issue.
Can you try and make the following changes to the plugin so we can identify the issue on your end?
Go to “/plugins/drag-and-drop-multiple-file-upload-for-woocommerce/inc/class-dnd-upload-wc.php” comment out these line 398 & 404. (see this: https://snipboard.io/dOgQRY.jpg)Please let me know.
Hi @mgozdis ,
Thanks for reaching out.
The purpose of the cookie is to generate unique folder for each user guest/logged-in user, it will expire after 12 hours.
Can you please guide me on how to check and verify that this could affect the performance?
GlenI see, can you please provide a link to your site so I can check?
Hello @dijitalmerkez ,
I am using a standard file upload method, which means we cannot make further adjustments or optimizations. The upload speed sometimes depends on the server’s capabilities.
Try to upload the same file on your WordPress media library and compare the performance for front-end and admin upload.
Please let me know.
Thanks reaching out.
Can you please explain the issue or provide a video?
I have already tried and it seems fine on my end as you can see here – https://drive.google.com/file/d/1lgSxC2kiEfL7BI662GJP_V3WvGbv8q6S/view?usp=sharingGlen
Thanks @yodastudio appreciate your review 🙂
Hi @yodastudio
You can translate those strings using WPML String Translation an add-on for WPML (see this for your reference https://wpml.org/documentation/getting-started-guide/string-translation/ )
In Drag & Drop Upload plugin settings just remote “drag & drop files” and “browse file” text and leave it as empty.
In WPML string translations settings find any string/plugin related to this slug “drag-and-drop-multiple-file-upload-contact-form-7” you will then see all the strings that you want to translate.
Glen
Hello @tsyganov
Sorry for the late reply.
Can you try the following?
1. Try to create another cf7 form for your popup and make sure the upload name is different from “FEEDBACK” form?
2. Check if there’s any settings on the popup that targeted the <href> tag and disabled it, since browse button contains a link and this will trigger the popup to close.You may also add this script in your theme or if you have code snippet plugins installed.
<script type="text/javascript">
jQuery(document).ready(function($){
$('.cd-upload-btn').attr('href', 'javascript:void(0)');
});
</script>Please let me know.
Hi @steveneray ,
Thanks for reaching out.
Can you check and provide a screenshot of your Mail tab settings under “Contact -> Edit Contact -> Mail” tab.
Also, check if mail(2) is selected or not. I haven’t encountered a similar issue before, so I’m not sure why it’s sending duplicates from a different website.Please let me know.
@shivakumarcloud I’ve made a changes try to update to the latest version 1.3.8.7.