Glen Don Mongaya
Forum Replies Created
-
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for WooCommerce] Approve or Reject FilesHey @esadsi ,
You can still purchase the Pro version even without having a PayPal account.
Just click the PayPal on the checkout and you have an option to pay using bank or credit card. (see this: https://snipboard.io/9iuEn2.jpg)
Let me know.
Thanks @yogii30 will fix it on my next update.
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for WooCommerce] Approve or Reject Files@esadsi we have added a custom hook after the upload on our Pro version.
You can see our sample snippet here – https://pastebin.com/ixVmgjuk
Please let me know.
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for WooCommerce] Approve or Reject FilesHello @esadsi sorry I missed your email.
I will be adding this hook in the PRO version and it’s available tomorrow.
Hello @bing00 ,
Can you CC my email [email protected] to your form so I can received the notification?
Also try to enable javascript in Contact -> Drag & Drop Upload ->Enable Jquery.
After that clear your cache if there’s any cache plugin installed.
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for WooCommerce] Validation Issue@usmanue sorry for the late reply.
We can hide the text when reaching 100% using a css so it doesn’t confused the user.
@vikram_mann you will need to update your current JS file (in your child theme) to this – “/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/assets/js/codedropz-uploader-min.js” and apply your changes to this file.
Please let me know.
Hello @vikram_mann
It seems like your theme loaded our custom JS script instead of the plugin. (see this : https://snipboard.io/aMS2Tv.jpg)
Can you check your “/theme/functions.php”? and see if there’s any code or customization made?
Please let me know.
Hello @pixeldialog ,
When you upload the same file with the same filename it will still uploaded in the server but will appended a unique number on the end of filename.
Example: file.jpg will become file-1.jpg
The purpose of this is not to override the correct or original file.
Please let me know.
Hello @pcmg2023
For pro version support email me [email protected] or open support ticket here – https://www.codedropz.com/support/
You can also try this settings – https://snipboard.io/9OSBWz.jpg
Thanks.
@souravghosh241170 , thanks for reaching out.
I replied to your email, please check.
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] File attachment errorHello @gabrielsfreela ,
Do you have this plugin “Multi Step for Contact Form 7 (Lite)” installed on the other sites that the file upload is working?
Can you try and deactivate this plugin it seems there’s a conflict with other add-on plugin for contact form 7.
Please let me know.
Okay, remove the old code and try this one below.
<script type="text/javascript"> jQuery( document ).on( 'elementor/popup/show', () => { var $upload = jQuery('input[data-name="WatchPics"]'); $upload.next('div').remove(); $upload.unwrap(); window.initDragDrop(); }); </script>Thanks for the video, can you please provide a link on your site so I can try?