jonawayne
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Error – jQuery.Deferred exceptionThanks. One question though, should I update the plugin to your latest version now? 0.8.8.9? Or should I stay with what I have since maybe the issues weren’t fixed in your latest update?
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Error – jQuery.Deferred exceptionHi,
Thanks, I thought I had cleared all of my browser data but forgot to clear the cookies. I followed your instructions carefully including uploading/rewriting the .js files from the zip file you provided via FTP to the /acf-extended/assets/js/ directory. I tested the site in both Safari and Chrome here on my Mac and it works great now, with no more errors. Thanks and I appreciate it.
Jonathan
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Error – jQuery.Deferred exceptionHi, the re-order feature works however the other issue is still there. When writing parts of a song, they don’t appear. But it works in the previous version (0.8.8.7).
Here’s the latest error I got (with a new issue at the end – exceptionHook):
jQuery.Deferred exception: this.id.toLowerCase is not a function TypeError: this.id.toLowerCase is not a function at Object.<anonymous> (https://www.u2station.com/w-p/wp-content/plugins/acf-extended/assets/js/acfe-input.min.js?ver=0.8.8.8:1:33854) at Function.each (https://c0.wp.com/c/6.0.2/wp-includes/js/jquery/jquery.min.js:2:3003) at Object.<anonymous> (https://www.u2station.com/w-p/wp-content/plugins/acf-extended/assets/js/acfe-input.min.js?ver=0.8.8.8:1:33813) at Function.each (https://c0.wp.com/c/6.0.2/wp-includes/js/jquery/jquery.min.js:2:3003) at i.get.e.createTag (https://www.u2station.com/w-p/wp-content/plugins/acf-extended/assets/js/acfe-input.min.js?ver=0.8.8.8:1:33769) at e (https://www.u2station.com/w-p/wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/4/select2.full.min.js?ver=4.0.13:1:38036) at Object.<anonymous> (https://www.u2station.com/w-p/wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/4/select2.full.min.js?ver=4.0.13:1:36926) at e (https://c0.wp.com/c/6.0.2/wp-includes/js/jquery/jquery.min.js:2:30038) at t (https://c0.wp.com/c/6.0.2/wp-includes/js/jquery/jquery.min.js:2:30340) undefined S.Deferred.exceptionHook @ jquery.min.js:2'- This reply was modified 3 years, 9 months ago by jonawayne.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Error – jQuery.Deferred exceptionThere is also another issue I noticed when using your plugin. Without Advanced Custom Fields: Extended activated, I can hold and drag each selection in the search field and sort/relocate in a different order, but with the plugin activated, this function no longer works anymore. Perhaps you can solve this dilemma for me too. Thanks.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Error – jQuery.Deferred exceptionHi Konrad,
Yes, I generated the PHP to export the field group for the problematic code (under “Setlist”).
I hope you can fix my issue. Thanks!
Here is the PHP code:
if( function_exists('acf_add_local_field_group') ): acf_add_local_field_group(array( 'key' => 'group_60b278cc73cad', 'title' => 'Setlist', 'fields' => array( array( 'key' => 'field_60b2790e39d0b', 'label' => 'SetlistMeta', 'name' => 'setlistmeta', 'type' => 'post_object', 'instructions' => 'Select tracks for the setlist', 'required' => 0, 'conditional_logic' => 0, 'wrapper' => array( 'width' => '', 'class' => '', 'id' => '', ), 'acfe_permissions' => '', 'post_type' => array( 0 => 'track', 1 => 'snippet', ), 'taxonomy' => '', 'allow_null' => 0, 'multiple' => 1, 'return_format' => 'object', 'save_custom' => 1, 'save_post_type' => 'track', 'save_post_status' => 'publish', 'acfe_bidirectional' => array( 'acfe_bidirectional_enabled' => '0', ), 'acfe_settings' => '', 'acfe_validate' => '', 'ui' => 1, ), array( 'key' => 'field_60b27d03851ad', 'label' => 'EncoreMeta', 'name' => 'encoremeta', 'type' => 'post_object', 'instructions' => 'Select tracks for the encore', 'required' => 0, 'conditional_logic' => 0, 'wrapper' => array( 'width' => '', 'class' => '', 'id' => '', ), 'acfe_permissions' => '', 'post_type' => array( 0 => 'track', 1 => 'snippet', ), 'taxonomy' => '', 'allow_null' => 1, 'multiple' => 1, 'return_format' => 'object', 'save_custom' => 1, 'save_post_type' => 'track', 'save_post_status' => 'publish', 'acfe_bidirectional' => array( 'acfe_bidirectional_enabled' => '0', ), 'acfe_settings' => '', 'acfe_validate' => '', 'ui' => 1, ), ), 'location' => array( array( array( 'param' => 'post_type', 'operator' => '==', 'value' => 'cpt_event', ), ), array( array( 'param' => 'post_type', 'operator' => '==', 'value' => 'cpt_discography', ), ), ), 'menu_order' => 0, 'position' => 'normal', 'style' => 'seamless', 'label_placement' => 'left', 'instruction_placement' => 'label', 'hide_on_screen' => array( 0 => 'permalink', 1 => 'block_editor', 2 => 'excerpt', 3 => 'comments', 4 => 'revisions', 5 => 'author', 6 => 'format', 7 => 'page_attributes', 8 => 'categories', 9 => 'tags', 10 => 'send-trackbacks', ), 'active' => true, 'description' => '', 'show_in_rest' => false, 'acfe_display_title' => '', 'acfe_autosync' => '', 'acfe_permissions' => '', 'acfe_form' => 1, 'acfe_meta' => '', 'acfe_note' => '', )); endif;