Glen Don Mongaya
Forum Replies Created
-
Hello @dimasto,
Could you please provide a screenshot or an example of what you were trying to achieve?
And how it looks like when using the default CF7 file upload?
Thanks,
GlenI just released a new version, please update and let me know if you still see an error.
Thanks @designextreme I’ll add or update the code to support submit and button tag.
I will release a new version today.
I found the issue, there’s a code somewhere in your theme that removes all the localStorage.
Here’s the screenshot – https://snipboard.io/QHXw20.jpg
Can you try and comment out this line and see it will work?
Can you try and uncheck “Enable jQuery” in Contact -> Drag & Drop Upload settings?
I can now access the site, thanks.
I’ll check and let you know if I find anything.
Thanks, but the link is still not accessible.
Maybe there’s some kind of server restriction or something. (see video – https://streamable.com/uxo34e)
Can confirm and answer my question below.
- Check your template and make sure you have wp_head() in header.php and wp_footer() in footer.php.
- May I know what is the name of your current theme?
- Please also try to deactivate other plugins/add-ons (temporarily) that’s is related to contact form 7 except Contact Form 7 & Drag & Drop Multiple File Upload.
Hello @orangechris,
It seems the link is not working in my end.
Can you check?
Also, can you provide a screenshot of all active plugins?
Please let me know.
Glen
@orangechris please create a new topic here – https://ww.wp.xz.cn/support/plugin/drag-and-drop-multiple-file-upload-contact-form-7/
Please also include a screenshots of your settings (Drag & Drop Upload & Contact Form settings) and link to your website.
Glen
Thank you so much @steridhh, appreciate your positive feedback 🙂
Hello ,
Check permission of the upload folder in “/wp-content/uploads/wpcf7_uploads” make sure it’s writable.
Also, please see if there’s any error.log/debug.log file in your /public_html or /wp-content folder.
If not try to enable the debug logging in wp-config.php file by adding the code snippet below.
define( 'WP_DEBUG_LOG', true );Please let me know.
I still not received it, can you give me your email so I can pm you?
Hello @acapucho, thanks but I didn’t received any notification in my email.
Can you please check it again?
Thanks for letting me know.
Can you create a temporary admin account so I can investigate.
You can send the access to my email [email protected]
Glen
Hello @acapucho,
It looks like there’s a missing javascript files.
Can you check your if there’s wp_head() function/code in header.php and wp_footer() in footer.php?
You may also try below:
- Add this in your wp-config.php
define( 'WPCF7_LOAD_JS', true );2. Add this in your theme/functions.php
function customize_cf7_enqueue() { if ( wpcf7_load_js() ) { wpcf7_enqueue_scripts(); } } add_action( 'wp_enqueue_scripts', 'customize_cf7_enqueue' );- This reply was modified 2 years, 6 months ago by Glen Don Mongaya.