Glen Don Mongaya
Forum Replies Created
-
Hi @gunjanarya ,
Can you try and use the default upload of contact form 7 and see if all files are attached to your email?
Also, may I know what email you are using ? maybe there’s some kind of email size restriction or something.
Please let me know.Hello @dimy
Can you please send me your configuration or [mfile] settings under on Contact Form 7-> Edit Contact -> Form
Also, please include the exact link to your site where the form was added.
Thank You.
- This reply was modified 3 years, 5 months ago by Glen Don Mongaya.
Hello @janwill ,
You can search “drag-and-drop-multiple-file-upload-contact-form-7” slug and replace our current string on every language through WPML string translation.
Or you may use this plugin loco translate – https://ww.wp.xz.cn/plugins/loco-translate/
Please let me know if you have any other question.
Thanks.
Forum: Plugins
In reply to: [Contact Form 7] Boxes are black?Hi @sc00t ,
It seems like there’s a css in your global elementor style that target all the input box to be black. (see this screnshot: https://snipboard.io/knXhZb.jpg)
Try to check your elementor global/theme settings for your buttons.
Or you can override the style by adding custom css below.
.elementor-widget-shortcode .wpcf7 input:not([type="submit"]), .elementor-widget-shortcode .wpcf7 textarea { background-color: transparent!important; }And to center your form add this css.
.elementor-shortcode .wpcf7{ text-align:center; }Please let me know.
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] Hooks for validationHello @vlaskiz ,
Yes, I’ll be adding a filters/hooks during the upload process in the next release (pro version only).
Thanks.
Hi @guidethomas ,
Yes, you are correct when “save to media library” option is checked, files will be stored in /tmp_uploads and when you press send it will moved to the correct directory “uploads/2022/11/” which the default of media library.
Maybe the AFI plugin getting the old files from the post or something, will check this again on my end and will see if there’s alternative solution otherwise we need to reach out to the author of AFI plugin.
Thanks.
@takevalue thanks for letting me know.
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for WooCommerce] Mismatching order imagesHi @liq1019 ,
Yes, if you will use the pro version this will solve the problem.
If not I will issue a refund immediately.
Please let me know.
Regards,
GlenHi @wasirizvi ,
Try this code in your custom js script.
jQuery('.codedropz-upload-handler').remove(); jQuery('.wpcf7-drag-n-drop-file').unwrap('div'); window.initDragDrop();Please let me know.
Files can be only group by orderID, name, date, time and customerID but you can rename files.
Example: image.png
You can rename it to something unique like : {product_name}-{sku}-{product_slug}-{filename}So the output above is: Product1-2222-product-1-image.png
For the pricing and other information see here – https://www.codedropz.com/woocommerce-drag-drop-multiple-file-upload/
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for WooCommerce] Mismatching order imagesHi @liq1019,
I investigate the issue and it seems related to the filename, example if several user upload the same filename it will overwrite the existing file from the previous order.
Currently the free version, the files will fall into 1 directory under “/uploads/wc_drag-n-drop_uploads”, I will add a script that check if the file already exists and make sure rename them.
This is related to the problem here – https://ww.wp.xz.cn/support/topic/a-new-image-with-the-same-name-as-an-old-image-the-old-image-is-overwritten/#post-16215703
I’ll let you know.
- This reply was modified 3 years, 6 months ago by Glen Don Mongaya.
Hello @vcioweb ,
Our free version will fall into folder directory name “/uploads/wc_drag-n-drop_uploads”, in our plugin we offeres custom directory for each user/customer you can group the files by order No, Customer ID and many more.
Please let me know.
Glen
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for WooCommerce] Update product quantityHello @laolvideria ,
Please create another thread, this topic was already closed.
Or you can contact me through my email [email protected]
The update quantity based on the total number of uploads are available only on the PRO version of this plugin (needs some minor tweaks and js code)
Glen
Hello @guidethomas ,
Sorry, but I did not receipt your support email.
Can you please email me ([email protected]) for further assistance?
Also, if you can provide me the link of the plugin you are using for the advanced integration and the screenshot of the [] bracket issues that would be great.
Thanks.