Glen Don Mongaya
Forum Replies Created
-
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for WooCommerce] File not allowedHello @bartb112,
Our latest was only a minor changes and it’s not related to upload process.
Can you provide an exact link or product page where the upload form will appear?
Also, share a screenshot of your WooCommerce -> Settings -> File Uploads.
Lastly, can you try and add the code below in your theme/functions.php file or any code snippet plugin.
add_filter( 'upload_mimes' , 'dnd_cf7_add_custom_mimes'); function dnd_cf7_add_custom_mimes($mimes){ $mimes['eps'] = 'application/postscript'; $mimes['ai'] = 'application/postscript'; return $mimes; }Thanks.
Sure no problem, I’m glad I could help.
I see, you can change the required error message in Contact form 7 under message tab settings.
As you can see here in the screenshot – https://snipboard.io/nB9W8K.jpg
Yes, email [email protected]
You can use and install this plugin https://ww.wp.xz.cn/plugins/loco-translate/ then follow this video – https://streamable.com/r4gifh
Or if you are using existing plugin like WPML or any translation plugin just let me know so I can help.
Thanks, all settings are correct.
Can you share me the link to your site?
Also, make sure to uncheck “Send file(s) as link” option under Contact -> Drag & Drop Upload.
Last, can you share a screenshot of your Settings-> General Settings? I’d like to see your site address.
You can use this website https://snipboard.io/ and upload the screenshot there.
And copy and paste the link on this thread.
Thanks try to add the custom css below.
.dnd-upload-status .dnd-upload-details .remove-file span:after { border-radius: 100%; background-color: white; }Hello,
Yes, could you please send me a link to your site so that I can assist?
Thanks,
Glen
Hello @cinziat,
Can you provide a screenshot of your forms & mail settings?
Also, include a link to your site so I can review.
Glen
Thanks, @lumipics! I can confirm that there’s a conflict with the Side Cart plugin. I’ll work on a compatibility or solution and hopefully include it in my next release.
It looks like it’s conflict with theme or another plugin.
Our current functionality is, when the user click the add to cart button (if upload is set to required) it should display a “File upload is required” error message then the product will not added to cart unless the user upload a file.
In your case the error is showing on mini cart but the product added to the cart.
Please provide a link to your site.
Hello @lumipics,
Thank you for taking the time to post on the support forum, and we apologize if our plugin isn’t functioning as expected on your end.
For this issue “For me it is necessary that a product can only be added to the shopping cart once a file has been uploaded. Unfortunately, I cannot currently prevent the user from ordering something with this plugin.“
This is how our plugin was developed it can only be added to the cart once the file upload is completed, the add-to-cart button is disabled once the upload is still in progress.
I’d like to know the link of your site so I can investigate and replicate in my end?
Lastly, can you also provide a video about the issue so it’s easier for me to follow?
Glen
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for WooCommerce] custom the browse buttonHello @pedrone,
Sorry, for the late reply.
Can you give me an example of what you were trying to achieve? maybe a little explanation would help.
The button is currently fixed and can only be customized using CSS
Glen
@gtissa Thanks for the positive review. I really appreciate it 🙂