Hustle conflict with Advanced Custom Fields
-
I’ve encountered a conflict with Hustle and the Advanced Custom Fields (ACF). It affects ACF time fields with a time picker. With Hustle activated, I get no time picker, and any time-field updates I make are not saved in the post.
The JavaScript Console reports this:
Uncaught TypeError: l is undefined hustle-ui.min.js:6:96756
open https://www.mysite.com/wp-content/plugins/wordpress-popup/assets/hustle-ui/js/hustle-ui.min.js?ver=4.3.6:6
open https://www.mysite.com/wp-content/plugins/wordpress-popup/assets/hustle-ui/js/hustle-ui.min.js?ver=4.3.6:6
_addInputEventsHandlers https://www.mysite.com/wp-content/plugins/wordpress-popup/assets/hustle-ui/js/hustle-ui.min.js?ver=4.3.6:6
jQuery 9
dispatch
handle
add
ra
each
each
ra
on
bind
_addInputEventsHandlers https://www.mysite.com/wp-content/plugins/wordpress-popup/assets/hustle-ui/js/hustle-ui.min.js?ver=4.3.6:6
register https://www.mysite.com/wp-content/plugins/wordpress-popup/assets/hustle-ui/js/hustle-ui.min.js?ver=4.3.6:6
timepicker https://www.mysite.com/wp-content/plugins/wordpress-popup/assets/hustle-ui/js/hustle-ui.min.js?ver=4.3.6:6
jQuery 2
each
each
timepicker https://www.mysite.com/wp-content/plugins/wordpress-popup/assets/hustle-ui/js/hustle-ui.min.js?ver=4.3.6:6
newTimePicker https://www.mysite.com/wp-content/plugins/advanced-custom-fields-pro/assets/js/acf-input.min.js?ver=5.9.3:2
initialize https://www.mysite.com/wp-content/plugins/advanced-custom-fields-pro/assets/js/acf-input.min.js?ver=5.9.3:2
e https://www.mysite.com/wp-content/plugins/advanced-custom-fields-pro/assets/js/acf.min.js?ver=5.9.3:1
u https://www.mysite.com/wp-content/plugins/advanced-custom-fields-pro/assets/js/acf.min.js?ver=5.9.3:1
n https://www.mysite.com/wp-content/plugins/advanced-custom-fields-pro/assets/js/acf.min.js?ver=5.9.3:1
doAction https://www.mysite.com/wp-content/plugins/advanced-custom-fields-pro/assets/js/acf.min.js?ver=5.9.3:1
<anonymous> https://www.mysite.com/wp-content/plugins/advanced-custom-fields-pro/assets/js/acf.min.js?ver=5.9.3:1
jQuery 8
i
fireWith
ready
J
promise
<anonymous>
<anonymous>
<anonymous>Since this is a site in development, for now, I can turn off Hustle when I’m adding times to posts with ACF time fields. Crude but effective! But not practical in the long run.
Please have a look, and I appreciate any advice for a cleaner workaround, or a fix. And thanks for producing such great plugins for WordPress!
Dale
- The topic ‘Hustle conflict with Advanced Custom Fields’ is closed to new replies.