by dreihochzwo on WordPress.org

ACF Tooltip in standard mode
If an ACF field requires a longer instruction text, the layout of the edit screen is messy and a lot of space is wasted.
The ACF Tooltip plugin hides the field instructions, adds a help symbol to the field labels and generates a tooltip based on the instruction text.
The tooltip will not hide if moused over, allowing create a tooltip with a link inside without hiding the tooltip.
There are 7 filters that allow adjusting the design and the behavior of the tooltips.
This plugin works only with the ACF PRO (version 5.5.0 or higher).
There are 7 filters that allow adjusting the design and the behavior of the tooltips can be adjusted.
The available styles can be found on the qTip options page and are shown on the qTip demo site.
You can mix the styles; e.g. “qtip-acf qtip-rounded qtip-shadow”
If you like, you can define your own style, with the class name of your style from your own CSS file (see next filter).
The qtip-acf style is the standard style, which is set without a filter.
You will find a ‘qtip-example-style.css’ in the ‘/assets/css’ folder.
Check out the qTip demo site to find your perfect positioning.
Add the class to the fields where you want to show tooltips.
Add the class to the fields where you don’t want to show tooltips.
With this filter, you can specify whether the instructions in the Field Editor are displayed as tooltips as well. By default, the instructions are displayed.