Glen Don Mongaya
Forum Replies Created
-
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] Style Field RequiredThanks @youdemus , we will test and investigate this issue.
Hello @gshiels ,
Sorry, I’m re-opening this thread.
Usually this type of error is that, maybe the file size is too large that it cannot attach to email, please send any screenshot to identify the issue.
Please also include the model or type of mobile you used and current version of android.
Thanks,
Glen@chrismueller84 , You mean change the text to only “Browse File” and remove Drag & Drop ?
@ashlybabu , please include the link to your site and screenshots of the issue.
@asif9798 , please contact me through this email [email protected].
I will help you, it seems the js fine now the only problem is that the css style of the upload not loading correctly.
Also please fix the ssl certificate first – see this error (https://snipboard.io/KTuPtm.jpg)
Below should be set to true
define( ‘WPCF7_LOAD_CSS’, true );
define( ‘WPCF7_LOAD_JS’, true );This will load the js/css assets of Cf7 and Drag & Drop Plugin.
@jordyvanovereem , there are asset of contact form 7 plugin was not loaded properly, maybe there’s a conflict with another plugin try deactivating any plugins related to contact form 7.
This JS file should be loaded – https://www.kieviek.nl/wp-content/plugins/contact-form-7/includes/js/index.js
Hello @asif9798 ,
Please try to fix your SSL certificate and see if this will fix the issue.
409 conflict is related to your hosting provider (more information – https://stackoverflow.com/questions/58433561/failed-to-load-resource-the-server-responded-with-a-status-of-409 )
Thanks,
GlenThanks @tomfreeform , will add this on my next update.
@lev0 , great plugin.
Thanks I will try that and update my plugin.
Forum: Reviews
In reply to: [Drag and Drop Multiple File Upload for WooCommerce] good pluginHi @goldenathi ,
You should contact me in the support by creating a thread here instead of directly posting a review.
If we can identify the issue Im willing to help and update the plugin right away.
Anyway, thanks for trying.
Hello @jordyvanovereem ,
Looks like there’s javascript error on your site (see this: https://snipboard.io/9DTykL.jpg), please try to clear or disable your cache if there’s any cache plugin installed.
Thanks, please let me know.
Regards,
GlenHello @industryofcool ,
You can append or add the url on the hook.
Like this:
$dir = dnd_get_upload_dir(); $uploaded_files = $_POST['upload-file-xxx']; // upload-file-xxx change the name to match your file upload foreach( $uploaded_files as $file ) { $files[] = $dir['upload_url'] . '/' . $file; } print_r( $files );Did you use any plugin for webhook/zapier or is it custom?
@ansem , Yeah it’s a basic plugin this is just a file upload.
* Files can be exposed fro everyone…
– What do you mean on this? all the files that are uploaded only accessible for the user who knows the link.* No price options…
– Yes there’s no option for price, but on Pro version there’s conditional custom fees/charges which you can configure (see: https://snipboard.io/2MWxnw.jpg)* No price for each page of PDF
– On Pro version there’s a PDF features which you can charge the user per page. (see : https://snipboard.io/2ekKnw.jpg)Thank you, I will consider this and improve my plugin.
Glen