Hello Tilo,
Can you give me a screenshot on your WP plugins page?
Make sure to check if my plugin is activated
Please also clear your cache.
Glen
Hi Glen,
I have same problem
There is conflict between this plugin and Redirection for Contact Form 7 (https://ww.wp.xz.cn/plugins/wpcf7-redirect/).
I found this code in wpcf7 redirect plugin :
add_filter( 'wpcf7_load_js', '__return_false');
Can you update plugin?
-
This reply was modified 5 years, 9 months ago by
Duy.
Here is my solutin
function filter_wpcf7_load_js( $wpcf7_load_js ) {
// make filter magic happen here...
if ( defined( 'WPINC' ) ) {
$wpcf7_load_js = true;
}
return $wpcf7_load_js;
};
// add the filter
add_filter( 'wpcf7_load_js', 'filter_wpcf7_load_js', 999, 1 );
Hello @duy1412 ,
I’ve already tested my plugin with Redirection for CF7 – Free version and it doesn’t have any problem, maybe there’s another plugin/theme scripts conflict.
Can you share the url of your site?
Also you can override this by adding this to your functions.php file.
add_filter(‘wpcf7_load_js’, ‘__return_true’);
Glen
Thread Starter
Tilo
(@netsales)
Hello @glenwpcoder
i also use Redirection for CF7 and have no problems, but with code
add_filter(‘wpcf7_load_js’, ‘__return_true’); in functions.php
there is no solution for my problem with upload box.
The Plugin was activated.
What can i do?
Thanks Tilo
@netsales , please include a screenshots of active plugins.
Can you try these?
1. Deactivate any cache plugin.
2. Exclude “/drag-and-drop-upload-cf7-pro/assets/codedropz-uploader-min.js” in Merge, minify, and compress JavaScript option.
Thread Starter
Tilo
(@netsales)
Hello @glenwpcoder
i have deactivated actually the (borlabs)cache…no solution.
But this MultiStep makes some trouble
https://codecanyon.net/item/contact-form-7-multistep-pro/19635969