Glen Don Mongaya
Forum Replies Created
-
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for WooCommerce] PRO VersionHello @limevanilla ,
The “Show uploader on” option is for “check out” & “single product” page only.
Glen
Hello @aweos ,
Can you please send a full example of invalid links ?
Try this.
1. Enable “Send Attachment as links?” option, it’s under Contact -> Drag & Drop Upload settings.
– This will display links on your email instead of file attachment.
2. Try to check “Use HTML content type” on Contact -> Mail tab settings (see screenshot: https://snipboard.io/eHJi91.jpg)
Please let me know.
Glen
@canveysystems , you need to add your custom css for mobile device.
try this.
@media (max-width: 767px) { .codedropz-upload-inner h3 { font-size: 22px; line-height: 32px; } }You can change the font size:22 according to your need.
Hello @jessdiv ,
Can you please email me [email protected]?
I need to check and debug your server in order to identify the issue.
Thanks,
Glen@a4jpcom , in your case it’s a server error.
Please check your server security, or try deactivating wordfence plugin.
See this: https://snipboard.io/v90rIf.jpg or try this – https://wp-staging.com/docs/wordfence-plugin-error-403-forbidden-ajax/
- This reply was modified 4 years, 10 months ago by Glen Don Mongaya.
Hello @chrisroi ,
Since you are using the pro version.
Please contact me directly to this email : [email protected] or open support here – https://www.codedropz.com/support/
Thanks,
Glen1. Can you add a link to the setting from the plugin page please?
Also write where the settings are in the instructions. As there wasn’t a link to the setting in the plugin area, it took a while to find them as they are hidden in the left side menu in the contact forms dropdown.
– Yes, I will add this.2. Can you make it so words wrap so they don’t just get cut off in the middle of a sentence on phones, etc., please?
– Sure, no problem.3. If basic tags could be used it would be nice for multilingual support. That way we can just add a class to different words and the template pages can be set to hide or display text based on classes.
– There is a built-in class on wordpress HTML class attributes.Example:
html[lang="en-US"] .codedropz-upload-inner h3 { font-size:12px; }html[lang="de-DE"] .codedropz-upload-inner h3 { font-size:10px; }If this isn’t good, can you make it so we can set the text in shortcodes? I need different languages on different pages.
– This is a bit tricky if the text is in the shortcode, if you are using a 3rd party plugin you can easily translate my plugin. (ie: wpml)Please let me know.
Glen
“I have /uploads/wpcf7_uploads/ which has permission level 755.”
– This is the folder structure of contact form 7 default file upload
Try to create or add this : /uploads/wp_dndcf7_uploads/wpcf7-files/ and test it again.
Please let me know.
Hello @spets24 ,
You need to add limit on [mfile] shortcode (see – https://snipboard.io/TqFpOd.jpg)
example:
[mfile upload-file-123 limit:104857600]
104857600 = bytes format is equivalent to 100MB
You may use this converter – https://www.gbmb.org/mb-to-bytes
More information here on page 6 – https://www.codedropz.com/wp-content/uploads/2020/06/Drag-Drop-Multiple-File-Upload-v2.0.5.pdf
Please let me know if. you have any questions.
Thanks
GlenForum: Plugins
In reply to: [Drag and Drop Multiple File Upload for WooCommerce] Issue with swatches@crashpunk , did you check the “Required Option” in WooCommerce -> Settings -> File Uploads ?
What plugin you used for swatches?
Hello @hermanoleo ,
Sorry, but there’s only one option for changing text and it’s global.
Thanks.
Glen@se8pro , try to update the latest version I’ve added an option in the admin.
Under Contact -> Drag & Drop Upload -> Auto Delete Files.
Thanks, can you check this directory and make sure it’s writable?
/uploads/wp_dndcf7_uploads/wpcf7-files/
- This reply was modified 4 years, 10 months ago by Glen Don Mongaya.
Thanks @itsebigaming , I’m glad you already figured it out.
@jessdiv , thanks for all screenshots.
It seems like the configuration is correct.
May I know the total size you are trying to send?
Also, please cc my email [email protected] so I can test.
Thanks.