Glen Don Mongaya
Forum Replies Created
-
Hello @efishinsea ,
You need to manually setup and add the code in Email attachment field to attached file in your email. (like this: https://snipboard.io/Ffdeg9.jpg)
“Along these lines, a good improvement to the plugin may be to add an option to send the images as attachments rather than file links”
– Thank you for this, the default option is actually sending links to temporary file if you did not setup the File attachment settings properly.Even if we add an option to “send the images as attachments” you still need to add the code in File attachment fields.
Thank You.
Hello @changetherulesemail ,
Did you use any plugin for your translation like WPML or Polylang?
Please let me know.
Glen
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] No attach fileHello @xxxenon7 ,
Can you try to change to gmail, maybe there’s a file restriction or limit on your current email server.
Also, please CC my email so I can receive the test. ([email protected])
Thanks,
GlenForum: Plugins
In reply to: [Drag and Drop Multiple File Upload for WooCommerce] “Bad Request” error textHello @andrewmiti ,
Sorry for the late reply.
I tried to upload but it seems fine, I cannot replicate the issue.
See attached screenshot: https://snipboard.io/tSybxg.jpg
Please let me know.
Glen
Thanks @jmvision2018 , actually the issue occurs on all browser not just safari.
The issue is related to your security plugin which is wordfence, try this solution https://givewp.com/documentation/core/frequent-troubleshooting-issues/admin-ajax-blocked/
See this screenshot for you reference : https://snipboard.io/d2Tw7k.jpg
- This reply was modified 4 years, 4 months ago by Glen Don Mongaya.
Hello @jmvision2018 ,
I cannot find the form on your homepage, can you send me the exact link of the page?
Thanks,
GlenHello @breezybrock ,
It seems like there are assets/js file of my plugin are not being load.
can you try and add this in your themes functions.php file?
add_action( ‘wp_enqueue_scripts’, ‘dnd_cf7_scripts’ );
Please let me know.
Thank You.
GlenForum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] java errorHi,
Can you please include a link to your site so I can check?
Glen
@mastmast , yes I will add an action hooks maybe on my next update.
Thanks.
Hello,
Sorry for the late reply.
May I know what plugin you used for your translation?
My plugin is compatible on Polylang & WPML.
Or you can try this plugin – https://ww.wp.xz.cn/plugins/loco-translate/
Thanks,
GlenHey @erick2021 , I found the issue.
Try to add this css in your theme.
.icon-cloud-upload:before { content: "\e9c3"!important; } body i[class^="icon-"], body i[class*="icon-"] { font-family: 'simple-line-icons'!important; } .codedropz-upload-wrapper i[class^="icon"] { font-family: 'icomoon'!important; }Please let me know if that will work.
Thanks.
- This reply was modified 4 years, 6 months ago by Glen Don Mongaya.
@erick2021 , can you send me a screenshot on specific section/page where the icon is?
my email [email protected]
Hello @arifemre123x ,
I don’t see a problem on your screenshot.
If you upload a file with long filename it should add a … before the size.
See this for example: https://snipboard.io/VN6WgU.jpg
If you want to limit to 10 characters you need add css on “.dnd-upload-status .dnd-upload-details .name span” and set a width.
Please let me know if you have any questions.
Thanks,
Glen@keviin55 , I’m not sure if the file was overwritten by the first one since my plugin has a functionality to check if the filename already exists; it will add a unique index before the extension. (see example below)
Example:
file-1.jpg – user 1 upload file-1.jpg
file-1-1.jpg – user 2 upload file-1.jpg it will become file-1-1.jpg