WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by dreihochzwo v1.2.5

ACF Tooltip

Displays ACF field instructions as tooltips

ACF Tooltip

The facts

Rating
5★ from 5
Active installs
1k+
Price
Free
Last updated
22 Dec 2024
Added
Mar 2017
Requires WP
4.7
Tested up to
WP 6.7.7
Downloads
15,987

Our analysis

AI-assisted

ACF Tooltip is a WordPress plugin designed to enhance the usability of Advanced Custom Fields (ACF) by providing tooltips for field instructions. It hides lengthy instruction texts and replaces them with a help symbol, generating tooltips that display the information when hovered over. This plugin is specifically for users of ACF PRO version 5.5.0 or higher who need to streamline their edit screens.

Best for: This plugin suits developers and site administrators using ACF PRO who want to improve the edit screen experience.

What it does well

  • Hides lengthy instruction texts to reduce clutter
  • Generates tooltips for field labels
  • Customizable design and behaviour through 7 filters
  • Supports tooltips with links that remain visible on hover
  • Available in English and German

Where it falls short

  • Works only with ACF PRO version 5.5.0 or higher
  • Limited information on specific design options

Verdict

ACF Tooltip provides a practical solution for managing field instructions in ACF, making it useful for those who require a cleaner interface. Its customisation options may appeal to users looking for specific design adjustments.

From the developer

dreihochzwo's own description of ACF Tooltip, lightly tidied.

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.

New in Version 1.2.0

The tooltip will not hide if moused over, allowing create a tooltip with a link inside without hiding the tooltip.

Custom settings

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).

Localizations

  • English
  • Deutsch

Custom settings with filter hooks

There are 7 filters that allow adjusting the design and the behavior of the tooltips can be adjusted.

Set the design of the tooltips

<?php
function acf_tooltip_style() {
    $style = 'qtip-acf';

    return $style;
}
add_filter('acf/tooltip/style', 'acf_tooltip_style');
?>

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).

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for custom content structures.

Ad Inserter

Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...

Free 300k+ installs 4.9★ (2,428)
Advanced Custom Fields

ACF helps customize WordPress with powerful, professional and intuitive fields. Proudly powering over 2 millio...

Free 2M+ installs 4.5★ (1,438)
Simple Custom Post Order

Easily reorder posts, pages, custom post types, and taxonomies with intuitive drag-and-drop sorting in the Wor...

Free 300k+ installs 4.8★ (569)
WP Activity Log

The #1 user-rated activity log plugin for event logging, activity monitoring and change tracking.

Free 300k+ installs 4.7★ (488)
Custom Post Type UI

Admin UI for creating custom content types like post types and taxonomies

Free 1M+ installs 4.6★ (276)