Keyvan Mahmoudi
Forum Replies Created
-
yes, the problem was that code, but by changing add_filter to add_action, the problem was still there.
i removed that part of code (which was removing default jquery 1.12.4 from loading) the uploader worked.
perhaps the uploader needs that specific version of jquery, because i used jquery 3.5.1 in my project.thanks a lot for your help.
- This reply was modified 5 years, 6 months ago by Keyvan Mahmoudi.
Yes sure.
I emailed you the accountThanks for your response, but unfortunately still nothing to show.
here is my header.php:<?php wpcf7_enqueue_scripts(); wp_head(); ?>and this is at the end of wp-config.php:
define('WPCF7_LOAD_JS', true); define('WPCF7_LOAD_CSS', true);the form is in the elements (from inspect elements) but not showing up.
i appreciate your help
you mean something like this?:
wp_enqueue_script('coderopz-uploader', get_theme_file_uri('/js/codedropz-uploader.min.js'), 'jquery-3.5.1', microtime(), true); wp_enqueue_script('dnd-uploader', get_theme_file_uri('/js/dnd-upload-cf7.js'), 'coderopz-uploader', microtime(), true); wp_enqueue_script('main', get_theme_file_uri('/js/scripts.js'), array('owl', 'dnd-uploader', 'jquery-3.5.1'), microtime(), true);i put this in the functions.php in the function to load in wp_enqueue_scripts, they also load in the page:
https://anydevy.com/suppliers/but still not working.
footer also had wp_footer() in it and it’s loading the resources
what should i do?
Hi,
i have this problem but mine is not in any popup or anything else.
here is where uploader should display:
https://ibb.co/k4bKJ4Tand here is my code to show uploader:
[mfile catalogue-file limit:104857600 filetypes:jpeg|jpg|pdf|png min-file:1 max-file:100 id:catalogue-file]could you please help me?
- This reply was modified 5 years, 7 months ago by Keyvan Mahmoudi.
Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] How to replace with old GA script?Of course.
thank you.Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] How to replace with old GA script?thank you dear Daan,
not only for your plugin, but also i’m surprised with your quick response.Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] How to replace with old GA script?so you mean i just have to comment out my old footer script, yes?
i removed my old footer script now.
may i ask you to check the site and tell me is it allright now or not?i’ve now disabled the plugin to show images in my website, if you wanted to help me with it, tell me to enable plugin if you want, so you can watch it online.
thanks