Select Advanced Problem

Support MB Custom Post Type Select Advanced ProblemResolved

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42572
    Marco CurcioMarco Curcio
    Participant

    Hi everyone,

    I have a very strange problem with the select_advanced fields. If I don't set the ID, or leave it empty, select2 works correctly. If I set the ID, it's as if it doesn't get initialized. Obviously without ID it doesn't work, because it doesn't save the fields.

    How can I solve this problem?

    Here an example:
    [
    'id' => '',
    'ajax' => true,
    'name' => 'Obbligatorio per i settori',
    'type' => 'select_advanced',
    'multiple' => true,
    'select_all_none' => true,
    'columns' => 12,
    'placeholder' => '-- Seleziona Settore --',
    'options' => get_occupation(),
    ],

    Example without ID
    Example with ID

    #42573
    Marco CurcioMarco Curcio
    Participant

    This error occurs in the frontend with frontend submission

    #42575
    Marco CurcioMarco Curcio
    Participant

    It's a Bricks editor issue. I tried to place the shortcode where there is no Bricks, and it works. Does anyone know how to solve this?

    #42583
    PeterPeter
    Moderator

    Hello,

    In case of using Bricks Builder, please reach out to them if you have any issues with installation, configuration, compatibility, or usage.
    Refer to our support policy https://metabox.io/support/topic/support-policy/

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