Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 46 through 60 (of 244 total)
  • Author
    Posts
  • in reply to: Select_advanced not loading #45303
    YasmineYasmine
    Participant

    I think it is something to do with my own settings. I disabled code in my functions.php and working again, sorry for the unneeded ticket

    YasmineYasmine
    Participant

    Something to do with user roles.. will start another ticket

    YasmineYasmine
    Participant

    Anyone fix this? Stefan, I have the same

    in reply to: User permissions #45296
    YasmineYasmine
    Participant

    I ask because I can save posts as an administrator, but I cannot when logged in with the following permissions:

    create_posts
    edit_posts
    edit_private_posts
    edit_published_posts
    publish_posts
    read
    read_form
    read_private_pages
    read_private_posts
    read_submission
    upload_files

    in reply to: Validation on URL fields #45293
    YasmineYasmine
    Participant

    Incredible! Didn't spot that, thanks

    in reply to: MBFP query not working #45277
    YasmineYasmine
    Participant

    Thank you for your reply!

    I just tried to input it via a shortcode and it worked - so something to do with the bricks builder editor. Thank you!

    in reply to: Checklist tree for taxonomy #45240
    YasmineYasmine
    Participant

    Thanks Peter - any updates?

    in reply to: Fields made visible later in form #45239
    YasmineYasmine
    Participant

    And forgot to mention, before I tried with the hidden, I tried with

                    'visible'    => [
                                'when'     => [
                                    ['academicoutput', 'in', [9212, 13304]],
                                    ['current_selection', '=', 'ref_p13-2'],
                                ],
                                'relation' => 'and',
                            ],

    But maybe it doesn't work as the current_selection field updated with js on button click?

    in reply to: Fields made visible later in form #45238
    YasmineYasmine
    Participant

    And just double checking - you cannot add tabs within a group field type? I am forced to use classes to manage visibility which I think why there is problematic CSS being applied

    in reply to: Multiple visibility condition #45215
    YasmineYasmine
    Participant

    Ah they were actually conditions in a separate field group. Because I toggle it from the admin editor, whereas other fields are from the form - but both have same CPT location. Was that the reason? Do I need to create a hidden field with their value on the form?

    in reply to: Frontend form populating with page (not post) #45147
    YasmineYasmine
    Participant

    Every time I finally give up and reach out for support, after sending the support ticket I instantly figure it out. It was because of this - post_id="current"- in the shortcode, right?

    I was wanting to use the same form to create new and for editing posts later. Is that not possible?

    in reply to: Checklist tree for taxonomy #45021
    YasmineYasmine
    Participant

    checkbox_tree Hierarchical list of checkboxes which allows to select multiple items (select/deselect parent item will show/hide child items). Applied only when the taxonomy is hierarchical (like category).

    in reply to: Checklist tree for taxonomy #45019
    YasmineYasmine
    Participant

    Hi - this was never fixed. My checkbox tree with code:

               [
                    'name'          => __( 'Country focus', 'your-text-domain' ),
                    'id'            => $prefix . 'academiccountry_focus',
                    'type'          => 'taxonomy',
                    'taxonomy'      => ['country-tags'],
                    'field_type'    => 'checkbox_tree',
                    'multiple'      => true,
                    'flatten' => false,
                    'query_args'    => [
                        'orderby' => 'menu_order',
                        'order'   => 'ASC',
                        'child_of' => 10152,
                    ],
    

    Shows all the values. Not just the first parent. I want only the parent values to show, and when they are clicked then for its children to show

    in reply to: Validation not working #43819
    YasmineYasmine
    Participant

    Hi,

    Yes I have 'required' => true, across many fields.

    Understand you do not support a second button, but it is just a submit button and when it submits the validation does not work. I don't think there is anything in my button that is causing this

    in reply to: Checklist tree for taxonomy #43818
    YasmineYasmine
    Participant

    Hi Peter,

    Thanks for the suggestion. But I would like the parents listed and when selected the children to show. Select_tree gives you two input boxes, and does not list, and this is not what I want.

    In the documentation for both select / checkbox tree it says "When users select a parent item, it will show children item." - this is what I want but it is not happening.

    I saw in other help threads that others were using checkbox tree and none of the children were showing. It was discussed that there could be an option to choose between showing / hiding children terms. I want the children terms hidden, but could it be that you made a change because of these discussions and changed it around?

    Thanks,
    Yasmine

Viewing 15 posts - 46 through 60 (of 244 total)