Glen Don Mongaya
Forum Replies Created
-
Hi @mathgwa ,
Thanks for reaching out will look into this.
May I know the current version of PHP you are using?
Glen
Can you please give me a lists of all the plugins you have installed?
Check if there’s any cache plugin if not you can clear your cache through your hosting cpanel.
Hello @shyap ,
Thanks for reaching out.
Can you check your “WooCommerce -> Settings->File Uploads” find “Max File Size (Bytes)” and change it to 104857600 without MB.
After the changes, please clear your cached if there’s any cached plugin installed.
Like this: https://snipboard.io/penM6d.jpg
Please let me know how it goes.
Glen
Hello @danielbaeza9 ,
Can you try and clear your cache if there’s any cache plugin installed?
Please let me know.
Glen
Hello @yagolago ,
Sorry for the late reply I’ve been very busy during these holiday season.
If you are using the pro version please open a support ticket here https://www.codedropz.com/support/
Just a question is your B&W printing & Colour printing variation a choices or it has own single/separate product page?
We only have a basic calculation for the custom fees, for now it will only applied on parent product.
But we’ll be adding more features soon to support the variation.Regards,
GlenI also noticed that the acceptance checkbox is customized I’m not sure if it’s features or built in from your theme. This caused the contact form 7 and my plugin shows an error.
Can you try and use the default checkbox from contact form 7 without the style?
There’s a javascript error in browser console. (as you can see here on the screenshot – https://snipboard.io/U8C0Hi.jpg)
Also, I can see that the JS file is minified or combine into 1 file.
Can you try and disable or exclude this file ? https://artlipo.com/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/assets/js/codedropz-uploader-min.js
Please let me know.
Hello @hajna ,
Can you please provide a screenshots of the following:
- Screenshot of “Contact -> Drag & Drop Upload” settings
- Screenshot of Form & Mail tab settings under Contact Form.
Please let me know.
Glen
I just disabled it in wp-config.php file, and the warning message is now hidden.
define(‘WP_DEBUG’, false);
@ini_set( ‘display_errors’, 0);Hello @jzilberberg ,
Yes, you may try and use the filter dnd_cf7_ajax_url.
The code snippet can be found on the link below, add this in your theme/functions.php or install a code snippet plugin.
https://pastebin.com/raw/LXPxSqqn
Please let me know.
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://ww.wp.xz.cn/plugins/code-snippets/
See the code below: