• Hello, I have updated to the newest version of Accordion Tab (ACF is already up to date). I would like to say I am very happy with the feature of the icon browser when creating a new accordion tab, nice job!

    However, there is a down side. I am trying to place a normal ACF tab under the Accordion tab but when I do, the content is not displaying under the desider tab (Accordion tab) and sub tab (ACF standard tab). Instead, the content is just being displayed as a long table and therefor not pretty at all. The strange thing is that this was possible in the previous version.

    In short: my problem lies in wanting the items to be displayed in a head tab and beneath that a sub tab. For the head tabs I am using the accordion tab.

    I hope to hear from you soon since this plugin is exactly what I like about the display of ACF’s.

    https://wordpress.org/plugins/acf-accordion/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bogdand

    (@bogdand)

    Ruurd,

    Please send me a print screen of the layout you had.
    You can help me also by sending me the export file for that field group.
    You can still use the previous version of the plugin until I figure out how to fix your issue.

    Regards,
    Bogdan

    Hi!
    If I have a new Accordion Tab Field in ACF Tab group – the content with accordion is not collapsing.

    I think that the problem is that ACF v5.3.1 css styles conflicting with Accordion Tab Field styles:

    acf-input.css?ver=5.3.1

    .hidden-by-tab {
        display: none !important;
    }

    An dirty fix (tested in DevTools) that works for me:

    .acf-accordion-group.opened .acf-field {
        display: block !important;
    }

    Plugin Author bogdand

    (@bogdand)

    dpismenny,

    Please update to latest version.

    Regards,
    Bogdan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Features gone with update?’ is closed to new replies.