Glen Don Mongaya
Forum Replies Created
-
Thanks for the screenshot.
Could you please provide a link to your site so I can check?
Forum: Plugins
In reply to: [NSFW] [Drag and Drop Multiple File Upload for WooCommerce] uploaded filesCurrently the plugin has auto delete features 1-2 hours after form submission, make sure to uncheck “Don’t delete files” option under “Contact-> Drag & Drop Upload” settings.
Glen
Hello @star2727 ,
Thanks for reaching out.
Did you add the filetypes attributes in [mfile] shortcode just like below?
[mfile uploader-249 limit:5242880 filetypes:webp|jpeg|jpg|gif|png|pdf|docx|odt|doc|heic|zip min-file:1 max-file:5]
Please let me know.
Glen
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for WooCommerce] File no uploadOr you can try and the code snippet below in your “/theme-{child}/functions.php” file or you may install this code snippet plugin https://www.ads-software.com/plugins/code-snippets/
See the code below:
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for WooCommerce] File no uploadHi @icehammerlv ,
Thanks for reaching out.
Upon checking I found out that your “https://zebraprint.lv/wp-admin/admin-ajax.php” is not accessible maybe it’s being blocked from your security plugin or firewall.
You will need to unblock this url in order to be able to process the file uploads.
Please let me know.
Glen
Thanks for contributing @alexclassroom appreciate your time and effort.
@luccaneiva I’ve released version 1.3.8.4 and fixed the issue.
Please check and update to the latest version.
Hi @yk9s88z8 ,
Thanks for reaching out.
Can you try and paste the code below into your theme{child}/functions.php?
add_filter('dnd_cf7_ajax_url', function(){
return trailingslashit( site_url() ) . '?ajax-dnd-upload=true';
});
add_action( 'init', function() {
if ( isset( $_GET['ajax-dnd-upload'] ) && 'true' === $_GET['ajax-dnd-upload'] ) {
if ( ! empty( $_REQUEST['action'] ) && is_scalar( $_REQUEST['action'] ) ) {
if ( has_action( 'wp_ajax_' . $_REQUEST['action'] ) ) {
do_action( 'wp_ajax_' . $_REQUEST['action'] );
}
}
die('0');
}
});Please let me know.
@luccaneiva you will need to add this in your wp-config.php file.
define( 'WP_DEBUG', false );
More information here – https://developer.www.ads-software.com/advanced-administration/debug/debug-wordpress/
This is hide the php warnings, the plugin will work as expected.
Glen
Hi @luccaneiva ,
Thanks for reaching out, it’s due to contact form 7 latest update which is 6.0. more information here https://contactform7.com/2024/11/03/contact-form-7-60/
The old tag generator has been deprecated, we are aware of the issue and we’re working on it.
Glen
Hello @laminasconmimo ,
Thanks for reaching out.
Can you provide a screenshot of order? and try to use browser inspect element maybe it was hidden or something.
Glen
@bszakacs thanks for reaching out.
Please create a new topic here – https://www.ads-software.com/support/plugin/drag-and-drop-multiple-file-upload-contact-form-7/ since this thread has already been solved.
Please also provide a link to your site where the form was added and include a screenshots of the error or issue.
Glen
@virtualnomad I have just released a new version. Please update and let me know how it goes on your end.
Thanks.
@moderator yes it was for admin access not links sorry.
Sure, I understand. Thanks for your prompt response.
@moderator sorry I just want to ask regarding my account.
My account was subject to approval for creating or replying to new posts in any thread due to an incident earlier this year where I asked for links, which I believe was against the policy.
I’d like to know if there are any updates or progress on my account. As a plugin developer, I aim to reply promptly when support is needed, but the current situation is causing delays and confusion.
Thank You.