Glen Don Mongaya
Forum Replies Created
-
Hi @shivakumarcloud ,
Thanks for reaching out.
Could you please provide a screenshot of your Contact -> Drag & Drop upload settings?Please let me know.
Hi @abby7 ,
Thanks for reaching out.
Currently on our pro version has only basic features.
Like this for example:
If (total_pdf_pages > 375 ) add|multiple $0.35 for all the pages not the pages beyond 375.
As you can see here on the screenshot: https://s3.amazonaws.com/i.snag.gy/OrtikW.jpgPlease let me know if you have any question.
Glen
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for WooCommerce] File name too long@george1554 Sorry, downloading attachments as a zip or all at once is only available in our Pro version.
You can check it here – https://www.codedropz.com/woocommerce-drag-drop-multiple-file-upload/
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for WooCommerce] File name too longHi @george1554 ,
Thanks for reporting the issue.
I will do further investigation and will fix it on my next update.
For now you can temporary fix by adding this css into your “/theme-{child}/style.css” or “custom.css” file..dnd-upload-status .dnd-upload-details .name span {
max-width: 30ch;
}
@media only screen and (max-width: 600px) {
.dnd-upload-status .dnd-upload-details .name span {
max-width: 18ch;
}
}Please let me know if you need help adding the css.
Thanks.Hello @pharaohweb ,
Yes you are correct, this was the changes on the last update.
Due to security issue reported by WordFence, user might be able to guess the files in the upload folder and delete it.I’ve added a solution to generate unique folder for each guest so that the user can only delete specific folder based on session/coookie.
Please let me know if you have any other concern.
GlenHello @pharaohweb ,
Can you please provide a screenshot of the error?
Also, did you add “filetypes:xlsx” in [mfile] shortcode?Please let me know.
Glen
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] Debug php warning@nikosmdtps yes, it will be included.
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] Debug php warningForum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] Debug php warningI tried in my server and staging but I cannot see the error.
Are you able to provide me your Site Health? by going to Tools -> Site Health -> Info
Or try editing this line to see if it works. (replace “init” with “plugins_loaded” on line 62)
From: add_action( ‘init’, ‘dnd_cf7_generate_cookie’ );
To: add_action( ‘plugins_loaded’, ‘dnd_cf7_generate_cookie’ );If not remove empty space the top after <?php see this : https://snipboard.io/yrf5hq.jpg
Please let me know how it goes, thanks.- This reply was modified 1 year, 4 months ago by Glen Don Mongaya.
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] Debug php warningThanks for reaching out, will check on this.
Hi @sarvesh121 ,
Sorry for the late reply, I just noticed your concern.
Upon checking it looks like there’s no assets(css/javascript) loaded into your site.
No javascript for contact form 7 & drag & drop file upload plugin.
Please if there’s wp_head() in header.php and wp_footer() in footer.php.
Also, I noticed that there’s a javascript error in browser console.
GlenThanks, will fix it on my next update.
Thanks, upon checking it’s showing the correct on my end.
as you can see on the screenshot https://snipboard.io/uF2bmK.jpgHello, Sorry I forgot to reply on your last message.
Upon checking the link it seems like it’s not accessible in end, i’m being redirected to 404 not found.
https://snipboard.io/zadYQL.jpgMay I know your hosting provide so I can check on how to clear the cache?
Also lists/screenshot of all the plugins currently installed, under Plugins->Active Plugins
Please let me know.
Glen