Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 244 total)
  • Author
    Posts
  • in reply to: Not letting me delete clone nthchild(2) #48307
    YasmineYasmine
    Participant

    Hello it is only on the front end version of the form, not via admin!

    With 2: https://ibb.co/cXFkt1Ts
    With 3: https://ibb.co/nhbyyNF

    Across all the frontend. I have tried disabling plugins!

    in reply to: Fatal Error in MB_Conditional_Logic after update #47767
    YasmineYasmine
    Participant

    Ok I found that I needed to make 'hidden' => [true], an array!

    in reply to: When did ['post_id'] became ['object_id'] in the $config?? #47247
    YasmineYasmine
    Participant

    PS - I will be very happy if you tell me it did not change, and it was me that had somehow changed this code!

    in reply to: Post field search #46952
    YasmineYasmine
    Participant

    I also didn't read what you needed properly and thought you wanted to see how to structure / dynamically get filter by post_author. Ignore me!

    in reply to: Post field search #46951
    YasmineYasmine
    Participant

    Hi - I came on here to see if you had issues with select_advanced search on a post field.

    I filter by taxonomy on mine (so need to change to meta_key / meta_value), but incase it is helpful for structure, I use this:

            'query_args'  => [
                'post_status'    => 'publish',
                'tax_query'      => [
                    [
                        'taxonomy' => 'institution-category',
                        'field'    => 'term_id',
                        'terms'    => $filterterms,
                    ],
                ],
            ],
    
    in reply to: js_options causing error #46949
    YasmineYasmine
    Participant

    And in my message before, I was talking about

       'js_options' => [
            'minimumInputLength' => 1,
        ], 

    stopping all the posts from loading entirely but only when 'type' => 'post',. Otherwise on other select_advanced fields it works

    in reply to: js_options causing error #46948
    YasmineYasmine
    Participant

    Ok - but it did used to work! The AJAX has also stopped working too - also works on my other select_advanced fields, just not the post.

    Here is an example:

    
     $field = [
            'name' => __('Organisation', 'your-text-domain'),
            'id'   => 'select_an_org',
            'type' => 'post',
            'post_type'   => ['organisation'],
            'field_type'  => 'select_advanced',  
           // 'placeholder' => $placeholder,
           // 'aria-label'  => __( 'Select '.$orglabel, 'your-text-domain' ),
          /*  'query_args'  => [
                'post_status'    => 'publish',
               // 'posts_per_page' => 5,
                'tax_query'      => [
                    [
                        'taxonomy' => 'institution-category',
                        'field'    => 'term_id',
                        'terms'    => $filterterms,
                    ],
                ],
            ],*/
            'ajax'        => true, 
           // 'clone'        => true, 
           // 'max_clone' => 4,
        ];

    I disabled plugins and have tested without any of the commented out extras and still not working

    in reply to: Google maps & frontend forms #46744
    YasmineYasmine
    Participant

    And there was a setting within Perfmatters to disable google maps... all fixed!

    in reply to: Google maps & frontend forms #46740
    YasmineYasmine
    Participant

    I did have custom JS, which I tested, then returned back to checking the plugins and I think something went wrong in my initial check (perhaps forgot to clear cookies or cache) as it is something in the perfmatters plugin! Thanks!

    in reply to: Can no longer reference group number in group_title #46708
    YasmineYasmine
    Participant

    Thank you. Cache wasn't clearing it. But then it suddenly started working again. Perhaps I had some dodgy js that was interfering

    in reply to: Perhaps another bug #46705
    YasmineYasmine
    Participant

    I will temporarily remove my CSS and eagerly await the next update. Thank you!

    in reply to: Perhaps another bug #46683
    YasmineYasmine
    Participant

    My issue is that I have styled each radio with CSS - https://imgur.com/xS7FmeE

    Which works when its the first clone (can see in last screenshot) and for each subsequent clone, until one has been deleted. The issue only starts when one clone is deleted and for all the subsequent clones after the index changed. Eg - here I am trying to click "Applied research", but it clicks the last - https://imgur.com/nUEQkop

    So clicking on the radio circle is not possible as a solution for me. I think it is an issue with the index changing? Will there be a fix?

    in reply to: Perhaps another bug #46658
    YasmineYasmine
    Participant

    In mine there are a lot of different fields, it is long with conditional formatting. Which all works on the first group, or if you add additional groups without deleting to 0

    in reply to: Group clone bug #46656
    YasmineYasmine
    Participant

    Yes I figured that out, just not ideal for frontend forms. And I can make the changes to js based on DOM rather than index. Thanks

    in reply to: Can no longer reference group number in group_title #46554
    YasmineYasmine
    Participant

    'collapsible' => true,
    no longer works either

Viewing 15 posts - 1 through 15 (of 244 total)