Viewing 3 replies - 1 through 3 (of 3 total)
  • It’s a fairly simple fix. You have to make a small modification to line 29 in the ACF Merge Group Tabs plugin.
    Change:

    var $boxes = jQuery("#postbox-container-2 .postbox .field_type-tab").parent(".inside");

    to:

    var $boxes = jQuery("#postbox-container-2 .postbox .acf-field-tab").parent(".inside");

    Thread Starter lord_dev

    (@lord_dev)

    This still does not work for me, even with the fix. I am using ACF Pro.

    Any updates?

    Thanks

    Thread Starter lord_dev

    (@lord_dev)

    Update: the latest update appears to have fixed this issue!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Doesn't work with latest version of ACF’ is closed to new replies.