Glen Don Mongaya
Forum Replies Created
-
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] Not display in popupHello,
The drag & drop upload was created using javascript and it will rendered on page load and not meant for popup, in order to load the upload UI inside the popup you will need to add the code below.
<script> jQuery('a.tt-btn02').on('click', function(){ window.initDragDrop(); }); </script>Please let me know.
- now the problem is that when I upload an image and delete it, it no longer lets me upload it
– In style.css line 1275, the display none style affect the upload display, please check and try to comment out this line. - when I try to send the image it gives me an error and it is not sent.
– Make sure to check if the file not exceeds 5MB or try to check your email if can received files up to 5MB, you can also try and deactivate my plugin and use the default upload of contact form 7 to test it.
Remove width:300px in style.css line 2124.
Then add custom css below.
@media screen and (max-width: 767px) { .codedropz-upload-wrapper { width: 95vw; } }Thanks, will take a look.
It looks like a css issue, can you please remove any custom css you have added.
- This reply was modified 3 years ago by Glen Don Mongaya.
Hello @elliemaffio93 ,
Try to clear your cache after the changes.
Also, you can translate every text of my plugin by installing this add-on from WPML – https://wpml.org/documentation/getting-started-guide/string-translation/
If the issue still occur are you able to create temporary admin account so I can help? just email me [email protected].
Thank You.
@knaptonwright sorry but it’s working in my end. (see this screenshot – https://snipboard.io/mZb4sB.jpg)
Can you try with different file?
And also here’s a video of the upload process – https://streamable.com/3xjom8
Please let me know.
Thanks, I tried with different file and it seems working.
Can you clear your cache or try with another browser?
Did you removed the upload field, I can’t seem to find based on the link you have provided?
Thanks, how about the link to your site of where the form was added?
If possible also please cc my email ([email protected]) as recipient so I can receive the test email notification.
Hi @knaptonwright ,
Can you provide the following?
- Screenshot of the email you’ve received.
- Screenshot of your Drag & Drop Settings specially the Form & Mail tab settings.
- Provide a link to your site where the form was added.
Thanks.
The validation currently depends on contact form 7 not javascript, so it can only be removed upon re-submission. I will try to automate the process maybe in the future release.
Hello @imarovic ,
I tried in my end but it seems working fine.
Here’s my video demo – https://fileport.io/sp1MPf2nhc51
Please check and let me know.
Glen
Forum: Plugins
In reply to: [Contact Form 7] Double Spinner and Error Message@takayukister After my check today, it appears that the issue has disappeared and resolved on it’s own.
I am not sure what happened as I haven’t made any recent changes.
- now the problem is that when I upload an image and delete it, it no longer lets me upload it