Issues with CSS and Loading in for Javascript for the plugin
-
After some research on several threads here, narrowed down the issue to the form not being able to load in the Javascript files below
<script type="text/javascript" src='https://www.midlandind.com.au/wp-content/plugins/contact-form-7/includes/js/index.js'></script> <script type="text/javascript" src='https://www.midlandind.com.au/wp-content/plugins/drag-and-drop-upload-cf7-pro/assets/js/codedropz-uploader-min.js'></script> <script type="text/javascript" src='https://www.midlandind.com.au/wp-content/plugins/drag-and-drop-upload-cf7-pro/assets/js/dnd-upload-cf7.js'></script>I just cannot figure out why it isn’t however when the rest of the contact form works fine, in wp-config this has already been set as well
define(‘WPCF7_LOAD_JS’, true);
define(‘WPCF7_LOAD_CSS’, true);I’ve tried to manually add the files in the head but it doesn’t seem to be working, de-activing all other plugins besides cf7 and this does not seem to work either. Very lost and would appreciate support on this.
For reference – I have the pro version of the plugin. v5.0.1
The page I need help with: [log in to see the link]
The topic ‘Issues with CSS and Loading in for Javascript for the plugin’ is closed to new replies.