• Hey guys,

    First of all, thank you for making this great ACF extension. I have so many fields, without accordion tabs I would have a huge mess on my site’s dashboard.

    I found a little imperfection,

    when adding a flexible content layout with accordion tabs, these tabs will be opened and you will not able to hide them by clicking.

    It’s because you use only fire your js function with click(), wrapAll() and initialize_field() on:
    acf.add_action(‘ready’, function( $el ){}

    but you should also fire it on:
    acf.add_action(‘append’, function( $el ){}

    ‘ready’ only works on initial load, while ‘append’ fires on every repeater/flexible content appendix.

    It’s a quickfix and I hope you’ll add that in the next release.

    All the best,
    Nurgiel

  • The topic ‘JS imperfection with Flexible Content’ is closed to new replies.