Select advanced shows no results, JS error

Support Meta Box AIO Select advanced shows no results, JS error

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #50149
    Stefan GrassbergerStefan Grassberger
    Participant

    On versions 5.14.0 / 3.10.0 (AIO), my field shows no results and the console shows a select2 error: this.generateResultId is not a function

    Using version 5.13.1 / 3.9.0 (AIO) this still works, so I assume the select2 library update broke something.

    The field is configured to show WooCommerce products like this:

    array(
    	'id'         => $prefix . 'author_featured_products',
    	'type'       => 'post',
    	'name'       => esc_html__( 'Featured products', 'nsv-cpt' ),
    	'post_type'  => 'product',
    	'field_type' => 'select_advanced',
    	'clone'      => true,
    	'sort_clone' => true,
    	'max_clone'  => 3,
    ),
    #50150
    PeterPeter
    Moderator

    Hello Stefan,

    Thanks for reaching out.

    It could be a caching JS or conflicting with another plugin or custom code on your site. Please try to deactivate all plugins except Meta Box AIO, WooCommerce plugins, switch to a WordPress theme, clear all caches (browser, hosting ...) and recheck the issue.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.