Hi,
the plugin works like a charm on posts. However on a taxonomy page with two tabs, the tabs are not grouped.
Instead they are positioned beneath on another as normal.
Regards
Johannes
Hi there,
Awesome you created this feature, I’m very happy with it. But this plugin is broken with the new ACF version I think?
The class name of the tab field is different. You use ‘.field_type-tab’ but it’s changed to ‘.acf-field-tab’.
Also when you hide the default content_editor the first field is not within the second postbox-container (#postbox-container-2).
When I change
var $boxes = jQuery("#postbox-container-2 .postbox .field_type-tab").parent(".inside");
to
var $boxes = jQuery(".postbox .acf-field-tab").parent(".inside");
It works fine with my WordPress installation ??
Oh and btw I use ACF PRO, maybe that is the difference?
]]>Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected T_FUNCTION in /home/.. ../wp-content/plugins/acf-merge-group-tabs/index.php on line 21
WordPress 4.1.1
ACF Pro 5.1.9.1
Clean install, without any other plugin activated.
]]>