Glen Don Mongaya
Forum Replies Created
-
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.ww.wp.xz.cn/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://ww.wp.xz.cn/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.
I’m still currently working on a fix, will release a new version today and let you know when it’s ready.
Okay, thanks for letting me know.
“Even though I have the “Send Attachment as links?” unchecked, even so, sending the attachment as a link works for me if I put the shortcode in the body of the email. I don’t think this bothers me, I’ve had it for years, but it is excluded with the documentation for the plugin.”
* checked – When this option is checked, it will display links in the email without file attachments, and it will create a folder structure like this: ‘/uploads/wp_dndcf7_uploads/2024/09/’.
* uncheck – If ‘Send files as links’ is unchecked, the files will be attached to your email. Additionally, if you add the code to the message body, it will generate links as well.There’s a bug on recent updates which affect the settings, I will release a hot fix today.
Thanks,
GlenHi @virtualnomad ,
Thanks for reaching out. You are right; it’s a bug, and I will work on a fix.”
Could you please share a screenshot of your Contact -> Drag & Drop Upload settings?
Check if “Send Attachment as links?” option is currently checked?
Please let me know.
GlenHello @yuelan , thanks for reaching out.
We haven’t had a chance to check with Woostify, maybe there’s a conflict between the theme and my plugin, I will try to setup/install the theme so I can check.
I’ll let you know if I find something.
Glen