ACF fix
-
Hi Marko
Loving the plugin. I’m using it on a clients site and I realy like your interface for creating the tabs.
To integrate with ACF, I had to edit your css/tabs.css: line 23 and change
.tabifybox-hide { display: none; }
to
#poststuff .tabifybox-hide { display: none; }
This hides the acf postboxes on first load.
Just an idea. Instead of using jquery to hide / show, I would use classes to do the same thing, but your classes can then use the !important rule to override other plugins display. This will give you better compatibility.
Cheers
Elliot
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘ACF fix’ is closed to new replies.