1. Home
  2. Knowledge Base
  3. WooCommerce Product Add-Ons Ultimate
  4. Product Page
  5. Tooltips
  6. Tooltips not displaying
  1. Home
  2. Knowledge Base
  3. WooCommerce Product Add-Ons Ultimate
  4. Tooltips not displaying
  1. Home
  2. Knowledge Base
  3. Troubleshooting Add-Ons Ultimate
  4. Tooltips not displaying

Tooltips not displaying

If you’ve enabled tooltips but all you’re seeing is an empty box with no text, it’s possible there’s a conflict with another plugin or theme (e.g. Flatsome). To fix this, just add the following snippet:

<?php
/**
* Dequeue tooltipster to avoid conflicts
*/
add_filter( 'pewc_dequeue_tooltips', '__return_true' );

Here’s how to add a snippet.

Was this article helpful?

Related Articles