For some reasonin the header, for the JS src wp_head() is returning:
site.com/sub_dir1/wp_root/sub_dir1/wp_root/wp-content/plugins/graviftyforms/js/gravityforms.js
instead of:
site.com/sub_dir1/wp_root/wp-content/plugins/graviftyforms/js/gravityforms.js
IE "/sub_dir1/wp_root" is repeated in the path.
It does the same for conditional_logic.js
This is obviously impacting the forms functionality.
Is there a simple way for me to script src change the path somewhere / somehow?
Thanks.